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

fix Wanchain app sign error #553

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

fix Wanchain app sign error #553

wants to merge 2 commits into from

Conversation

zhwir
Copy link

@zhwir zhwir commented Mar 25, 2024

Description

Previously, Wanchain transactions used a special format, containing an additional Txtype field, and the chainId was 1. After the CHAIN_ID was modified to 888 in version 1.10.4, Wanchain App could not sign the transaction. The solution is to remove the special handling code related to Txtype, and now wanchain is fully compatible with the Ethereum transaction format.

In addition, Wanchain’s network information and supported paths are added.

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant