Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use historical view during dry run #2063

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Aug 8, 2024

Due to race conditions dry run may fail with InMemory store. I disabled the usage of the historical view for dry run case until the future. #2062

Before requesting review

  • I have reviewed the code myself

@xgreenx xgreenx requested a review from a team August 8, 2024 15:38
@xgreenx xgreenx self-assigned this Aug 8, 2024
@xgreenx xgreenx merged commit 61d18e6 into master Aug 8, 2024
34 checks passed
@xgreenx xgreenx deleted the bugfix/dry-run-may-fail-due-to-race-condition branch August 8, 2024 17:23
@MitchTurner MitchTurner mentioned this pull request Aug 9, 2024
xgreenx pushed a commit that referenced this pull request Aug 10, 2024
### 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
GoldenPath1109 added a commit to GoldenPath1109/fuel-core that referenced this pull request Sep 7, 2024
### Added
- [2061](FuelLabs/fuel-core#2061): Allow
querying filled transaction body from the status.

### Changed
- [2067](FuelLabs/fuel-core#2067): Return error
from TxPool level if the `BlobId` is known.
- [2064](FuelLabs/fuel-core#2064): Allow gas
price metadata values to be overridden with config

### Fixes
- [2060](FuelLabs/fuel-core#2060): Use
`min-gas-price` as a starting point if `start-gas-price` is zero.
- [2059](FuelLabs/fuel-core#2059): Remove unwrap
that is breaking backwards compatibility
- [2063](FuelLabs/fuel-core#2063): Don't use
historical view during dry run.

## What's Changed
* Bugfix: Remove unwrap in Consensus Param conversion by @MitchTurner in
FuelLabs/fuel-core#2059
* Don't use historical view during dry run by @xgreenx in
FuelLabs/fuel-core#2063
* Weekly `cargo update` by @github-actions in
FuelLabs/fuel-core#2050
* Allow gas price metadata values to be overridden with config by
@MitchTurner in FuelLabs/fuel-core#2064
* Use `min-gas-price` as a starting point if `start-gas-price` is zero
by @xgreenx in FuelLabs/fuel-core#2060
* Allow querying transaction from the status by @xgreenx in
FuelLabs/fuel-core#2061
* Return error from TxPool level if the `BlobId` is known by @xgreenx in
FuelLabs/fuel-core#2067


**Full Changelog**:
FuelLabs/fuel-core@v0.32.0...v0.32.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants