pallas/pallas-applying
Pedro Sánchez Terraf 07b74515a4
feat(applying): add cert and native script validation for ShelleyMA (#510)
BREAKING CHANGE: the `validate` fn signature has changed to support these changes

---------

Co-authored-by: Ale Gadea <ale.gadea@txpipe.io>
2024-09-23 13:24:32 -03:00
..
docs feat: add Babbage phase-1 validations (#405) 2024-02-20 20:30:09 -03:00
src feat(applying): add cert and native script validation for ShelleyMA (#510) 2024-09-23 13:24:32 -03:00
tests feat(applying): add cert and native script validation for ShelleyMA (#510) 2024-09-23 13:24:32 -03:00
Cargo.toml Release 0.30.2 2024-09-08 18:49:23 -03:00
README.md feat(applying): add support for preview / preprod networks (#422) 2024-04-01 13:49:14 -03:00

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.