prysm-pulse/beacon-chain/db
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
..
attestation_test.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
attestation.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
block_operations_test.go Align Block Operations to Spec (#1512) 2019-02-08 15:53:36 -06:00
block_operations.go Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
block_test.go Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
block.go Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
BUILD.bazel Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
cleanup_history_test.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
cleanup_history.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
db_test.go Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
db.go Remove Old References to Block Vote Cache (#1585) 2019-02-14 08:54:29 -06:00
pending_deposits_test.go Insert pending deposits (#1495) 2019-02-05 11:25:09 -06:00
pending_deposits.go Insert pending deposits (#1495) 2019-02-05 11:25:09 -06:00
schema.go Remove Old References to Block Vote Cache (#1585) 2019-02-14 08:54:29 -06:00
state_test.go Update Genesis Slot and Epoch (#1537) 2019-02-10 23:09:35 +01:00
state.go Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00