pallas-applying

Crates.iopallas-applying
lib.rspallas-applying
version0.28.0
sourcesrc
created_at2023-11-21 00:33:13.553519
updated_at2024-07-16 01:36:27.351758
descriptionLogic for validating and applying new blocks and txs to the chain state
homepagehttps://github.com/MaicoLeberle/pallas
repositoryhttps://github.com/MaicoLeberle/pallas
max_upload_size
id1043480
size554,089
Santiago Carmuega (scarmuega)

documentation

README

Pallas Applying

Crate for performing transaction validation according to the Cardano protocol. Generally speaking, this crate is structured in multiple modules, each one handling a specific Cardano era. These eras are: Byron, ShelleyMA, Alonzo and Babbage.

Refer to docs/.md to see the mathematical specifications regarding .

Refer to tests/README.md for explanations regarding the test suite in any era.

Commit count: 369

cargo fmt