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

Residual NCTL dependencies in the node repository create circular dependencies, particularly involving the ci.json file. This ticket is created to analyse and remove/address those residual NCTL dependencies.

Missing schema for transaction fields impacts usability while ensuring future extensibility. To Do: - Research JSON RPC spec for dynamic field support and a schema for fields such as `args`...

### Category Feedback ### Your email address [email protected] ### Integration Project Name(Optional) C# SDK ### Casper Network Devnet ### Node Functionality Node ### Description Native transactions for delegate/redelegate/undelegate do not...

This is an epic to consolidate all NCTL related updates; - Where required (e.g. for a major release), identify and include new and valid tests. - Where necessary, update existing...

Epic

As implemented currently the Trie enum has two major variants: Leaf, which contains K, and V, and a Node which contains 255 pointers in a trie. Each pointer in the...

storage

Review and decide whether to add data size implementation for JSON values in the data size crate.

Ticket for sampling more validators in the gossip message method.

optimization

This new method should be named `nctl-node-execute-deploy` and require the following arguments: * `node=` * `block_hash=` * `deploy_file=` Internally, it should forward the request to the casper-client. Alternatively, it could...

nctl

We have two NCTL tests (itst06/07) that shuts a node down during a stream of transfers coming in. For each transfer we get a hash back for, we assume that...

nctl