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

Massive improvements #22

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Massive improvements #22

merged 1 commit into from
Mar 11, 2024

Conversation

paulmillr
Copy link
Owner

@paulmillr paulmillr commented Mar 11, 2024

  • Add support for EIP4844 transaction type from Dencun
  • Transaction improvements
    • Improve transaction validation: now emits an array of errors for all fields
    • Stricter optional transaction validation: errors on technically correct, but bad values
    • raw property is now human-readable and easy to parse visually
  • Add FetchProvider that consumes fetch built-in function and creates a Web3API-compatible interface
  • Easy random key / address generation using addr.random()
  • Add messenger to sign and verify messages by private key
  • Remove dependency on RLP: use our own, on top of micro-packed
  • Add 150MB of tests from ethers, viem, ethereum-tests and ethereumjs

@paulmillr paulmillr merged commit 5bd9eb4 into main Mar 11, 2024
4 checks passed
@paulmillr paulmillr deleted the rewrite branch March 11, 2024 15:27
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.

1 participant