Support eth_signTransaction and eth_sendRawTransaction #23582
Labels
feature/web3/wallet/core
feature/web3/wallet/dapps
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Win64
QA/Test-Plan-Specified
QA/Yes
release-notes/include
Milestone
This issue is to add support of eth_signTransaction provider API, see eth_signTransaction at https://ethereum.github.io/execution-apis/api-documentation/.
Just for reference, https://web3js.readthedocs.io/en/v1.2.11/web3-eth.html#signtransaction for interface defined by web3.js.
Testing app provided by mistx:
https://github.com/juice0x/test-mistx-transaction-app
In this repo there's a test for signing an eth:usdc swap with signTransaction as well as a sample app to test in the browser environment. the code in the test is an example of working code however it will fail due to the mock provider not supporting signTransaction. it should succeed with a provider that supports it.
cc @bbondy
The text was updated successfully, but these errors were encountered: