Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@chaoticlonghair
Copy link
Contributor

What this PR does / why we need it?

This PR resolves #1337.

Hexadecimal ASCII
41 A
78 x
6f o
6e n

What is the impact of this PR?

No Breaking Change

Special notes for your reviewer:

Current solution is not the final solution.
I just propose a chain ID which I think it is not prone to be conflicted.

Any ideas are welcome.

CI Settings

CI Usage

Tip: Check the CI you want to run below, and then comment /run-ci.

CI Switch

  • E2E Tests
  • Web3 Compatible Tests
  • OCT 1-5 And 12-15
  • OCT 6-10
  • OCT 11
  • OCT 16-19
  • v3 Core Tests

CI Description

CI Name Description
Chaos CI Test the liveness and robustness of Axon under terrible network condition
Cargo Clippy Run cargo clippy --all --all-targets --all-features
Coverage Test Get the unit test coverage report
E2E Test Run end-to-end test to check interfaces
Code Format Run cargo +nightly fmt --all -- --check and cargo sort -gwc
Web3 Compatible Test Test the Web3 compatibility of Axon
v3 Core Test Run the compatibility tests provided by Uniswap V3
OCT 1-5 | 6-10 | 11 | 12-15 | 16-19 Run the compatibility tests provided by OpenZeppelin

@chaoticlonghair chaoticlonghair requested a review from a team as a code owner September 11, 2023 10:18
@github-actions github-actions bot added the chore label Sep 11, 2023
@KaoImin KaoImin enabled auto-merge September 12, 2023 02:09
@KaoImin KaoImin added this pull request to the merge queue Sep 12, 2023
Merged via the queue into main with commit 6161651 Sep 12, 2023
@chaoticlonghair chaoticlonghair deleted the yangby/feature/new-default-chain-id branch September 12, 2023 02:31
@Flouse
Copy link
Contributor

Flouse commented Sep 12, 2023

This PR resolves #1337.

Hexadecimal ASCII
41 A
78 x
6f o
6e n

cc @sunchengzhu

github-merge-queue bot pushed a commit that referenced this pull request Sep 19, 2023
* feat: hardfork subcommand

* fix: fix the difference between enabled and determined

* Update core/api/src/jsonrpc/impl/axon.rs

Co-authored-by: Flouse <[email protected]>

* Update core/consensus/src/engine.rs

Co-authored-by: Flouse <[email protected]>

* docs: the default dev chain id is changed since #1418 (#1434)

* chore(Dockerfile): add health-check shell script (#1432)

* ci: add health-check shell script
* ci: remove blank line

---------
Co-authored-by: Flouse <[email protected]>

---------

Co-authored-by: Flouse <[email protected]>
Co-authored-by: Simon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use another default devnet chain_id rather than 2022

4 participants