-
Notifications
You must be signed in to change notification settings - Fork 20
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
runtime-sdk/modules/evm: Add subcall precompile #1412
Conversation
2d418e3
to
85e3e07
Compare
444f5ae
to
39cc9b2
Compare
85e3e07
to
c489e1d
Compare
Codecov Report
@@ Coverage Diff @@
## main #1412 +/- ##
==========================================
- Coverage 56.83% 55.97% -0.87%
==========================================
Files 132 134 +2
Lines 9324 9512 +188
==========================================
+ Hits 5299 5324 +25
- Misses 3983 4146 +163
Partials 42 42
|
c489e1d
to
9829a82
Compare
23ba6c5
to
b6797d4
Compare
83aed97
to
1f27002
Compare
1f27002
to
dd6c268
Compare
dd6c268
to
90976c5
Compare
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.
I've scrolled through to see how this works, looking good. lots of this will also help in the future to see how native tokens are moving in the evm
} | ||
} | ||
|
||
/// Test contract code. |
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.
Not sure if we need to amend this comment with To generate the contract bytecode below, use https://remix.ethereum.org/...
beda229
to
828a417
Compare
828a417
to
170ba4e
Compare
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.
design sounds good
170ba4e
to
f812421
Compare
Based on #1411