casper-node
casper-node copied to clipboard
Reference client for CASPER protocol
Investigate more granular testing of execution effects chunking. Varying chunk sizes.
Review the gossiping settings and reorganize them into the gossiping section.
Ensure consistent naming of all functions where validate, validation, is_valid, and similar represents non-cryptographic validity (generally cheap to execute) and verify, verification, is_verified and similar represents cryptographic checks (generally expensive...
All NCTL nightly tests are now waiting for [era 2](https://github.com/casper-network/casper-node/blob/c4e2e36d27d68fe9c2361f02680266ced2badb4c/utils/nctl/sh/utils/infra.sh#L380) when they wait for genesis. They should theoretically work correctly when the code is updated to wait for era 1....
Identify symbols that are pub, but are used only within EE crate and are considered internal, but are exposed anyway. Having (almost) everything as pub often increases time to develop...
Testing framework implements subset of ‘real’ chainspec in the node to be able to run test with a chainspec settings. This causes duplication of code, which gets harder to maintain...
### Category Bug/Issue ### Your email address [email protected] ### Integration Project Name(Optional) Odra ### Casper Network Devnet ### Node Functionality Execution Engine ### Description We have discovered that parsing `Key`...
Update the changelog of `casper-types` to reflect the latest release updates and changes.
The deploy acceptor should disconnect from a peer if they send us an objectively invalid deploy. Important: This must not depend on anything subjective, like our latest block or global...
In 2.0.0 the minimum time between a block and its child is configurable in the chainspec. It's not enough to respect it within the consensus protocol: We also need to...