Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
WASM runtime size check:Compared to target branchMoonbase runtime: 2424 KB (+28 KB) 🚨 Moonbeam runtime: 2572 KB (+24 KB) 🚨 Moonriver runtime: 2572 KB (+28 KB) 🚨 Compared to latest release (runtime-3800)Moonbase runtime: 2424 KB (+380 KB compared to latest release) 🚨 Moonbeam runtime: 2572 KB (+408 KB compared to latest release) 🚨 Moonriver runtime: 2572 KB (+408 KB compared to latest release) 🚨 |
Coverage Report@@ Coverage Diff @@
## master manuel/add-support-for-eip7702 +/- ##
==================================================================
+ Coverage 73.94% 74.07% +0.13%
+ Files 405 406 +1
+ Lines 98357 98987 +630
==================================================================
+ Hits 72730 73317 +587
+ Misses 25627 25670 +43
|
test/suites/dev/common/test-eip7702/test-eip7702-delegatecall.ts
Outdated
Show resolved
Hide resolved
test/suites/dev/common/test-eip7702/test-eip7702-delegatecall.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Rodrigo Quelhas <[email protected]>
What does it do?
Adds support for Pectra's EIP-7702
EOA with code will start failing once this feature is released.
let AddressType::EOA = precompile_set::get_address_type::<Runtime>(handle, real.into())?Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?
ethereum:
evm:
StackStaterust-ethereum/evm#367frontier:
polkadot.js: