nimbus-eth2/beacon_chain
Ștefan Talpalaru 96431bfd86
post-merge fixes
2020-04-08 23:09:52 +02:00
..
spec re-add test_interop to all_tests and mark several v0.10.1 phase 0 spec references as v0.11.1 2020-04-07 13:16:55 +03:00
ssz fix/restore 0.11.1 BeaconState genesis interop: (a) use GENESIS_FORK_VERSION properly in BeaconState init; (b) use GENESIS_FORK_VERSION to be compatible with zcli/zrnt initial eth1 deposits; (c) let List[foo] work with 64-bit ints, so BeaconState.validators SSZ-serializes properly; and (d) update test_interop to use new spec/crypto API 2020-04-07 13:16:55 +03:00
tracing
.gitignore
attestation_aggregation.nim initial attestation aggregation (#769) 2020-04-01 09:59:55 +00:00
attestation_pool.nim extended validation (#812) 2020-03-31 18:39:02 +00:00
beacon_chain_db.nim
beacon_node.nim post-merge fixes 2020-04-08 23:09:52 +02:00
beacon_node.nim.cfg
beacon_node_types.nim extended validation (#812) 2020-03-31 18:39:02 +00:00
block_pool.nim re-add test_interop to all_tests and mark several v0.10.1 phase 0 spec references as v0.11.1 2020-04-07 13:16:55 +03:00
conf.nim The RPC service listens on localhost by default 2020-03-22 19:00:09 +02:00
deposit_contract.nim vendor: bump nim-eth + fallout (#861) 2020-04-05 11:50:31 +02:00
eth2_discovery.nim result->results, bump bearssl 2020-04-07 12:08:59 +00:00
eth2_network.nim vendor: bump nim-eth + fallout (#861) 2020-04-05 11:50:31 +02:00
extras.nim clean up block creation 2020-03-22 11:15:07 +00:00
inspector.nim update relevant portions of attestation aggregation spec version; tweak inspector 2020-02-21 19:44:03 +00:00
interop.nim fix/restore 0.11.1 BeaconState genesis interop: (a) use GENESIS_FORK_VERSION properly in BeaconState init; (b) use GENESIS_FORK_VERSION to be compatible with zcli/zrnt initial eth1 deposits; (c) let List[foo] work with 64-bit ints, so BeaconState.validators SSZ-serializes properly; and (d) update test_interop to use new spec/crypto API 2020-04-07 13:16:55 +03:00
kvstore.nim
kvstore_sqlite3.nim sqlite kvstore backend (#749) 2020-02-20 11:49:34 +01:00
libp2p_json_serialization.nim
logtrace.nim Add pubsub message logging. 2020-03-11 17:26:30 +00:00
mainchain_monitor.nim remove unused imports 2020-03-11 10:50:55 +00:00
nimquery.nim
peer_pool.nim Initial implementation of a JSON-RPC service 2020-03-22 19:00:09 +02:00
request_manager.nim Mechanically remove all mentions of the daemon from the code 2020-03-23 14:59:33 +02:00
ssz.nim prefer endians2 2020-03-05 18:13:28 +02:00
sszdump.nim
state_transition.nim align process_block(...) name with spec; fix beacon chain proposer index generation when some validators aren't active to fix the two regressing 0.11.0 block sanity tests 2020-03-17 12:06:56 +02:00
statusbar.nim
sync_manager.nim Fix gcsafety issues in the test suite 2020-03-24 22:14:40 +02:00
sync_protocol.nim Mechanically remove all mentions of the daemon from the code 2020-03-23 14:59:33 +02:00
time.nim comments-only changes: update a bunch of v0.10.1 spec references to v0.11.0 and explain rationale for extended validation design in code (#847) 2020-04-01 11:41:39 +00:00
trusted_state_snapshots.nim
validator_keygen.nim vendor: bump nim-eth + fallout (#861) 2020-04-05 11:50:31 +02:00
validator_pool.nim 0.11.1 beacon chain spec update (#836) 2020-03-30 11:31:44 +00:00
version.nim Oops, change back the default network_type in the master branch 2020-03-23 18:19:31 +02:00