Crates.io | pallas-applying |
lib.rs | pallas-applying |
version | 0.31.0 |
source | src |
created_at | 2023-11-21 00:33:13.553519 |
updated_at | 2024-11-04 15:41:37.730061 |
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 |
size | 617,211 |
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.