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

WIP: Implement UltralightProvider Enhancements for EIP-1193 JSON-RPC Support #699

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cjustinobi
Copy link

Key Enhancements:

  1. EIP-1193 Method Support:

    • Implements commonly used Ethereum JSON-RPC methods:
      • eth_getBlockByHash
      • eth_getBlockByNumber
      • eth_getTransactionCount
      • eth_getCode
      • eth_getBalance
      • eth_getStorageAt
      • eth_call
  2. Error Handling:

    • Adds robust error codes and messages based on JSON-RPC specifications:
      • 4200 for unsupported methods.
      • -32602 for invalid parameters.
      • -32603 for internal errors.
  3. Removed unused methods from provider.spec.ts

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