lighthouse-pulse/beacon_node
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
..
beacon_chain Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
client Add LRU cache to database (#837) 2020-02-10 11:30:21 +11:00
eth1 Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
eth2-libp2p Patch discv5 - session establishment issues (#828) 2020-01-31 18:57:20 +11:00
genesis Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
network Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
rest_api Add attester/proposer slashing endpoints (#856) 2020-02-14 22:35:18 +11:00
src Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
store Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
tests Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
websocket_server Improve beacon node logging (#660) 2019-12-06 18:44:38 +11:00
Cargo.toml Implements a timeout for peer banning (#665) 2019-12-06 14:13:43 +11:00