casper-node icon indicating copy to clipboard operation
casper-node copied to clipboard

Reference client for CASPER protocol

Results 255 casper-node issues
Sort by recently updated
recently updated
newest added

Investigate more granular testing of execution effects chunking. Varying chunk sizes.

triage

Review the gossiping settings and reorganize them into the gossiping section.

tech-debt

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...

tech-debt
triage

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....

tech-debt

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...

execution engine
optimization
triage

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...

tech-debt
triage

### 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`...

bug
release blocker

Update the changelog of `casper-types` to reflect the latest release updates and changes.

rc-5

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...

node

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...

triage