pallas-applying

Crates.iopallas-applying
lib.rspallas-applying
version
sourcesrc
created_at2023-11-21 00:33:13.553519+00
updated_at2024-12-29 22:23:07.364971+00
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
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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