Releases: blocknative/go-ethereum
Releases · blocknative/go-ethereum
v1.10.18
What's Changed
- Feature/go call tracer by @liamaharon in #1
- Changed drop events to return full transactions by @wesrer in #2
- Update to 1.10.1, merge extended features by @AusIV in #5
- accounts,core, eth/filters: Return full transactions instead of hashes by @AusIV in #6
- Feature/tx timestamp by @AusIV in #7
- Feature/full blocks feed by @AusIV in #8
- Better cleanup of transaction p2p timestamps by @AusIV in #9
- Feature/revert reason feed by @AusIV in #10
- Add accidentally omitted revet_cache.go by @wesrer in #11
- Make sure EIP-1559 transactions have the right fields by @AusIV in #12
- add nil tx check by @liamaharon in #13
- Cache revert reasons by transaction and block hash by @AusIV in #15
- Better revert handling by @AusIV in #17
- Merge/v1.10.11 by @AusIV in #22
- Merge/v1.10.9 by @AusIV in #20
- Merge/v1.10.10 by @AusIV in #21
- Bugfix/full blocks reorg by @AusIV in #25
- Revert "Bugfix/full blocks reorg" by @zeroecco in #26
- Catch panics in traces by @AusIV in #27
- Use buffered channels, do better cleanup by @AusIV in #28
- Feature/queued feed by @AusIV in #14
- Revert "Use buffered channels, do better cleanup" by @zeroecco in #29
- Revert "Revert "Use buffered channels, do better cleanup"" by @zeroecco in #30
- Revert "Feature/queued feed" by @zeroecco in #31
- Merge/v1.10.12 by @AusIV in #24
- Merge/v1.10.13 by @AusIV in #32
- Merge/v1.10.14 by @AusIV in #34
- Revert "Merge/v1.10.14" by @zeroecco in #35
- Merge/v1.10.15 by @AusIV in #36
- Revert "Merge/v1.10.15" by @zeroecco in #37
- Revert "Revert "Merge/v1.10.15"" by @zeroecco in #38
- Reapply v1.10.15 on the mempool feed branch by @AusIV in #41
- [Feature] Reorg feed by @dmarzzz in #43
- Rollback to commit before bad reorg feed PR by @dmarzzz in #46
- Reorg Feed [feature] : Add tx hash list per block by @dmarzzz in #49
- Reorg Feed : Update payload by @dmarzzz in #50
- improve ws connections by @zeroecco in #53
- Mempool feed stage by @zeroecco in #54
- Feature : Unsigned Txn Bundle Simulation by @dmarzzz in #45
- merge cleanup by @zeroecco in #56
- Merge/v1.10.17 by @AusIV in #55
- Feature/multi bundle by @dmarzzz in #57
- Merge/v1.10.16 by @AusIV in #44
- add workflow to build binaries on release by @ayazabbas in #62
- Merge/v1.10.18 by @AusIV in #63
New Contributors
- @liamaharon made their first contribution in #1
- @wesrer made their first contribution in #2
- @AusIV made their first contribution in #5
- @dmarzzz made their first contribution in #43
- @ayazabbas made their first contribution in #62
Full Changelog: v1.9.12...v1.10.18
v1.10.17-mempool-feed: Merge pull request #62 from blocknative/actions-build-binary-on-release
add workflow to build binaries on release
v1.10.6-mempool-feed-patch.2
- Includes patch: Adds "receipt.status" to the receipt data (#15)
v1.10.6-mempool-feed-patch.1
- Includes patch: Cache revert reasons by transaction and block hash (#15)
1.10.4-mempool-feed-patch.2
v1.10.4-mempool-feed-patch.2 add nil tx check (#13)
1.10.4-mempool-feed-patch.1
Includes patch #12