nimbus-eth2/beacon_chain
Jacek Sieka 6f7e0e3393
REST cleanups (#3255)
* REST cleanups

* reject out-of-range committee requests
* print all hex values as lower-case
* allow requesting state information by head state root
* turn `DomainType` into array (follow spec)
* `uint_to_bytesXX` -> `uint_to_bytes` (follow spec)
* fix wrong dependent root in `/eth/v1/validator/duties/proposer/`
* update documentation - `--subscribe-all-subnets` is no longer needed
when using the REST interface with validator clients
* more fixes
* common helpers for dependent block
* remove test rules obsoleted by more strict epoch tests
* fix trailing commas

* Update docs/the_nimbus_book/src/rest-api.md
* Update docs/the_nimbus_book/src/rest-api.md

Co-authored-by: sacha <sacha@status.im>
2022-01-08 22:06:34 +02:00
..
consensus_object_pools REST cleanups (#3255) 2022-01-08 22:06:34 +02:00
eth1 better web3monitor error message (#3260) 2022-01-08 14:35:36 +01:00
fork_choice update 10 modules from using merge to bellatrix (#3257) 2022-01-07 18:10:40 +01:00
gossip_processing spec URL updates (#3254) 2022-01-06 18:35:38 +00:00
networking rename forkDigests.merge to forkDigests.bellatrix (#3245) 2022-01-05 14:24:15 +00:00
rpc REST cleanups (#3255) 2022-01-08 22:06:34 +02:00
spec REST cleanups (#3255) 2022-01-08 22:06:34 +02:00
sync REST cleanups (#3255) 2022-01-08 22:06:34 +02:00
validator_client shift block_sim fork epochs; allow VC to work with non-multiple-of-3 SECONDS_PER_SLOT (#3244) 2022-01-05 13:41:39 +00:00
validators spec URL updates (#3254) 2022-01-06 18:35:38 +00:00
.editorconfig Add .editorconfig file and remove trailing newlines 2021-09-14 12:12:49 +03:00
.gitignore Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
beacon_chain_db.nim update 10 modules from using merge to bellatrix (#3257) 2022-01-07 18:10:40 +01:00
beacon_chain_db_immutable.nim update 10 modules from using merge to bellatrix (#3257) 2022-01-07 18:10:40 +01:00
beacon_clock.nim update from phase0/altair v1.1.6 URLs to v1.1.8 spec URLs (#3238) 2022-01-04 03:57:15 +00:00
beacon_node.nim Implement #3129 (Optimized history traversals in the REST API) (#3219) 2022-01-05 15:49:10 +01:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
conf.nim Implement #3129 (Optimized history traversals in the REST API) (#3219) 2022-01-05 15:49:10 +01:00
extras.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
filepath.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
interop.nim bump `nim-stint` (#2969) 2021-10-14 14:13:51 +03:00
nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_beacon_node.nim REST JSON support improvements (#3232) 2022-01-06 08:38:40 +01:00
nimbus_beacon_node.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_binary_common.nim Reduce the logging-related breaking changes (#3070) 2021-11-10 11:02:18 +02:00
nimbus_signing_node.nim Implementation of the Keymanager API (BETA) 2022-01-04 18:51:45 +02:00
nimbus_signing_node.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_validator_client.nim Implementation of the Keymanager API (BETA) 2022-01-04 18:51:45 +02:00
nimbus_validator_client.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
sszdump.nim ncli_db: add putState, putBlock (#3096) 2021-11-18 13:02:43 +01:00
statediff.nim Keep cooked pubkeys in cache (#3122) 2021-11-25 19:41:54 +01:00
statusbar.nim switch result = foo to expression return; unexport rest of logtrace symbols (#2788) 2021-08-17 09:51:39 +00:00
version.nim Support more content-types when specifying the Graffiti string 2022-01-06 10:56:59 +02:00