14 releases (breaking)
new 0.31.0 | Nov 4, 2024 |
---|---|
0.30.1 | Aug 25, 2024 |
0.29.0 | Jul 16, 2024 |
0.24.0 | Mar 9, 2024 |
0.20.0 | Nov 21, 2023 |
#3 in #validating
230 downloads per month
Used in 4 crates
(2 directly)
185KB
4K
SLoC
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.
lib.rs
:
Logic for validating and applying new blocks and txs to the chain state
Dependencies
~4MB
~80K SLoC