-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathversions.yml
More file actions
91 lines (84 loc) · 2.3 KB
/
versions.yml
File metadata and controls
91 lines (84 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Polkadot Cookbook - Dependency Versions
#
# Source of truth for all dependency versions used in CI workflows and test harnesses.
# Upstream reference: https://github.com/polkadot-developers/polkadot-docs/blob/master/variables.yml
#
# To update: modify this file and open a PR — all affected workflows run automatically.
# The sync-versions workflow checks upstream weekly and opens PRs for version bumps.
# Root-level defaults — used unless overridden by a specific dependency below
polkadot_sdk:
release_tag: polkadot-stable2512-3
repository: https://github.com/paritytech/polkadot-sdk
parachain_template:
version: v0.0.5
repository: https://github.com/paritytech/polkadot-sdk-parachain-template
# Uncomment to override the root polkadot_sdk version for this template:
# polkadot_sdk:
# release_tag: polkadot-stable2503-3
crates:
polkadot_omni_node:
name: polkadot-omni-node
version: "0.14.0"
chain_spec_builder:
name: staging-chain-spec-builder
version: "16.0.0"
paseo_runtime:
version: v1.9.2
repository: https://github.com/paseo-network/runtimes
zombienet:
version: v1.3.138
repository: https://github.com/paritytech/zombienet
# Crates (Rust)
crates:
subxt:
name: subxt
version: "0.50.0"
subxt_cli:
name: subxt-cli
version: "0.50.0"
tokio:
name: tokio
version: "1.44.2"
# JavaScript / TypeScript packages
javascript_packages:
polkadot_api:
name: polkadot-api
version: "2.0.1"
polkadot_js_api:
name: "@polkadot/api"
version: "16.5.6"
dedot:
name: dedot
version: "1.0.4"
dedot_chaintypes:
name: "@dedot/chaintypes"
version: "0.242.0"
hardhat_polkadot:
name: "@parity/hardhat-polkadot"
version: "0.2.7"
resolc:
name: "@parity/resolc"
version: "1.0.0"
chopsticks:
name: "@acala-network/chopsticks"
version: "1.2.8"
paraspell_sdk:
name: "@paraspell/sdk"
version: "13.2.2"
hdkd:
name: "@polkadot-labs/hdkd"
version: "0.0.27"
hdkd_helpers:
name: "@polkadot-labs/hdkd-helpers"
version: "0.0.28"
polkadot_keyring:
name: "@polkadot/keyring"
version: "14.0.2"
polkadot_js_util_crypto:
name: "@polkadot/util-crypto"
version: "14.0.2"
# Python packages
python_packages:
substrate_interface:
name: substrate-interface
version: "1.8.1"