casper-node
casper-node copied to clipboard
Reference client for CASPER protocol
This changes how the unbonding process works. The bids used to be pruned upon a full unbond. Now, in order to better cooperate with the rewards distribution, a full unbond...
This PR modified the transaction buffer code slightly, by: 1. removing some unnecessary cloning of the footprint (now, we only clone it at the very end of `add_transaction` when we...
Multisig
Please consider the following when creating a PR: * Provide a useful description of this PR, suitably verbose, aimed at helping reviewers and contributors - This PR is created to...
Implements https://github.com/casper-network/ceps/pull/94
Implements https://github.com/casper-network/ceps/pull/90
remove repetitive words
Remove filesystem I/O functionality from the `std` feature, and gate this behind a new feature `std-fs-io` which depends upon `std`. Allows to compile types without `from_file/to_file/sysconf/os clock` Remove compilation warnings...
The existing auction info endpoint returns all of the auction info (including rewards) for a given era. As this contains all validators and all of their respective delegators, the returned...