-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EVM: Implement SendTransaction and Storage access on RPC (#902)
* feature gate DevSigner * ethers signer on devsigner * update branch * access storage in sov-ethereum rpc * remove unnecessary imports * cargo fmt * fix compilation problems * fix mutable working set * Add debug printlns * add more debugs * temporary fix into transaction method * lint: eth_sendTransaction * fix reviews * remove unnecessary result * error on conversions * enable local with experimental on evm --------- Co-authored-by: bkolad <blazejkolad@gmail.com>
- Loading branch information
1 parent
9cf890f
commit 241c417
Showing
7 changed files
with
266 additions
and
49 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.