nimbus-eth2/beacon_chain
Dustin Brody 798197879b
Revert "AttestationData.justified epoch -> AttestationData.source_epoch and AttestationData.latest_crosslink -> AttestationData.previous_crosslink; implement verify_merkle_branch and update process_deposit to use it; rm BeaconState.batched_block_roots; Transfer.{from, to} -> Transfer.{sender, recipient}; update Fork data type and code to use bytes4; implement int_to_bytes8 (close to metaprogramming time); adjust signed_root and all callers to use 0.5.0 calling signature; processDepositRoot -> processEth1Data"
This reverts commit 18f1d000a1.
2019-03-17 15:24:50 -07:00
..
spec Revert "AttestationData.justified epoch -> AttestationData.source_epoch and AttestationData.latest_crosslink -> AttestationData.previous_crosslink; implement verify_merkle_branch and update process_deposit to use it; rm BeaconState.batched_block_roots; Transfer.{from, to} -> Transfer.{sender, recipient}; update Fork data type and code to use bytes4; implement int_to_bytes8 (close to metaprogramming time); adjust signed_root and all callers to use 0.5.0 calling signature; processDepositRoot -> processEth1Data" 2019-03-17 15:24:50 -07:00
attestation_pool.nim Revert "AttestationData.justified epoch -> AttestationData.source_epoch and AttestationData.latest_crosslink -> AttestationData.previous_crosslink; implement verify_merkle_branch and update process_deposit to use it; rm BeaconState.batched_block_roots; Transfer.{from, to} -> Transfer.{sender, recipient}; update Fork data type and code to use bytes4; implement int_to_bytes8 (close to metaprogramming time); adjust signed_root and all callers to use 0.5.0 calling signature; processDepositRoot -> processEth1Data" 2019-03-17 15:24:50 -07:00
beacon_chain_db.nim begin 0.5.0 spec update (#179) 2019-03-16 13:52:37 -06:00
beacon_node.nim Revert "AttestationData.justified epoch -> AttestationData.source_epoch and AttestationData.latest_crosslink -> AttestationData.previous_crosslink; implement verify_merkle_branch and update process_deposit to use it; rm BeaconState.batched_block_roots; Transfer.{from, to} -> Transfer.{sender, recipient}; update Fork data type and code to use bytes4; implement int_to_bytes8 (close to metaprogramming time); adjust signed_root and all callers to use 0.5.0 calling signature; processDepositRoot -> processEth1Data" 2019-03-17 15:24:50 -07:00
beacon_node.nim.cfg Add --logLevel command-line flag; Fix running the start.sh script from the beacon-chain repo 2019-01-17 14:38:27 +02:00
beacon_node_types.nim implement fork choice (#175) 2019-03-13 16:59:20 -06:00
beacon_node_utils.nim Squashed commit of the following: 2019-03-12 16:03:14 +01:00
block_pool.nim begin 0.5.0 spec update (#179) 2019-03-16 13:52:37 -06:00
conf.nim beacon node sim: various improvements (fixes #111) (#156) 2019-03-07 13:59:28 +00:00
eth2_network.nim Fix a build error 2019-03-12 15:14:30 +02:00
extras.nim spec updates 2018-12-28 02:32:41 +02:00
fork_choice.nim state processing fixes (#177) 2019-03-14 07:33:56 -06:00
gossipsub_protocol.nim A LibP2P-based networking stack; 2019-03-12 13:36:55 +02:00
libp2p_backend.nim A LibP2P-based networking stack; 2019-03-12 13:36:55 +02:00
mainchain_monitor.nim Asyncdispatch2 rebranding to chronos (#84) 2019-02-06 18:56:04 +01:00
ssz.nim Revert "AttestationData.justified epoch -> AttestationData.source_epoch and AttestationData.latest_crosslink -> AttestationData.previous_crosslink; implement verify_merkle_branch and update process_deposit to use it; rm BeaconState.batched_block_roots; Transfer.{from, to} -> Transfer.{sender, recipient}; update Fork data type and code to use bytes4; implement int_to_bytes8 (close to metaprogramming time); adjust signed_root and all callers to use 0.5.0 calling signature; processDepositRoot -> processEth1Data" 2019-03-17 15:24:50 -07:00
state_transition.nim Revert "AttestationData.justified epoch -> AttestationData.source_epoch and AttestationData.latest_crosslink -> AttestationData.previous_crosslink; implement verify_merkle_branch and update process_deposit to use it; rm BeaconState.batched_block_roots; Transfer.{from, to} -> Transfer.{sender, recipient}; update Fork data type and code to use bytes4; implement int_to_bytes8 (close to metaprogramming time); adjust signed_root and all callers to use 0.5.0 calling signature; processDepositRoot -> processEth1Data" 2019-03-17 15:24:50 -07:00
sync_protocol.nim begin 0.5.0 spec update (#179) 2019-03-16 13:52:37 -06:00
time.nim Updates for finalizing chain! (#162) 2019-03-09 04:23:14 +00:00
trusted_state_snapshots.nim assert() -> doAssert() 2019-03-14 00:04:43 +01:00
validator_keygen.nim beacon node sim: various improvements (fixes #111) (#156) 2019-03-07 13:59:28 +00:00
validator_pool.nim Revert "AttestationData.justified epoch -> AttestationData.source_epoch and AttestationData.latest_crosslink -> AttestationData.previous_crosslink; implement verify_merkle_branch and update process_deposit to use it; rm BeaconState.batched_block_roots; Transfer.{from, to} -> Transfer.{sender, recipient}; update Fork data type and code to use bytes4; implement int_to_bytes8 (close to metaprogramming time); adjust signed_root and all callers to use 0.5.0 calling signature; processDepositRoot -> processEth1Data" 2019-03-17 15:24:50 -07:00
version.nim A LibP2P-based networking stack; 2019-03-12 13:36:55 +02:00