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

v0.8.0 #14

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

v0.8.0 #14

wants to merge 7 commits into from

Conversation

MDobak
Copy link
Contributor

@MDobak MDobak commented Aug 31, 2024

Version 0.8 introduces significant refactoring to allow support for various L2 and RPC providers that may differ from standard Ethereum.

Key Changes:

  • Transaction and Call Types: These are now interfaces, allowing for multiple implementations, including custom ones.
  • Default RPC Client: The default RPC client is now extendable, making it easier to add non-standard RPC methods.
  • TXModifier: TXModifier has been replaced with hijackers, which can modify all RPC calls, not just transactions.

TODO:

  • Add blob TX types
  • Increase test coverage
  • Update README
  • Update examples
  • Fix pending issues

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