lighthouse/eth2
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
..
lmd_ghost Clippy clean (#536) 2019-09-30 13:58:45 +10:00
operation_pool Add interop-spec genesis procedure 2019-08-30 15:33:34 +10:00
state_processing Clippy clean (#536) 2019-09-30 13:58:45 +10:00
types Clippy clean (#536) 2019-09-30 13:58:45 +10:00
utils Implement push_leaf for MerkleTree (#563) 2019-10-25 16:07:03 +11:00
README.md Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00

eth2

Common crates containing eth2-specific logic.