lighthouse/eth2
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
..
operation_pool Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
proto_array_fork_choice Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
state_processing Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
types Add attester/proposer slashing endpoints (#856) 2020-02-14 22:35:18 +11:00
utils Add attester/proposer slashing endpoints (#856) 2020-02-14 22:35:18 +11:00
README.md Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00

eth2

Common crates containing eth2-specific logic.