-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Added - [2061](#2061): Allow querying filled transaction body from the status. ### Changed - [2067](#2067): Return error from TxPool level if the `BlobId` is known. - [2064](#2064): Allow gas price metadata values to be overridden with config ### Fixes - [2060](#2060): Use `min-gas-price` as a starting point if `start-gas-price` is zero. - [2059](#2059): Remove unwrap that is breaking backwards compatibility - [2063](#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 if `start-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 **Full Changelog**: v0.32.0...v0.32.1
- Loading branch information
1 parent
279b123
commit a9e5e89
Showing
7 changed files
with
63 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters