Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
[submodule "crates/cosmwasm"]
path = crates/cosmwasm
url = https://github.com/permissionlessweb/cosmwasm.git
branch = mvp-fix
branch = v3.1.0-zk.0

[submodule "crates/cw-asset"]
path = crates/cw-asset
Expand Down Expand Up @@ -291,7 +291,7 @@
[submodule "crates/zk-wasmd"]
path = crates/zk-wasmd
url = https://github.com/permissionlessweb/wasmd
branch = mvp
branch = merge/upstream-wasmd-v0.70

[submodule "crates/zk-wasmd.bak"]
path = crates/zk-wasmd.bak
Expand All @@ -301,4 +301,4 @@
[submodule "crates/zk-wasmvm"]
path = crates/zk-wasmvm
url = https://github.com/permissionlessweb/wasmvm
branch = mvp
branch = v3.0.7-zk
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go 1.25.9
//
// ZK monorepo path (DEFAULT for this branch / testnet lineage):
// host: ./crates/zk-{wasmd,wasmvm}
// v6 default: zk-wasmd@merge/upstream-wasmd-v0.70 (bulk_memory), zk-wasmvm@v3.0.7-zk, cosmwasm@v3.1.0-zk.0 (metered memory.copy)
// docker: Dockerfile (WASMVM_SOURCE=local) rewrites to /code/build/zk-deps/...
// after `make _docker-stage` / build-zk-local stages those trees.
// Stock mainnet builds (WASMVM_SOURCE=github) strip these two replaces in the Dockerfile.
Expand Down
Loading