pallas/pallas-applying
Santiago Carmuega af0463f5b6
Release 0.32.1
pallas@0.32.1
pallas-addresses@0.32.1
pallas-applying@0.32.1
pallas-codec@0.32.1
pallas-configs@0.32.1
pallas-crypto@0.32.1
pallas-hardano@0.32.1
pallas-math@0.32.1
pallas-network@0.32.1
pallas-primitives@0.32.1
pallas-traverse@0.32.1
pallas-txbuilder@0.32.1
pallas-utxorpc@0.32.1
pallas-wallet@0.32.1

Generated by cargo-workspaces
2025-06-25 10:28:02 -03:00
..
docs feat: add Babbage phase-1 validations (#405) 2024-02-20 20:30:09 -03:00
src feat(applying): include main constants in pparams (#565) 2024-12-22 12:06:47 -03:00
tests feat(applying): include main constants in pparams (#565) 2024-12-22 12:06:47 -03:00
Cargo.toml Release 0.32.1 2025-06-25 10:28:02 -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.