nimbus-eth2/beacon_chain
Jacek Sieka ea0a191723
Better REST/RPC error messages (#3046)
* Better REST/RPC error messages
* homogenise block logging (root first)
* homegenise message verification pipeline (verify in
`gossip_verification`, act in `eth2_processor`)
* use `subcommitteeIdx` consistently
* log each sent contribution
* fix block_sim
* fix block topic
* don't recalc root on gossip block validation
* move position loop into sync pool
2021-11-05 17:39:47 +02:00
..
consensus_object_pools Better REST/RPC error messages (#3046) 2021-11-05 17:39:47 +02:00
eth1 Remove web3-mode, always keep web3 monitor enabled when given (#3042) 2021-11-01 15:50:24 +01:00
fork_choice implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
gossip_processing Better REST/RPC error messages (#3046) 2021-11-05 17:39:47 +02:00
networking altair fork handling cleanups (#3050) 2021-11-05 08:34:34 +01:00
rpc Better REST/RPC error messages (#3046) 2021-11-05 17:39:47 +02:00
spec Better REST/RPC error messages (#3046) 2021-11-05 17:39:47 +02:00
ssz Remove unused datatypes import from ssz (#3019) 2021-10-21 19:31:43 +02:00
sync Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
validator_client Better REST/RPC error messages (#3046) 2021-11-05 17:39:47 +02:00
validators Better REST/RPC error messages (#3046) 2021-11-05 17:39:47 +02:00
.editorconfig Add .editorconfig file and remove trailing newlines 2021-09-14 12:12:49 +03:00
.gitignore
beacon_chain_db.nim altair fork handling cleanups (#3050) 2021-11-05 08:34:34 +01:00
beacon_chain_db_immutable.nim altair fork handling cleanups (#3050) 2021-11-05 08:34:34 +01:00
beacon_clock.nim eth2.0-specs -> consensus-specs repo rename (#2801) 2021-08-20 23:37:45 +00:00
beacon_node.nim import cleanup (#2997) 2021-10-19 16:09:26 +02:00
beacon_node_status.nim
conf.nim Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
extras.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
filepath.nim
interop.nim bump `nim-stint` (#2969) 2021-10-14 14:13:51 +03:00
nimbus_beacon_node.nim Better REST/RPC error messages (#3046) 2021-11-05 17:39:47 +02:00
nimbus_beacon_node.nim.cfg Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
nimbus_binary_common.nim Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
nimbus_signing_process.nim import cleanup (#2997) 2021-10-19 16:09:26 +02:00
nimbus_validator_client.nim Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
nimbus_validator_client.nim.cfg Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
sszdump.nim altair fork handling cleanups (#3050) 2021-11-05 08:34:34 +01:00
statediff.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00: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 Version 1.5.2 2021-10-21 04:11:56 +03:00