Bump nim-web3 to 46b4b4c8bc42013196a6290ee53029131f97931a (#2224)

* Bump nim-web3 to 46b4b4c8bc42013196a6290ee53029131f97931a

* Fix beacon_lc_bridge and nimbus_verified_proxy
This commit is contained in:
andri lim 2024-05-26 14:13:59 +07:00 committed by GitHub
parent 9c3de888a4
commit 9c3dfc93a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -542,7 +542,7 @@ proc run(config: BeaconBridgeConf) {.raises: [CatchableError].} =
targetGossipState = getTargetGossipState(
slot.epoch, cfg.ALTAIR_FORK_EPOCH, cfg.BELLATRIX_FORK_EPOCH,
cfg.CAPELLA_FORK_EPOCH, cfg.DENEB_FORK_EPOCH, isBehind,
cfg.CAPELLA_FORK_EPOCH, cfg.DENEB_FORK_EPOCH, cfg.ELECTRA_FORK_EPOCH, isBehind,
)
template currentGossipState(): auto =

View File

@ -242,7 +242,7 @@ proc run*(
targetGossipState = getTargetGossipState(
slot.epoch, cfg.ALTAIR_FORK_EPOCH, cfg.BELLATRIX_FORK_EPOCH,
cfg.CAPELLA_FORK_EPOCH, cfg.DENEB_FORK_EPOCH, isBehind,
cfg.CAPELLA_FORK_EPOCH, cfg.DENEB_FORK_EPOCH, cfg.ELECTRA_FORK_EPOCH, isBehind,
)
template currentGossipState(): auto =

2
vendor/nim-web3 vendored

@ -1 +1 @@
Subproject commit de87f860874be944cdc3dfd08765c687fff736c4
Subproject commit 46b4b4c8bc42013196a6290ee53029131f97931a

2
vendor/nimbus-eth2 vendored

@ -1 +1 @@
Subproject commit 87605d08a7f9cfc3b223bd32143e93a6cdf351ac
Subproject commit dc6951eee951282e47b773ab780170cdccb328e2