Bump deps related to lc-proxy (#1230)
This commit is contained in:
parent
06249abc01
commit
5be329741a
|
@ -167,7 +167,7 @@
|
||||||
path = vendor/nim-websock
|
path = vendor/nim-websock
|
||||||
url = https://github.com/status-im/nim-websock
|
url = https://github.com/status-im/nim-websock
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = main
|
||||||
[submodule "vendor/nim-ssz-serialization"]
|
[submodule "vendor/nim-ssz-serialization"]
|
||||||
path = vendor/nim-ssz-serialization
|
path = vendor/nim-ssz-serialization
|
||||||
url = https://github.com/status-im/nim-ssz-serialization.git
|
url = https://github.com/status-im/nim-ssz-serialization.git
|
||||||
|
|
|
@ -144,8 +144,8 @@ proc run() {.raises: [Exception, Defect].} =
|
||||||
|
|
||||||
proc onFinalizedHeader(
|
proc onFinalizedHeader(
|
||||||
lightClient: LightClient, finalizedHeader: BeaconBlockHeader) =
|
lightClient: LightClient, finalizedHeader: BeaconBlockHeader) =
|
||||||
info "New LC finalized header", finalized_header = shortLog(finalizedHeader)
|
info "New LC finalized header",
|
||||||
optimisticProcessor.setFinalizedHeader(finalizedHeader)
|
finalized_header = shortLog(finalizedHeader)
|
||||||
|
|
||||||
proc onOptimisticHeader(
|
proc onOptimisticHeader(
|
||||||
lightClient: LightClient, optimisticHeader: BeaconBlockHeader) =
|
lightClient: LightClient, optimisticHeader: BeaconBlockHeader) =
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5ccdaed0adfb1534ee1d193fc6f97e7961008bbe
|
Subproject commit 446b18819d0b955094fbc5fe454e86a9cbce952f
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8a433c6ba43940b13ce56f83d79a93273ece5684
|
Subproject commit 2424f2b215c0546f97d8b147e21544521c7545b0
|
|
@ -1 +1 @@
|
||||||
Subproject commit a770fadd013c11c174eb9c37ddeccc2ceb5411d4
|
Subproject commit 4b3768c3a1f58abe1570271d74ca521be2953e32
|
Loading…
Reference in New Issue