Skip to content

Commit

Permalink
build: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Jun 13, 2024
1 parent 7012a1c commit 2413863
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 350 deletions.
69 changes: 0 additions & 69 deletions .docker/Dockerfile-parachain

This file was deleted.

87 changes: 0 additions & 87 deletions .docker/Dockerfile-parachain-upgrade-data.j2

This file was deleted.

72 changes: 0 additions & 72 deletions .docker/Dockerfile-parachain-upgrade.j2

This file was deleted.

40 changes: 0 additions & 40 deletions .docker/additional/Dockerfile-chainql

This file was deleted.

45 changes: 0 additions & 45 deletions .docker/additional/Dockerfile-polkadot

This file was deleted.

30 changes: 13 additions & 17 deletions .env
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
RUST_TOOLCHAIN=nightly-2024-04-10
POLKADOT_LAUNCH_BRANCH=unique-network
RELAY_CHAIN_TYPE=westend
CHAINQL=v0.4.1
DESTINATION_SPEC_VERSION=v942057

POLKADOT_MAINNET_BRANCH=release-v1.0.0
STATEMINT_BUILD_BRANCH=release-parachains-v9430
ACALA_BUILD_BRANCH=2.21.0
MOONBEAM_BUILD_BRANCH=runtime-2500
ASTAR_BUILD_BRANCH=v5.18.0
UNIQUE_MAINNET_BRANCH=release-v10010063
POLKADOT_MAINNET_BRANCH=v1.2.4
ACALA_BUILD_BRANCH=2.25.0
MOONBEAM_BUILD_BRANCH=runtime-2901
ASTAR_BUILD_BRANCH=v5.39.1
UNIQUE_MAINNET_BRANCH=release-v10030071
UNIQUE_REPLICA_FROM=wss://ws.unique.network:443
POLKADEX_BUILD_BRANCH=v1.1.0
HYDRADX_BUILD_BRANCH=v20.1.1

KUSAMA_MAINNET_BRANCH=release-v1.0.0
STATEMINE_BUILD_BRANCH=release-parachains-v9430
KARURA_BUILD_BRANCH=xnft-poc
MOONRIVER_BUILD_BRANCH=runtime-2500
SHIDEN_BUILD_BRANCH=v5.18.0
QUARTZ_MAINNET_BRANCH=release-v10010063
KUSAMA_MAINNET_BRANCH=v1.2.5
KARURA_BUILD_BRANCH=release-karura-2.25.0
MOONRIVER_BUILD_BRANCH=runtime-2901
SHIDEN_BUILD_BRANCH=v5.39.1
QUARTZ_MAINNET_BRANCH=release-v10030071
QUARTZ_REPLICA_FROM=wss://ws-quartz.unique.network:443

UNIQUEWEST_MAINNET_BRANCH=release-v1.0.0
WESTMINT_BUILD_BRANCH=parachains-v9430
OPAL_MAINNET_BRANCH=release-v10010063
UNIQUEWEST_MAINNET_BRANCH=release-v0.9.43
WESTMINT_BUILD_BRANCH=bad-branch-v1011001
OPAL_MAINNET_BRANCH=release-v10030071
OPAL_REPLICA_FROM=wss://ws-opal.unique.network:443

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
'runtime/tests',
'runtime/unique',
]
package.version = "1.3.0"
package.version = "1.9.0"
resolver = "2"

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ Note: checkout this project and all related projects (see below) in the sibling
### Build relay

```
git clone https://github.com/paritytech/polkadot.git
git clone https://github.com/paritytech/polkadot-sdk.git
cd polkadot
git checkout release-v0.9.43
git checkout release-polkadot-v1.9.0
cargo build --release
```

Expand Down
Loading

0 comments on commit 2413863

Please sign in to comment.