Crates.io | pallas-applying |
lib.rs | pallas-applying |
version | |
source | src |
created_at | 2023-11-21 00:33:13.553519+00 |
updated_at | 2024-12-29 22:23:07.364971+00 |
description | Logic for validating and applying new blocks and txs to the chain state |
homepage | https://github.com/MaicoLeberle/pallas |
repository | https://github.com/MaicoLeberle/pallas |
max_upload_size | |
id | 1043480 |
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` |
size | 0 |
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/
Refer to tests/README.md for explanations regarding the test suite in any era.