Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: initialize chain without user-provided genesis transactions file #1450

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

yangby-cryptape
Copy link
Collaborator

@yangby-cryptape yangby-cryptape commented Sep 26, 2023

What this PR does / why we need it?

Initialize chain without user-provided genesis transactions file.

The data in the transaction file will be re-written, so this file is useless, it could be removed.

ℹ️ This change doesn't change the preset hashes in unit tests.

CI Settings

CI Usage

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

CI Switch

  • 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
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

@KaoImin
Copy link
Contributor

KaoImin commented Sep 26, 2023

/run-ci

@github-actions
Copy link

CI tests run on commit:

CI test list:

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

Please check ci test results later.

@Flouse Flouse added this pull request to the merge queue Sep 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 26, 2023
@yangby-cryptape yangby-cryptape added this pull request to the merge queue Sep 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 26, 2023
@Flouse Flouse added this pull request to the merge queue Sep 26, 2023
Merged via the queue into main with commit 47e7407 Sep 26, 2023
20 checks passed
@Flouse Flouse linked an issue Sep 26, 2023 that may be closed by this pull request
20 tasks
@KaoImin KaoImin deleted the yangby/refactor/init-chain-without-transactions branch October 12, 2023 07:44
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.

The genesis transactions are opaque with poor readability Transactions root of genesis block is incorrect
3 participants