Celo-Blockchain Release 1.8.1-rc.1
Pre-release
Pre-release
Celo-blockchain v1.8.1-rc.1 includes a a collection of bug fixes and enhancements for the blockchain client.
Enhancements
- eth/filters: send rpctransactions in pending-subscription (#2252)
- eth/tracers: add txHash field on txTraceResult (#2254)
- eth/filter, ethclient/gethclient: added fullTx-flag to NewPendingTransactions (#2239)
- Implemented the limit per fee currency (#2203)
- Improve performance of answerGetBlockBodiesQuery (#2198)
- build: upgrade to go 1.19 (#2189)
- RSDB: metrics and performance improvements (#2184)
Bug fixes
- Skip debit/credit during gas estimation (#2258)
- Properly create SysCtx in AccessList RPC (#2257)
- Hardcode pre gingerbread block gas limits for existing chains (#2229)
- Fix underpriced check for multi currency (#2230)
- Fix genesis block gingerbread fields (#2245)
- Use glibc for amd64 and muslc for arm64 (#2213)
- Add chain_head_gasprice gauge metric (#2208)
- Handle failing fee conversion (#2159)
- Fix tracing for transactions using on-chain randomness in latest block (#2186)