-
Notifications
You must be signed in to change notification settings - Fork 292
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
Update evm rpcs #1696
base: main
Are you sure you want to change the base?
Update evm rpcs #1696
Conversation
Got a little confused by this message: https://github.com/iotaledger/wasp/blob/ec9252d1d1813ed0e42359d469a75c7265f160e7/packages/evm/jsonrpc/service.go#L36 Because there is no |
This pull request has been deployed to Vercel. Latest commit: 7f3fc0e ✅ Preview: https://iota-wiki-3guy7xpba-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 9ac7ce0 ✅ Preview: https://iota-wiki-7ksb5g9as-iota1.vercel.app |
| [eth_getTransactionByBlockNumberAndIndex] | _Returns information about a transaction by block number and transaction index position_ | ✅ | | ||
| [eth_getTransactionByHash] | _Returns the information about a transaction requested by transaction hash_ | ✅ | | ||
| [eth_getTransactionCount] | _Returns the number of transactions sent from an address_ | ✅ | | ||
| [eth_getTransactionReceipt] | _Returns the receipt of a transaction by transaction hash_ | ✅ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is redirecting to the JSON RPC API page, not the api.
| [eth_getTransactionByBlockNumberAndIndex] | _Returns information about a transaction by block number and transaction index position_ | ✅ | | ||
| [eth_getTransactionByHash] | _Returns the information about a transaction requested by transaction hash_ | ✅ | | ||
| [eth_getTransactionCount] | _Returns the number of transactions sent from an address_ | ✅ | | ||
| [eth_getTransactionReceipt] | _Returns the receipt of a transaction by transaction hash_ | ✅ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same issue as above.
Description of change
Formated and sorted the old RPC list and added the new ones.
TODO:
Links to any relevant issues
Fixes #1694.
Type of change
Change checklist