This repository was archived by the owner on Oct 15, 2024. It is now read-only.
First step for bringing native account abstractions to OP stack
What's Changed
- implement RIP-7560 base gas calculation logic by @kangsorang #2
- feat: implement nonce manager by @sm-stack #3
- feat: implement detailed gas logic by @kangsorang #4
- feat: add deployment frame error handling by @sm-stack #5
- test: add unit tests for RIP-7560 transactions by @sm-stack #6
- feat: seperate validate/execution phase by @kangsorang #7
- feat: RIP-7711 basic implementation by @kangsorang #8
- feat: add RIP-7560 related APIs by @sm-stack @kangsorang #9
- modify response format of Rip7560ValidationResult by @kangsorang #10
- feat: add fallback mechanism to old nonce by @sm-stack #12
- fix: badblock issue by @kangsorang #13
- feat: add estimateRip7560TransactionGas API by @sm-stack #14
- update validate return data format by @kangsorang #15
- fix: revise hash calculation by @sm-stack #17
- feat: reuse accessList &transientStorage in RIP-7560 state transition by @kangsorang #18
- fix: estimateRip7560TransactionGas with no paymaster by @sm-stack #19
- modify gas logic for rip 7560 by @kangsorang #20
- add logs RIP-7560 by @kangsorang #21
- fix: errors with packing and logging by @sm-stack in #22
- feat: move signature calculation position by @sm-stack in #23
- fixes for pioneer devnet by @kangsorang in #24
Full Changelog: v1.101311.1-rc.1-pioneer-base...v0.0.1