nimbus-eth2/beacon_chain
Eugene Kabanov 71da905629
Fix sync_committee_bits serialization. (#2899)
* Fix REST `sync_committee_bits` serialization issue.

* Fix error value.
2021-09-27 10:14:43 +02:00
..
consensus_object_pools Sync committee related REST API implementation. (#2856) 2021-09-24 01:13:25 +03:00
eth1 add merge SSZ consensus object tests (#2858) 2021-09-11 10:01:05 +02:00
fork_choice update spec references from eth2.0-specs to consensus-specs and to v1.1.0-beta.2 (#2822) 2021-08-26 10:21:52 +02:00
gossip_processing REST /eth/v1/events API call implementation. (#2878) 2021-09-22 14:17:15 +02:00
networking Sort the results of queryRandom in best-to-worst order 2021-09-22 14:22:21 +03:00
rpc Sync committee related REST API implementation. (#2856) 2021-09-24 01:13:25 +03:00
spec Fix sync_committee_bits serialization. (#2899) 2021-09-27 10:14:43 +02:00
ssz Address review comments 2021-09-14 12:12:49 +03:00
sync successfull -> successful (#2842) 2021-09-01 18:08:24 +02:00
validator_client successfull -> successful (#2842) 2021-09-01 18:08:24 +02:00
validators Sync committee related REST API implementation. (#2856) 2021-09-24 01:13:25 +03: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 test for newest fork first (#2891) 2021-09-23 06:53:36 +00:00
beacon_chain_db_immutable.nim Parallel attestation verification (#2718) 2021-09-17 03:13:52 +03:00
beacon_clock.nim eth2.0-specs -> consensus-specs repo rename (#2801) 2021-08-20 23:37:45 +00:00
beacon_node_common.nim REST /eth/v1/events API call implementation. (#2878) 2021-09-22 14:17:15 +02:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
beacon_node_types.nim REST /eth/v1/events API call implementation. (#2878) 2021-09-22 14:17:15 +02:00
conf.nim Parallel attestation verification (#2718) 2021-09-17 03:13:52 +03: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 disentangle eth2 types from the ssz library (#2785) 2021-08-18 20:57:58 +02:00
nimbus_beacon_node.nim disable sync committee subnets in simulation mode (#2897) 2021-09-24 14:43:53 +00:00
nimbus_beacon_node.nim.cfg remove remaining traces of nim-prompt 2021-08-16 21:56:50 +03:00
nimbus_binary_common.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
nimbus_signing_process.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
nimbus_validator_client.nim successfull -> successful (#2842) 2021-09-01 18:08:24 +02:00
nimbus_validator_client.nim.cfg remove remaining traces of nim-prompt 2021-08-16 21:56:50 +03:00
sszdump.nim disentangle eth2 types from the ssz library (#2785) 2021-08-18 20:57:58 +02: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 Merge remote-tracking branch 'origin/stable' into merge-stable 2021-08-09 13:14:28 +02:00