Skip to content

Commit 538bb36

Browse files
Merge branch 'master' into master_runtime_interface_refactoring
2 parents 3ada4d4 + c6249dc commit 538bb36

File tree

394 files changed

+4949
-12222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

394 files changed

+4949
-12222
lines changed

.config/lychee.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ exclude = [
4646
"https://w3f.github.io/parachain-implementers-guide/node/index.html",
4747
"https://w3f.github.io/parachain-implementers-guide/protocol-chain-selection.html",
4848
"https://w3f.github.io/parachain-implementers-guide/runtime/session_info.html",
49+
# Genuinely broken, but exist as part of a signed statement. Rarely used, will be
50+
# removed at some point.
51+
"statement.polkadot.network",
4952
# Behind a captcha (code 403):
5053
"https://chainlist.org/chain/*",
54+
"https://dl.acm.org",
5155
"https://iohk.io/en/blog/posts/2023/11/03/partner-chains-are-coming-to-cardano/",
5256
"https://polymesh.network",
5357
"https://www.reddit.com/r/rust/comments/3spfh1/does_collect_allocate_more_than_once_while/",

.gitlab/pipeline/zombienet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.zombienet-refs:
22
extends: .build-refs
33
variables:
4-
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.120"
4+
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.127"
55
PUSHGATEWAY_URL: "http://zombienet-prometheus-pushgateway.managed-monitoring:9091/metrics/job/zombie-metrics"
66
DEBUG: "zombie,zombie::network-node,zombie::kube::client::logs"
77
ZOMBIE_PROVIDER: "k8s"

0 commit comments

Comments
 (0)