prysm-pulse/beacon-chain/rpc
Raul Jordan ae13bb5c83
Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577)
* begin using tree hash instead of hash for state and blocks

* replace with ssz

* rem references to vote cache

* replace all instances of state/block hash with root

* goimports

* almost every test in the world fails

* goimports

* all tests pass, tree hash across repo
2019-02-14 14:04:47 -06:00
..
attester_server_test.go Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
attester_server.go Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
beacon_server_test.go Wait to Send Genesis Time to Validators Until After Genesis State is Initialized (#1568) 2019-02-13 11:51:57 -06:00
beacon_server.go Wait to Send Genesis Time to Validators Until After Genesis State is Initialized (#1568) 2019-02-13 11:51:57 -06:00
BUILD.bazel Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
proposer_server_test.go Update RANDAO to Match Spec (#1533) 2019-02-09 14:35:51 -06:00
proposer_server.go Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
service_test.go Wait to Send Genesis Time to Validators Until After Genesis State is Initialized (#1568) 2019-02-13 11:51:57 -06:00
service.go Wait to Send Genesis Time to Validators Until After Genesis State is Initialized (#1568) 2019-02-13 11:51:57 -06:00
validator_server_test.go Change BLS Public Key Length Check in Beacon RPC Server (#1571) 2019-02-13 12:08:25 -06:00
validator_server.go Move Validator Helper Functions to Helper Package (#1584) 2019-02-13 15:04:31 -06:00