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

Commit

Permalink
Stop Pangolin1 and Pangoro1 (#1473)
Browse files Browse the repository at this point in the history
* Bump toolchain

* Bump version

* Bump runtime version

* Add panic code

* Fix indent
  • Loading branch information
AurevoirXavier authored Jan 18, 2023
1 parent 6a9392c commit a593ba8
Show file tree
Hide file tree
Showing 32 changed files with 165 additions and 135 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.1"
version = "3.0.0"

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

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

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/ethereum/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"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common"
version = "2.10.1"
version = "3.0.0"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/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.10.1"
version = "3.0.0"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/bls12381/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-bls12-381"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common"
version = "2.10.1"
version = "3.0.0"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/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.10.1"
version = "3.0.0"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/kton/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-kton"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common"
version = "2.10.1"
version = "3.0.0"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/state-storage/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-state-storage"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common"
version = "2.10.1"
version = "3.0.0"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/utils/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-utils"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common"
version = "2.10.1"
version = "3.0.0"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/utils/macro/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-utils-macro"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common"
version = "2.10.1"
version = "3.0.0"

[lib]
proc-macro = true
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.10.1"
version = "3.0.0"

[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.10.1"
version = "3.0.0"

[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.10.1"
version = "3.0.0"

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

[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.10.1"
version = "3.0.0"

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

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

[dependencies]
# crates.io
Expand Down
Loading

0 comments on commit a593ba8

Please sign in to comment.