bump submodules
This commit is contained in:
parent
090f06614a
commit
9335533503
|
@ -12,7 +12,7 @@ import
|
||||||
chronicles, stew/[byteutils], json_serialization/std/sets,
|
chronicles, stew/[byteutils], json_serialization/std/sets,
|
||||||
./spec/[beaconstate, datatypes, crypto, digest, helpers, validator],
|
./spec/[beaconstate, datatypes, crypto, digest, helpers, validator],
|
||||||
./extras, ./block_pool, ./block_pools/candidate_chains, ./beacon_node_types,
|
./extras, ./block_pool, ./block_pools/candidate_chains, ./beacon_node_types,
|
||||||
./fork_choice/[fork_choice_types, fork_choice]
|
./fork_choice/fork_choice
|
||||||
|
|
||||||
logScope: topics = "attpool"
|
logScope: topics = "attpool"
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,7 @@ import
|
||||||
conf, time, beacon_chain_db,
|
conf, time, beacon_chain_db,
|
||||||
attestation_pool, block_pool, eth2_network,
|
attestation_pool, block_pool, eth2_network,
|
||||||
beacon_node_types, mainchain_monitor, request_manager,
|
beacon_node_types, mainchain_monitor, request_manager,
|
||||||
sync_manager,
|
sync_manager
|
||||||
fork_choice/fork_choice
|
|
||||||
|
|
||||||
# This removes an invalid Nim warning that the digest module is unused here
|
# This removes an invalid Nim warning that the digest module is unused here
|
||||||
# It's currently used for `shortLog(head.blck.root)`
|
# It's currently used for `shortLog(head.blck.root)`
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 225a9ad41cc0f4cd6d42153e64b356bb03f26274
|
Subproject commit 4d0a7a46ba38947b8daecb1b5ae817c82c8e16c5
|
|
@ -1 +1 @@
|
||||||
Subproject commit 81c24860e2622a15e05c81d15e3d1cc02c460870
|
Subproject commit 5df69fc6961e58205189cd92ae2477769fa8c4c0
|
|
@ -1 +1 @@
|
||||||
Subproject commit 271512c161706e08533690fdc8bbbbc54f1dc0ed
|
Subproject commit 8c1a8ef8d9fd1705d4e8640b4c30df2caee76881
|
|
@ -1 +1 @@
|
||||||
Subproject commit 92579435b6b5637d573bd2e0b7338791f7a768d4
|
Subproject commit 9d9f793b4f4674b95b524e175509ea6402744f68
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1601894ec1fd1c7095d405eb0c846cac212fb18f
|
Subproject commit 622607e98ee54ab600af5d43d32244333a643e2a
|
|
@ -1 +1 @@
|
||||||
Subproject commit bb82ba89841e625db9a998be4339f090ff47976d
|
Subproject commit 46b6f78806026b37e4710eabf8bd047969d2d23c
|
Loading…
Reference in New Issue