casper-node
casper-node copied to clipboard
Reference client for CASPER protocol
Relates to: https://github.com/casperlabs/proservices_economics/issues/13
The networking component should become completely agnostic of the actual component payload and only announce incoming bytes, along with a channel tag. Actual reading should be left to the components...
Description: We currently send a lot of data straight from storage to a peer, without any necessary deserialization occurring. This can be optimized (although potentially unsafe-ly) to directly supply these...
this is an enhancement Review longstanding concerns about arithmetic used in system auction (see https://github.com/casper-network/casper-node/pull/3420#discussion_r1038217398)