Skip to content

Commit

Permalink
Bump: version (#1920)
Browse files Browse the repository at this point in the history
* bump to 1.9.6

* bump runtime version

* Update Cargo.lock

* Update LIVE.md
  • Loading branch information
mclyk authored Mar 8, 2023
1 parent c7b0755 commit e613386
Show file tree
Hide file tree
Showing 40 changed files with 298 additions and 303 deletions.
501 changes: 248 additions & 253 deletions Cargo.lock

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions LIVE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## Heiko

- `node`: parallelfinance/parallel:v1.9.4
- `runtime`: 194
- `branch`: https://github.com/parallel-finance/parallel/tree/v1.9.4
- `node`: parallelfinance/parallel:v1.9.5
- `runtime`: 195
- `branch`: https://github.com/parallel-finance/parallel/tree/v1.9.5
- `polkadot`: v0.9.32
- `wasm`: https://github.com/parallel-finance/parallel/releases/download/v1.9.4/heiko_runtime.compact.compressed.wasm
- `blake256_hash`: 0x3f9e989e16e63bd66b6568552033b1cce24b7085c52d8bad6c988d2e05369c33
- `deployment_date`: 2022/12/07
- `wasm`: https://github.com/parallel-finance/parallel/releases/download/v1.9.5/heiko_runtime.compact.compressed.wasm
- `blake256_hash`: 0xaac1e44cfe5a88fdfad237b47961a3fe13c464bcf4c9d840e55afb6abcfd8454
- `deployment_date`: 2023/02/21

## Parallel

- `node`: parallelfinance/parallel:v1.9.4
- `runtime`: 194
- `branch`: https://github.com/parallel-finance/parallel/tree/v1.9.4
- `node`: parallelfinance/parallel:v1.9.5
- `runtime`: 195
- `branch`: https://github.com/parallel-finance/parallel/tree/v1.9.5
- `polkadot`: v0.9.32
- `wasm`: https://github.com/parallel-finance/parallel/releases/download/v1.9.4/parallel_runtime.compact.compressed.wasm
- `blake256_hash`: 0xc7bf1997ab0748c5d9debe2f7719b6bd5c66989e78ba3e233e4af2ddab352f84
- `deployment_date`: 2022/12/07
- `wasm`: https://github.com/parallel-finance/parallel/releases/download/v1.9.5/parallel_runtime.compact.compressed.wasm
- `blake256_hash`: 0x2b14ff980bafc6ba62f9a1ae9f56a0f52fd36c2e68cc19d1efc8faecda580831
- `deployment_date`: 2023/02/21
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://parallel.fi'
license = 'Apache'
name = 'runtime-integration-tests'
repository = 'https://github.com/parallel-finance/parallel'
version = '1.9.5'
version = '1.9.6'

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5', default-features = false, features = ['derive'] }
Expand Down
2 changes: 1 addition & 1 deletion node/parallel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://parallel.fi'
license = 'Apache'
name = 'parallel'
repository = 'https://github.com/parallel-finance/parallel'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/amm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-amm'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-asset-registry'
version = '1.9.5'
version = '1.9.6'

[dependencies]
log = { version = '0.4', default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-bridge'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/crowdloans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-crowdloans'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/currency-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-currency-adapter'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/emergency-shutdown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-emergency-shutdown'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/evm-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-evm-signatures"
authors = ['Parallel Team']
edition = '2021'
version = '1.9.5'
version = '1.9.6'

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/farming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-farming'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/liquid-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-liquid-staking'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/loans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-loans'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/loans/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-loans-rpc'
version = '1.9.5'
version = '1.9.6'

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5' }
Expand Down
2 changes: 1 addition & 1 deletion pallets/loans/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-loans-rpc-runtime-api'
version = '1.9.5'
version = '1.9.6'

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5', default-features = false, features = ['derive'] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/prices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-prices'
version = '1.9.5'
version = '1.9.6'

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5', default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-router'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/router/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-router-rpc'
version = '1.9.5'
version = '1.9.6'

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5' }
Expand Down
2 changes: 1 addition & 1 deletion pallets/router/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-router-rpc-runtime-api'
version = '1.9.5'
version = '1.9.6'

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5', default-features = false, features = ['derive'] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/stableswap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-stableswap'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/streaming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-streaming'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-traits'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/xcm-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'pallet-xcm-helper'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion precompiles/assets-erc20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'pallet-evm-precompile-assets-erc20'
authors = ['Parallel Team']
edition = '2021'
version = '1.9.5'
version = '1.9.6'

[dependencies]
log = "0.4.16"
Expand Down
2 changes: 1 addition & 1 deletion precompiles/balances-erc20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pallet-evm-precompile-balances-erc20"
authors = [ "Parallel Team" ]
description = "A Precompile to expose a Balances pallet through an ERC20-compliant interface."
edition = "2021"
version = "1.9.5"
version = "1.9.6"

[dependencies]
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion precompiles/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "precompile-utils"
authors = ['Parallel Team']
edition = '2021'
version = '1.9.5'
version = '1.9.6'

[dependencies]
impl-trait-for-tuples = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'parallel-primitives'
version = '1.9.5'
version = '1.9.6'

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5', default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion runtime/heiko/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://parallel.fi'
license = 'Apache'
name = 'heiko-runtime'
repository = 'https://github.com/parallel-finance/parallel'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion runtime/heiko/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("heiko"),
impl_name: create_runtime_str!("heiko"),
authoring_version: 1,
spec_version: 195,
spec_version: 196,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
Expand Down
2 changes: 1 addition & 1 deletion runtime/kerria/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://parallel.fi'
license = 'Apache'
name = 'kerria-runtime'
repository = 'https://github.com/parallel-finance/parallel'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion runtime/kerria/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kerria"),
impl_name: create_runtime_str!("kerria"),
authoring_version: 1,
spec_version: 195,
spec_version: 196,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
Expand Down
2 changes: 1 addition & 1 deletion runtime/parallel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://parallel.fi'
license = 'Apache'
name = 'parallel-runtime'
repository = 'https://github.com/parallel-finance/parallel'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion runtime/parallel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("parallel"),
impl_name: create_runtime_str!("parallel"),
authoring_version: 1,
spec_version: 195,
spec_version: 196,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
Expand Down
2 changes: 1 addition & 1 deletion runtime/vanilla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://parallel.fi'
license = 'Apache'
name = 'vanilla-runtime'
repository = 'https://github.com/parallel-finance/parallel'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion runtime/vanilla/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("vanilla"),
impl_name: create_runtime_str!("vanilla"),
authoring_version: 1,
spec_version: 195,
spec_version: 196,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
Expand Down
2 changes: 1 addition & 1 deletion scripts/collator-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RELAY_CHAIN="${4:-kusama-local.json}"
VOLUME="chains"
NODE_NAME="$1"
COLLATOR_NAME="${2:-alice}"
DOCKER_IMAGE="parallelfinance/parallel:v1.9.5"
DOCKER_IMAGE="parallelfinance/parallel:v1.9.6"
BASE_PATH="/data"
RELAY_BOOTNODES="/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWDEyCAUKviazJuXdWcAAVEf7nSm9BvPXyK6odp5PetCfV"

Expand Down
2 changes: 1 addition & 1 deletion scripts/collator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ VOLUME="chains"
NODE_KEY="$1"
KEYSTORE_PATH="$2"
NODE_NAME="$3"
DOCKER_IMAGE="parallelfinance/parallel:v1.9.5"
DOCKER_IMAGE="parallelfinance/parallel:v1.9.6"
BASE_PATH="/data"

if [ $# -lt 3 ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/fullnode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PARA_CHAIN="${2:-heiko}"
RELAY_CHAIN="${3:-kusama}"
VOLUME="chains"
NODE_NAME="$1"
DOCKER_IMAGE="parallelfinance/parallel:v1.9.5"
DOCKER_IMAGE="parallelfinance/parallel:v1.9.6"
BASE_PATH="/data"

if [ $# -lt 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['Parallel Team']
edition = '2021'
name = 'parallel-support'
version = '1.9.5'
version = '1.9.6'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down

0 comments on commit e613386

Please sign in to comment.