v0.40.4
Version 0.40.4
Changed
- 2639: Refactor fetching
latest_height
fromOnChainIterableKeyValueView
to instead use height at the time of its creation.
Fixed
- 2638: Optimize the
cumulative_percent_change
function used in estimation of gas price, convert multiple async functions to sync. - 2641: Remove
txPoolStats
requirement from fuel core client - 2642: Before this fix when tip is zero, transactions that use 30M have the same priority as transactions with 1M gas. Now they are correctly ordered.
What's Changed
- backport(gas_price_service): performance improvements to estimate_gas_price by @rymnc in #2638
- chore(storage): use the cached block height from the database at the time of creation of the view by @rymnc in #2639
- Bump to 0.40.4 versions by @AurelienFT in #2640
- Remove txpool request client by @AurelienFT in #2641
- Backport: patch transaction pool ordering zero tip by @AurelienFT in #2642
Full Changelog: v0.40.3...v0.40.4