Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Release S2S Beta.1 (#783)
Browse files Browse the repository at this point in the history
* Remove Old Migration

* Migration `BridgeMillauGrandpa` to `BridgePangoroGrandpa`

* Update `spec_version`

* Update Crates Version

* Change `BridgePangoroDispatch` to `BridgeDispatch`
  • Loading branch information
Xavier Lau authored Aug 30, 2021
1 parent 1ba8024 commit aee1825
Show file tree
Hide file tree
Showing 65 changed files with 132 additions and 235 deletions.
122 changes: 61 additions & 61 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dvm/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-db"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion client/dvm/mapping-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-mapping-sync"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# paritytech
Expand Down
2 changes: 1 addition & 1 deletion client/dvm/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-rpc"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/balances/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-balances"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/balances/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-balances-rpc"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/balances/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-balances-rpc-runtime-api"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/crab/issuing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-crab-issuing"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/ethereum-bsc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-bridge-bsc"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/ethereum/backing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-ethereum-backing"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/ethereum/issuing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-ethereum-issuing"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/ethereum/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "darwinia-ethereum-relay"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/relay-authorities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-relay-authorities"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/relayer-game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-relayer-game"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/s2s/backing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-s2s-backing"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/s2s/issuing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-s2s-issuing"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/tron/backing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-tron-backing"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/claims/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-claims"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/democracy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-democracy"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm-dynamic-fee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dvm-dynamic-fee"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dvm-ethereum"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dvm-rpc-core"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dvm-rpc-runtime-api"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/elections-phragmen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-elections-phragmen"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/blake2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-blake2"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/bn128/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-bn128"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/curve25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-curve25519"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-dispatch"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/ed25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-ed25519"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/encoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-encoder"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/modexp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-modexp"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-simple"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-transfer"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/header-mmr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-header-mmr"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/header-mmr/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-header-mmr-rpc"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/header-mmr/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-header-mmr-rpc-runtime-api"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-staking"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/staking/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-staking-rpc"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/staking/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-staking-rpc-runtime-api"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-support"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/vesting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "darwinia-vesting"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "drml"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

# TODO: Consider rename this repo to darwinia-runtime-module-library
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion node/primitives/bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "bridge-primitives"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# darwinia-network
Expand Down
2 changes: 1 addition & 1 deletion node/primitives/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "common-primitives"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.1"
version = "2.6.2"

[dependencies]
# paritytech
Expand Down
Loading

0 comments on commit aee1825

Please sign in to comment.