lighthouse/beacon_node/beacon_chain
pscott 13faa47da1 Implement push_leaf for MerkleTree (#563)
* Prototype for far_right push

* Add push method and tests

* Modify beacon_chain_builder for interop to use push instead of create

* Add Push method to MerkleTree

* Cargo fmt

* Remove redundant tests

* Fix typo

* Rename push to push_leaf

* Fix clippy warnings

* Add DepthTooSmall enum variant

* Avoid cloning in MerkleTree::push_leaf

* Add quickcheck test for push_leaf

* Cargo fmt updated

* Return err instead of using unwrap()

* Use enumerate instead of hard indexing

* Use if let and return string on error

* Fix typo in deposit_leave
2019-10-25 16:07:03 +11:00
..
src Implement push_leaf for MerkleTree (#563) 2019-10-25 16:07:03 +11:00
tests Fix bug with invalid state root 2019-09-04 12:04:15 +10:00
Cargo.toml Add write_ssz_files feature to beacon_chain crate 2019-09-23 22:20:47 +10:00