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

Hawaii fork #34

Merged
merged 50 commits into from
Oct 23, 2023
Merged

Hawaii fork #34

merged 50 commits into from
Oct 23, 2023

Conversation

DarianShawn
Copy link
Collaborator

Description

The hawaii hard fork is to make Dogechain from V1 to V2. The major target is to bring EVM-equivalent back to EVM-compatible, and make full use of all fundamental infrastructures of Ethereum network.

It is a long run to reach this, and here comes to an end of endless pains: inefficient network access, high operating node costs, weird contract errors, easy dust attacks, etc.

Thanks to @0xcb9ff9, @abrahamcruise321 and everyone else who provided advice and help in making this happen.

Changes

Notable changes:

  • Correct implementation of data availability, execution layer (EVM), consensus layer.
  • Supports snapshot and caching speeds up the whole network RPC endpoints.
  • Supports snapshot syncing makes future migration easier and cheaper.
  • Supports EIP-1559, makes Dogechain back to modern society.
  • Migrate Mainnet data which is over 1.3 TB data size.
  • Light client is supported, finally.
  • More RPC endpoints.
  • ...

Well, there are a lot of them, and it’s impossible to describe them all in one line.
We should update the documentation once the new version released.

Copy link

@0xcb9ff9 0xcb9ff9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Ready to go

@DarianShawn DarianShawn added this pull request to the merge queue Oct 23, 2023
Merged via the queue into dev with commit b810754 Oct 23, 2023
4 of 5 checks passed
@DarianShawn DarianShawn deleted the hawaii-fork branch October 23, 2023 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants