v0.3.8-beta
Pre-release
Pre-release
manav2401
released this
05 Apr 19:09
·
3341 commits
to master
since this release
This is an incremental release to v0.3.7 and contains bug fix for a txpool panic issue.
This is an optional beta release and is only required if you're facing panic (due to a race condition) in transaction pool while running the recent release (v0.3.6 and v0.3.7).
Special thanks and shout-out to external contributor @thogard785 for helping in fixing the txpool issue.
Change log
- Improve locks in txpool to fix panic by @thogard785 and @JekaMas (#807)
- Bug fix in getTransactionFromBlockIndex by @0xsharma (#759)