pallas/pallas-applying
Santiago Carmuega 412fde4d6c
Release 0.28.0
pallas@0.28.0
pallas-addresses@0.28.0
pallas-applying@0.28.0
pallas-codec@0.28.0
pallas-configs@0.28.0
pallas-crypto@0.28.0
pallas-hardano@0.28.0
pallas-math@0.28.0
pallas-network@0.28.0
pallas-primitives@0.28.0
pallas-rolldb@0.28.0
pallas-traverse@0.28.0
pallas-txbuilder@0.28.0
pallas-utxorpc@0.28.0
pallas-wallet@0.28.0

Generated by cargo-workspaces
2024-07-01 13:39:28 -03:00
..
docs feat: add Babbage phase-1 validations (#405) 2024-02-20 20:30:09 -03:00
src fix: relax CBOR decoding of Conway protocol params update (#473) 2024-06-18 13:03:07 -03:00
tests feat(traverse): track original era for tx outputs (#447) 2024-04-18 22:36:19 -03:00
Cargo.toml Release 0.28.0 2024-07-01 13:39:28 -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.