EIP-7702 Improvements
- blobpool validation rule
- consistent validation rule of set code tx
Debug method bug
- fix the
debug_traceInternalsAndAccountsByBlockHash
wrong balances on self destructed addresses
What's Changed
- core/txpool: add 7702 protection to blobpool by @trantienduchn in #88
- core/txpool: allow tx and authority regardless of admission order by @sonhv0212 in #94
- core/state: fix dirty account return non-zero balance after SELFDESTRUCT (EIP-6780) by @trantienduchn in #97
- github: update code owners by @trantienduchn in #99
- params: bump new version v1.0.4 by @trantienduchn in #102
Full Changelog: v1.0.3...v1.0.4