lighthouse/beacon_node/rest_api/src
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
..
advanced.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
beacon.rs Add attester/proposer slashing endpoints (#856) 2020-02-14 22:35:18 +11:00
config.rs Improve beacon node logging (#660) 2019-12-06 18:44:38 +11:00
consensus.rs Make API friendly to block explorers (#702) 2019-12-19 11:45:28 +11:00
error.rs Add timeouts to canonical head rwlock (#759) 2020-01-06 17:30:37 +11:00
helpers.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
lib.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
macros.rs Converted the Beacon API service to Futures 2019-09-11 01:43:49 +10:00
metrics.rs Clean up database metrics, add freezer DB size (#715) 2019-12-13 13:30:58 +11:00
network.rs Validator client refactor (#618) 2019-11-25 15:48:24 +11:00
node.rs Validator client refactor (#618) 2019-11-25 15:48:24 +11:00
response_builder.rs Validator client refactor (#618) 2019-11-25 15:48:24 +11:00
router.rs Add attester/proposer slashing endpoints (#856) 2020-02-14 22:35:18 +11:00
spec.rs Validator client refactor (#618) 2019-11-25 15:48:24 +11:00
url_query.rs Make API friendly to block explorers (#702) 2019-12-19 11:45:28 +11:00
validator.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00