This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: kroma-network/7560-geth-legacy
Releases · kroma-network/7560-geth-legacy
The second step in bringing native account abstractions to the OP stack
What's Changed
- feat: upstream optimism for RIP-7560 by @kangsorang in https://github.com/kroma-network/7560-geth/pull/28
- fix: log handling for cases that don't use paymaster by @kangsorang in https://github.com/kroma-network/7560-geth/pull/25
- fix: handle OOG in 7560-tracer by @kangsorang in https://github.com/kroma-network/7560-geth/pull/26
- fix: issue with captureState handler crashed in RIP-7560 tracer by @kangsorang in https://github.com/kroma-network/7560-geth/pull/27
- feat: prepare hardfork(ecotone, fjord) by @kangsorang in https://github.com/kroma-network/7560-geth/pull/29
- feat: add case handling for SIGFAIL in Estimating by @kangsorang in https://github.com/kroma-network/7560-geth/pull/30
- feat: sync with spec documentation by @kangsorang in https://github.com/kroma-network/7560-geth/pull/31
- feat: apply from, to address policy for Rip-7560 tx by @kangsorang in https://github.com/kroma-network/7560-geth/pull/32
- feat: refactor RIP-7560 state processor by @sm-stack in https://github.com/kroma-network/7560-geth/pull/33
- test: update RIP-7560 unit tests by @sm-stack in https://github.com/kroma-network/7560-geth/pull/34
- feat: refactor nonce handling logic by @sm-stack in https://github.com/kroma-network/7560-geth/pull/35
- feat: support for the pull bundle mode by @kangsorang in https://github.com/kroma-network/7560-geth/pull/37
- feat: apply NonceKey instead of BigNonce by @sm-stack in https://github.com/kroma-network/7560-geth/pull/38
- feat: several bundler related fixes by @kangsorang in https://github.com/kroma-network/7560-geth/pull/39
- fix: RIP-7560 tx marshaling/unmarshaling by @kangsorang in https://github.com/kroma-network/7560-geth/pull/40
Full Changelog: kroma-network/7560-geth@v0.0.1...v0.0.2
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