casper-node
casper-node copied to clipboard
Reference client for CASPER protocol
When I run `nctl-assets-setup nodes=2`, this section in _assets/net-1/daemon/config/supervisord.conf_ is incorrect, so `supervisord` can't be started: ``` [group:validators-2] programs=casper-net-1-node-4casper-net-1-node-3casper-net-1-node-2 ``` It is also incorrect for nodes=3: ``` [group:validators-2] programs=casper-net-1-node-4casper-net-1-node-3 ```...
The test hung in [this run](https://drone-auto-casper-network.casperlabs.io/casper-network/casper-node/8676/1/4). The run was killed, so there are no logs available - we will need to attempt to replicate locally.
Modify `nctl` to allow an optional `-d` flag to run in "debug" mode and not compile with the `--release flag`
Objective: Include an additional feature to enhance the call stack frames to return gas cost, errors and other pertinent information from each call. Related story #2021
Follow up after #2346. We need to start taking the on-disk space consumption more seriously. This means we will need to measure not only the performance impact, when making changes...
This PR makes some experimental adjustments to run the chain faster.
Hello, I've noticed (and I'm sure I'm not the only one) that the current build version doesn't align with the protocol version. This creates unnecessary confusion; for example, a Casper...
It would be useful for this ffi: [casper_generic_hash](https://docs.rs/casper-contract/latest/casper_contract/ext_ffi/fn.casper_generic_hash.html) to support `keccak256`.
In tests we use `GenesisConfigBuilder` to setup validators. It should be possible to define `minimum_delegation_amount` and `maximum_delegation_amount`. Right now it forces us to use `add_bid`. It would be much easier...
Hello! I've got node synced with sync_handling = 'ttl'. But experiencing high CPU consumption (all of 48 core load up to 100%). There is a lot of confusing output in...