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.28.0
Changed
aloc
opcode to beDependentCost
. Updatedvm_initialization
benchmark to exclude growing of memory(It is handled by VM reuse).fuel-core-sync
service.Breaking
GasCosts
endpoint to returnDependentCost
for thealoc
opcode viaalocDependentCost
.dry_run_opt
has newgas_price: Option<u64>
argumentfuel-vm
to0.51.0
. See release for more information.Added
ChainConfig
.Removed
Fixed
gossipsub_broadcast_tx_with_accept
test.What's Changed
cargo update
by @github-actions in Weeklycargo update
#1928ChainConfig
by @xgreenx in Added support of customization of the state transition version in theChainConfig
#1929gas_price
argument todry_run_opt
by @hal3e in Add optionalgas_price
argument todry_run_opt
#1924fuel-core-sync
service by @xgreenx in Speeds up synchronisation of the blocks for thefuel-core-sync
service #1916gossipsub_broadcast_tx_with_accept
test by @xgreenx in Fixed unstablegossipsub_broadcast_tx_with_accept
test #1921DependentCost
foraloc
opcode by @xgreenx in UseDependentCost
foraloc
opcode #1934New Contributors
gas_price
argument todry_run_opt
#1924Full Changelog: v0.27.0...v0.28.0