lighthouse/eth2/types
Pawan Dhananjay 74c34d1602
Add attester/proposer slashing endpoints (#856)
* Remove deprecated api_spec.yaml

* add prototype for proposer slashing

* remove clippy warnings

* Add proposer_slashing API

* Prototype for attester slashing API call

* Fix logic error in operation pool

* Finish test for attester_slashing api call

* Clean proposer_slashing test

* Cargo fmt

* Remove useless to_string after format! macro

* Cargo fmt

* Update book with new api calls

* Re-enable proposer slashing verification

* Update book with appropriate test example

* Fix proposer_slashing test

* Update comments and tests for clearer code

* Remove extraneous comments

* Fix test

* Minor fix

* Address reviewer comments

Co-authored-by: pscott <30843220+pscott@users.noreply.github.com>
2020-02-14 22:35:18 +11:00
..
benches Tree hash cache arena (#836) 2020-02-07 12:42:49 +11:00
examples Add LRU cache to database (#837) 2020-02-10 11:30:21 +11:00
src Add attester/proposer slashing endpoints (#856) 2020-02-14 22:35:18 +11:00
Cargo.toml Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00