v0.32.1
Version v0.32.1
Added
- 2061: Allow querying filled transaction body from the status.
Changed
- 2067: Return error from TxPool level if the
BlobId
is known. - 2064: Allow gas price metadata values to be overridden with config
Fixes
- 2060: Use
min-gas-price
as a starting point ifstart-gas-price
is zero. - 2059: Remove unwrap that is breaking backwards compatibility
- 2063: Don't use historical view during dry run.
What's Changed
- Bugfix: Remove unwrap in Consensus Param conversion by @MitchTurner in #2059
- Don't use historical view during dry run by @xgreenx in #2063
- Weekly
cargo update
by @github-actions in #2050 - Allow gas price metadata values to be overridden with config by @MitchTurner in #2064
- Use
min-gas-price
as a starting point ifstart-gas-price
is zero by @xgreenx in #2060 - Allow querying transaction from the status by @xgreenx in #2061
- Return error from TxPool level if the
BlobId
is known by @xgreenx in #2067 - Version 0.32.1 by @MitchTurner in #2069
Full Changelog: v0.32.0...v0.32.1