-
Notifications
You must be signed in to change notification settings - Fork 709
Update polkadot-stable2503 #2906
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
Conversation
gas_limit, | ||
storage_limit, | ||
access_list.into_iter().map(|v| (v.address, v.storage_keys)).collect(), | ||
vec![], // TODO |
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.
what is this? is this needs to be done now or later?
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.
rust-ethereum/evm#323
It's EIP-7702
, the pallet call needs to be changed, so it has not been updated yet.
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.
ok can you make an issue and reference it
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2906 +/- ##
==========================================
- Coverage 61.12% 60.82% -0.30%
==========================================
Files 69 69
Lines 9449 9586 +137
==========================================
+ Hits 5776 5831 +55
- Misses 3673 3755 +82 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
nutsfinance/stable-asset#58
open-web3-stack/wasm-bencher#9