Skip to content

Commit f77b484

Browse files
authored
Merge branch 'devnet5-bump-leanmultisig' into devnet5-zk-alloc
2 parents bc674ca + fb57120 commit f77b484

3 files changed

Lines changed: 32 additions & 32 deletions

File tree

Cargo.lock

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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ docker-build: ## 🐳 Build the Docker image
2424
-t ghcr.io/lambdaclass/ethlambda:$(DOCKER_TAG) .
2525
@echo
2626

27-
# 2026-05-21
28-
LEAN_SPEC_COMMIT_HASH:=825bec6bf278920cfc56730d64a7c90522a0bb6c
27+
# 2026-06-03
28+
LEAN_SPEC_COMMIT_HASH:=30ffb6cab54ca6d2e2e1c82e8e2713ebb9a8fa3f
2929

3030
leanSpec:
3131
git clone https://github.com/leanEthereum/leanSpec.git --single-branch

crates/common/crypto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ version.workspace = true
1212
[dependencies]
1313
ethlambda-types.workspace = true
1414

15-
lean-multisig = { git = "https://github.com/leanEthereum/leanVM.git", rev = "0520822" }
15+
lean-multisig = { git = "https://github.com/leanEthereum/leanVM.git", rev = "8fcbd779" }
1616
# leansig_wrapper provides XmssPublicKey/XmssSignature types used by lean-multisig's public API
17-
leansig_wrapper = { git = "https://github.com/leanEthereum/leanVM.git", rev = "0520822" }
17+
leansig_wrapper = { git = "https://github.com/leanEthereum/leanVM.git", rev = "8fcbd779" }
1818

1919
leansig.workspace = true
2020
thiserror.workspace = true

0 commit comments

Comments
 (0)