This release improves RPC reliability, fee estimation accuracy, and fixes several stability issues.
Changed
- Refined
estimateFee
logic for better readability and accuracy (#2825) - Improved error handling for transaction execution, enabling fast-fail on failure (#2760)
Fixed
- Fixed panic in
estimateFee
when required fields were missing (#2770) - Corrected handling of
nil
resource bounds that led to incorrect behavior (#2777) - Applied a workaround to improve out-of-gas fee estimation accuracy (#2771)
- RPC execution path now respects
err_on_revert flag
in binary search flow, improving trace consistency (#2766)
Full Changelog: v0.14.3...v0.14.4