Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version v0.31.0
Added
continue-services-on-error
to control internal flow of services.AtomicView::latest_view
.AlgorithmUpdater
forGasPriceService
AlgorithmV1
andAlgorithmUpdaterV1
for the gas price. Include tools for analysisgraphql-max-depth
graphql-max-complexity
graphql-max-recursive-depth
Changed
lost
folder.Checked
transactions. This change fixes that by tracking the version that was used to validate the transactions.RELAYER-V2-LISTENING-CONTRACTS
env variable using a,
delimiter.Transaction
to relayer 's event filterBreaking
fuel-vm
to0.55.0
release. More about the change here.1MB
. The limit can be changed by thegraphql-request-body-bytes-limit
CLI argument.Database
for atomic view.HistoricalView
trait from theAtomicView
.fuel-core-client
is incompatible with the oldfuel-core
because of two requested new fields.api-request-timeout
to be30s
.20000
. It is ~50 blocks per request with transaction IDs and ~2-5 full blocks.Fixed
What's Changed
publish-crates
action by @xgreenx in Use companies fork of thepublish-crates
action #1986cargo update
by @github-actions in Weeklycargo update
#1985HistoricalView
trait from theAtomicView
by @xgreenx in ExtractHistoricalView
trait from theAtomicView
#1989ReadView
for mutate queries by @xgreenx in Use freshReadView
for mutate queries #1990Database
for atomic view by @xgreenx in Prepare the database to use different types thanDatabase
for atomic view #1991AtomicView::latest_view
by @xgreenx in Added the actual implementation for theAtomicView::latest_view
#1994cargo update
by @github-actions in Weeklycargo update
#1998fuel-vm
to0.55.0
by @xgreenx in Upgradedfuel-vm
to0.55.0
#2012New Contributors
Full Changelog: v0.30.0...v0.31.0