Skip to content

Commit

Permalink
prepare v5.2.3 (#703)
Browse files Browse the repository at this point in the history
* Update chainx-frontier dependency

* Update bootnodes

* Bump runtime version 33 -> 34

* Add bevm-finality-rpc finalized tool

* Update chainx-frontier dependency

* Update new addresses

---------

Co-authored-by: icodezjb <[email protected]>
  • Loading branch information
icodezjb and icodezjb authored Feb 21, 2024
1 parent a5421a1 commit 251d3b7
Show file tree
Hide file tree
Showing 57 changed files with 134 additions and 135 deletions.
140 changes: 70 additions & 70 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"
description = "Fully Decentralized Interchain Crypto Asset Management on Polkadot"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-cli"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
description = "Implementation of protocol https://chainx.org in Rust based on the Substrate framework."
edition = "2021"
Expand Down
5 changes: 2 additions & 3 deletions cli/src/res/chainx_regenesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"id": "chainx",
"chainType": "Live",
"bootNodes": [
"/ip4/18.142.230.171/tcp/23555/ws/p2p/12D3KooWQ6GGfmvmmmsbKRmZqMA3A8rxaHz25HvA7JNBbcZhLXtk",
"/ip4/47.99.179.60/tcp/20222/ws/p2p/12D3KooWGLMfkuzy9WzbV7rTRvHk6AvHg89nT8mipNQoQw36eARc",
"/ip4/47.114.74.52/tcp/36789/ws/p2p/12D3KooWJPMUkGytfAMt3AMqm4AFn4VToXjbWZoC4Z2NxXNXvTwb"
"/ip4/18.222.166.234/tcp/9001/ws/p2p/12D3KooWMdwp2izsvRNRRSJTT2VdRu9VQfGck8jx21wX9vwresT4",
"/ip4/18.188.109.150/tcp/9001/ws/p2p/12D3KooWQdw2mmQPmHJjstKhM7q2J7Xxo86qYxDbXH7Gz3wqMznb"
],
"telemetryEndpoints": [
[
Expand Down
16 changes: 8 additions & 8 deletions contracts/uniswap-contracts/address.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"chainx-testnet": {
"WETH": "0x51abb19F1ebc7B64040aFd0ef3C789d75C8707e0",
"Factory": "0xe922A087CA192ffdaA32eCB6A3ad3320bfFDd83b",
"WETH": "0xFd861b4eeA652d92a679504a8b8341655340eA5d",
"Factory": "0x9480C6Fa8768F18cc0cfe35694Ce8C1660A02B5A",
"Factory Feeto": "0xcAF084133CBdBE27490d3afB0Da220a40C32E307",
"RouterV02": "0x990e95C5CddAf60785ad92caF86Dea6c83F6f867",
"Multicall": "0x784ea1566D3820DaE6aa220eA8C5a0836297fcD3",
"RouterV02": "0x054Fa299e4cFE7cDC87a5998eA4e7cfccB3bc4C2",
"Multicall": "0x5a00E2FBCBa6790b20c338DF1eE9842f584DCfdA",
"ENSRegistry": "0x21b782d2357797D78D48813048033F187AAa2F9C",
"init_code_hash": "0x01429e880a7972ebfbba904a5bbe32a816e78273e4b38ffa6bdeaebce8adba7c"
},
"chainx-mainnet": {
"WETH": "0x09Ff8E49D0EA411A3422ed95E8f5497D4241F532",
"Factory": "0x356FD03E73ce821d5F7dFea51d1cB336EeFd67b1",
"WETH": "0x9D1dFD3a94C218B5dF3A1875157A936f99EcAA76",
"Factory": "0xc3A4f9Bab921FbEB26595659C1511e9F24647902",
"Factory Feeto": "0xe4401b593DCBA4c057fccD1baa3ab9cFacfa64d8",
"RouterV02": "0xC7Dd38D6D161e2a440617508308639B2d701F633",
"Multicall": "0x79eA96a9857b3fcf7B037E5EE98D4da63Ff1934A",
"RouterV02": "0xA932608b834b3711FeECBC0e7403B5B530531E0b",
"Multicall": "0x04C3FAfaf3dBb75537c9e524835107E56130aa0A",
"ENSRegistry": "0x8F8F6B104190a4A24CcFf7B4006Ea7A59baeAf81",
"init_code_hash": "0x01429e880a7972ebfbba904a5bbe32a816e78273e4b38ffa6bdeaebce8adba7c"
}
Expand Down
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-executor"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-primitives"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/assets-registrar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-assets-registrar"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/gateway/bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-gateway-bitcoin"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/gateway/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-gateway-common"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/genesis-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-genesis-builder"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-io"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/mining/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-mining-common"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/mining/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-mining-staking"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-protocol"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-rpc"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xp-runtime"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-rpc"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/chainx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-runtime"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/chainx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("chainx"),
impl_name: create_runtime_str!("chainx-net"),
authoring_version: 1,
spec_version: 33,
spec_version: 34,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 7,
Expand Down
2 changes: 1 addition & 1 deletion runtime/dev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dev-runtime"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("chainx"),
impl_name: create_runtime_str!("chainx-dev"),
authoring_version: 1,
spec_version: 33,
spec_version: 34,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 7,
Expand Down
2 changes: 1 addition & 1 deletion runtime/malan/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malan-runtime"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/malan/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("chainx"),
impl_name: create_runtime_str!("chainx-malan"),
authoring_version: 1,
spec_version: 33,
spec_version: 34,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 7,
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainx-service"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/assets-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-assets-bridge"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/assets-registrar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-assets-registrar"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/assets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-assets"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/assets/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-assets-rpc"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/assets/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-assets-rpc-runtime-api"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/btc-ledger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-btc-ledger"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/btc-ledger/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-btc-ledger-rpc"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/btc-ledger/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-btc-ledger-runtime-api"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/dex/spot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-dex-spot"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/dex/spot/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-dex-spot-rpc"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/dex/spot/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-dex-spot-rpc-runtime-api"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-bitcoin"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/bitcoin/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-bitcoin-rpc"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/bitcoin/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-bitcoin-rpc-runtime-api"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-common"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/common/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-common-rpc"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/common/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-common-rpc-runtime-api"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/records/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-records"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/records/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-records-rpc"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/gateway/records/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-gateway-records-rpc-runtime-api"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/genesis-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-genesis-builder"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xpallets/mining/asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xpallet-mining-asset"
version = "5.2.2"
version = "5.2.3"
authors = ["The ChainX Authors"]
edition = "2021"

Expand Down
Loading

0 comments on commit 251d3b7

Please sign in to comment.