lighthouse/beacon_node/beacon_chain/src
Paul Hauner 251aea645c
Make API friendly to block explorers (#702)
* Add validator index to duties response

* Add `get_state` method to beacon chain

* Improve /beacon/validators endpoint

* Add validators/all and validators/active endpoints

* Start refactor of HTTP docs

* Document /beacon/heads endpoint

* Remove some unused API endpoints

* Improve API docs

* Add methods to get all validator duties

* Improve docs

* Remove dead links

* Make tables left-justified

* Add /consensus/vote_count endpoint

* Add /consensus/individual_votes endpoint

* Update formatting

* Tidy

* Add committees endpoint

* Strictly require 0x prefix for serde in BLS

* Update docs to have 0x prefix

* Fix failing tests

* Add unfinished code

* Improve testing, fix bugs

* Tidy, ensure all beacon endpoints smoke tested

* Fix pubkey cache error

* Address comments with docs
2019-12-19 11:45:28 +11:00
..
beacon_chain.rs Make API friendly to block explorers (#702) 2019-12-19 11:45:28 +11:00
builder.rs Add block/state caching on beacon chain (#677) 2019-12-09 14:20:25 +11:00
checkpoint_cache.rs Add block/state caching on beacon chain (#677) 2019-12-09 14:20:25 +11:00
checkpoint.rs Update to frozen spec ❄️ (v0.8.1) (#444) 2019-07-30 12:44:51 +10:00
errors.rs Address bugs (#639) 2019-11-27 18:37:09 +11:00
eth1_chain.rs Add more eth1 metrics (#728) 2019-12-17 10:20:27 +11:00
events.rs Eth1 Integration (#542) 2019-11-15 14:47:51 +11:00
fork_choice.rs Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
head_tracker.rs Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
lib.rs Add block/state caching on beacon chain (#677) 2019-12-09 14:20:25 +11:00
metrics.rs Add more eth1 metrics (#728) 2019-12-17 10:20:27 +11:00
persisted_beacon_chain.rs Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
test_utils.rs Sync Re-Write (#663) 2019-12-09 18:50:21 +11:00