Summary
v1.11.2 is a minor release, which fixes a format issue in the return data of
eth_getTransactionByHash API call.
Only API nodes need to upgrade to this release. Delegate nodes can continue to
run v1.11.1 normally, and are NOT required to upgrade.
Bug Fix
- TransactionByHash returns error #3932
Upgrade Priority
v1.11.2 contains fix for an API return data format issue. Only API nodes need to
upgrade to this release.
Node type | Action |
---|---|
Delegate | Not needed |
API node | Recommended |
Commits in This Release
- [api] fix json unmarshal error when calling TransactionByHash via ethclient #3933