lighthouse-pulse/eth2
pscott a1e14cc369 Implement push_leaf for MerkleTree (#574)
* 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

* Fix cargo fmt
2019-11-05 12:29:07 +11:00
..
lmd_ghost Updates external dependencies (#577) 2019-10-30 12:22:18 +11:00
operation_pool Updates external dependencies (#577) 2019-10-30 12:22:18 +11:00
state_processing Updates external dependencies (#577) 2019-10-30 12:22:18 +11:00
types Updates external dependencies (#577) 2019-10-30 12:22:18 +11:00
utils Implement push_leaf for MerkleTree (#574) 2019-11-05 12:29:07 +11:00
README.md Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00

eth2

Common crates containing eth2-specific logic.