github casper-network/casper-node v0.1.4

latest releases: v1.5.6, v1.5.4, v1.5.3...
pre-release3 years ago

This delivers additional economic and security features and a functional Rust network. Validators will receive seigniorage and the network will detect equivocations and slash validators in most cases. Nodes are able to join the network through ‘bonding auctions’ and validator set rotation. It is possible to observe where a given bid ‘ranks' and the number of open validation slots via a command line interface, and via queries of the status of the auction contract. Nodes can sync up state prior to participating in the auction and then join the network. New nodes joining the network will do so by obtaining a trusted hash from a bonded validator and then request finalized blocks from the validators and begin building up global state. As the network processes transactions, the node will emit ‘events’ through an ‘Event stream’ that will send event data to all subscribers. The first events that will be available are: ‘blocks_finalized’, ‘blocks_added’ and ‘deploy_processed’ events.

The network will emit all necessary metrics and logging as required by the SRE to monitor performance of the network itself as well as the validators on the network and debugging of any bugs.

DApp developers can use a Rust Client to create keys, send deploys, sign deploys and query nodes when using the system. DApp developers can also spin up a local network by using the network control tool - a set of bash scripts that enable to creation and destruction of networks for the purposes of testing

Don't miss a new casper-node release

NewReleases is sending notifications on new releases.