ethereum / sharding

Sharding manager contract, and related software and tests
480 stars 105 forks source link

Docs: purity-verified #20

Closed jamesray1 closed 6 years ago

jamesray1 commented 6 years ago

https://github.com/ethereum/sharding/blob/develop/docs/doc.md

In the first bullet point, what does purity-verified mean?

deposit(address validationCodeAddr, address returnAddr) returns uint256: adds a validator to the validator set, with the validator's size being the msg.value (ie. amount of ETH deposited) in the function call. Returns the validator index. validationCodeAddr stores the address of the validation code; the function fails if this address's code has not been purity-verified.