Releases: DeBankDeFi/etherlib
v0.3.2
What's Changed
- Improve Gasfee suggestion logic by @windycrypto in #24
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- suggested gas fee API adapts to OP & base by @windycrypto in #23
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.7-kroma-1
Full Changelog: v0.2.9...v0.2.7-kroma-1
v0.2.9
What's Changed
- feat: support go-ethereum v1.10.26 by @recursion128 in #16
- feat: v1 tracer for bsc v1.2.12 compatiblility by @barryz in #17
- Update ci.yml by @Zheaoli in #19
- Revert "feat: v1 tracer for bsc v1.2.12 compatiblility" by @barryz in #18
- feat: support go-ethereum v1.13.14 by @wangchengao in #20
New Contributors
- @Zheaoli made their first contribution in #19
- @wangchengao made their first contribution in #20
Full Changelog: v0.2.8...v0.2.9
v0.2.8-bsc-patch-9
Full Changelog: v0.2.8-bsc-patch-1...v0.2.8-bsc-patch-9
Release v0.2.8-bsc-patch-1
Full Changelog: v0.2.8-bsc...v0.2.8-bsc-patch-1
Release v0.2.8-bsc
Full Changelog: v0.2.7-patch-1...v0.2.8-bsc
Release v0.2.5-patch-1-go-ethereum-v1.10.8
Full Changelog: v0.2.5...v0.2.5-patch-1-go-ethereum-v1.10.8
trace interface
type Tracer interface {
CaptureStart(env *EVM, from common.Address, to common.Address, create bool, input []byte, gas uint64, value *big.Int)
CaptureState(env *EVM, pc uint64, op OpCode, gas, cost uint64, scope *ScopeContext, rData []byte, depth int, err error)
CaptureFault(env *EVM, pc uint64, op OpCode, gas, cost uint64, scope *ScopeContext, depth int, err error)
CaptureEnd(output []byte, gasUsed uint64, t time.Duration, err error)
}
Release v0.2.7-patch-1
What's Changed
- update the tracer function signature according to geth v1.11.0 by @cifer76 in #14
- 🐛 fix len out of range for main stream by @barryz in #15
New Contributors
- @cifer76 made their first contribution in #14
Full Changelog: v0.2.7...v0.2.7-patch-1