Skip to content

Commit 08b2bbc

Browse files
committed
Update sequencer
1 parent b42feb0 commit 08b2bbc

File tree

4 files changed

+83
-29
lines changed

4 files changed

+83
-29
lines changed

Cargo.lock

+78-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polygon-zkevm-adaptor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ escargot = "0.5.7"
3333
ethers = { version = "2.0", features = ["ws"] }
3434
futures = "0.3"
3535
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", branch = "main" }
36-
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.7" }
36+
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.8" }
3737
http-types = "2.12.0"
3838
jsonrpc-v2 = "0.11.0"
3939
sequencer = { git = "https://github.com/EspressoSystems/espresso-sequencer.git" }

polygon-zkevm-adaptor/src/query_service.rs

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ mod test {
170170
0,
171171
Default::default(),
172172
Default::default(),
173+
None,
173174
))
174175
.boxed()
175176
}))

0 commit comments

Comments
 (0)