Skip to content

Commit 89251ff

Browse files
Harrmkamilsa
authored andcommitted
Update WABT (#2388)
(cherry picked from commit 0a74a6d)
1 parent e518298 commit 89251ff

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

cmake/Hunter/config.cmake

+7
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,10 @@ hunter_config(
111111
KEEP_PACKAGE_SOURCES
112112
)
113113

114+
hunter_config(
115+
wabt
116+
URL https://github.com/qdrvm/wabt/archive/2e9d30c4a67c1b884a8162bf3f3a5a8585cfdb94.tar.gz
117+
SHA1 b5759660eb8ad3f074274341641e918f688868bd
118+
KEEP_PACKAGE_SOURCES
119+
)
120+

zombienet/polkadot/functional/0003-beefy-and-mmr.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ command = "polkadot"
77

88
[[relaychain.node_groups]]
99
name = "validator"
10-
count = 2
10+
count = 8
1111
args = ["--log=beefy=debug", "--enable-offchain-indexing=true"]
1212

1313
[[relaychain.node_groups]]
1414
name = "kagome-validator"
1515
command = "kagome"
1616
prometheus_prefix = "kagome"
17-
count = 1
17+
count = 8
1818
args = ["--log=beefy=debug", "--enable-offchain-indexing=true", "--wasm-execution=Compiled"]
1919

20-
[[relaychain.nodes]]
21-
name = "validator-unstable"
22-
args = ["--log=beefy=debug", "--enable-offchain-indexing=true"]
20+
#[[relaychain.nodes]]
21+
#name = "validator-unstable"
22+
#args = ["--log=beefy=debug", "--enable-offchain-indexing=true"]

0 commit comments

Comments
 (0)