lighthouse/beacon_node
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
..
beacon_chain Implement push_leaf for MerkleTree (#563) 2019-10-25 16:07:03 +11:00
client Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00
eth2-libp2p Fix comments from Michael 2019-09-26 10:46:56 +10:00
network Run rustfmt 2019-09-30 11:30:47 +10:00
rest_api Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00
rpc Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00
src Clippy clean (#536) 2019-09-30 13:58:45 +10:00
store Clippy clean (#536) 2019-09-30 13:58:45 +10:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
websocket_server Gracefully shutdown the websocket server 2019-09-15 09:32:27 -04:00
Cargo.toml Move bootstrapper into own crate 2019-09-01 19:32:57 +10:00