Skip to content

Commit 490e7a7

Browse files
espresso-network: 20250410 -> 20250412 (#564)
(cherry picked from commit 91e6bc3) Co-authored-by: Mathis Antony <[email protected]>
1 parent def1a60 commit 490e7a7

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

espressocrypto/lib/espresso-crypto-helper/Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

espressocrypto/lib/espresso-crypto-helper/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jf-rescue = { version = "0.1.0", git = "https://github.com/EspressoSystems/jelly
2727
"std",
2828
], default-features = false }
2929

30-
hotshot-types = { git = "https://github.com/EspressoSystems/espresso-network", default-features = false, tag = "20250410-dev-node-pos-preview" }
31-
hotshot-query-service = { git = "https://github.com/espressosystems/espresso-network", tag = "20250410-dev-node-pos-preview" }
32-
espresso-types = { git = "https://github.com/espressosystems/espresso-network", tag = "20250410-dev-node-pos-preview" }
30+
hotshot-types = { git = "https://github.com/EspressoSystems/espresso-network", default-features = false, tag = "20250412-dev-node-pos-preview" }
31+
hotshot-query-service = { git = "https://github.com/espressosystems/espresso-network", tag = "20250412-dev-node-pos-preview" }
32+
espresso-types = { git = "https://github.com/espressosystems/espresso-network", tag = "20250412-dev-node-pos-preview" }
3333

3434
# https://tikv.github.io/doc/openssl/index.html
3535
openssl = { version = "0.10", features = ["vendored"] }

system_tests/espresso-e2e/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
espresso-dev-node:
4-
image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20250410-dev-node-pos-preview
4+
image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20250412-dev-node-pos-preview
55
ports:
66
- "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
77
- "$ESPRESSO_BUILDER_PORT:$ESPRESSO_BUILDER_PORT"

0 commit comments

Comments
 (0)