nimbus-eth1/nimbus
Jordan Hrycaj 62d31d6f1d
Normalise sync handler prototypes (#1087)
* Use type name eth and snap (rather than snap1)

* Prettified snap/eth handler trace messages

* Regrouped sync sources

details:
  Snap storage related sources are moved to common directory.
  Option --new-sync renamed to --snap-sync

also:
  Normalised logging for secondary/non-protocol handlers.

* Merge protocol wrapper files => protocol.nim

details:
  Merge wrapper sync/protocol_ethxx.nim and sync/protocol_snapxx.nim
  into single file snap/protocol.nim

* Comments cosmetics

* Similar start logic for blockchain_sync.nim and sync/snap.nim

* Renamed p2p/blockchain_sync.nim -> sync/fast.nim
2022-05-13 17:30:10 +01:00
..
accounts Initial implementation of the merge spec 2022-01-24 09:44:39 +02:00
db modify hive simulators to run in CI 2022-04-21 12:01:18 +07:00
docs.static
graphql first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
merge first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
p2p Normalise sync handler prototypes (#1087) 2022-05-13 17:30:10 +01:00
rpc Squashed snap-sync-preview patch (#1076) 2022-05-09 15:04:48 +01:00
sync Normalise sync handler prototypes (#1087) 2022-05-13 17:30:10 +01:00
transaction Squashed snap-sync-preview patch (#1076) 2022-05-09 15:04:48 +01:00
utils first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
vm first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
vm2 first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
block_types.nim
chain_config.nim Squashed snap-sync-preview patch (#1076) 2022-05-09 15:04:48 +01:00
conf_utils.nim modify hive simulators to run in CI 2022-04-21 12:01:18 +07:00
config.nim Normalise sync handler prototypes (#1087) 2022-05-13 17:30:10 +01:00
constants.nim first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
context.nim
debug.nim fix header.extraData printer in debug.nim 2022-03-25 14:00:44 +07:00
errors.nim
forks.nim fix EIP-4399 'random' opcode 2022-02-08 20:23:40 +07:00
genesis.nim first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
genesis_alloc.nim
launcher.nim
lightchain_shell.nim
makefile
nim.cfg
nimbus.nim Normalise sync handler prototypes (#1087) 2022-05-13 17:30:10 +01:00
sealer.nim Squashed snap-sync-preview patch (#1076) 2022-05-09 15:04:48 +01:00
tracer.nim first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
transaction.nim first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
utils.nim first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
validation.nim first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
version.nim dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
vm_compile_info.nim first step into styleCheck fixes 2022-04-14 08:39:50 +07:00
vm_computation.nim
vm_gas_costs.nim
vm_internals.nim EIP 4399 changes: random -> prevRandao 2022-02-27 14:37:35 +07:00
vm_precompiles.nim
vm_state.nim
vm_state_transactions.nim
vm_types.nim