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.58.0
Added
2
to the LDC that allows to use the memory as a source for code.BSIZ
,BLDD
, andLDC
with mode1
in the predicates.AsRef<[u8]>
andTryFrom<&[u8]>
for DA compression types: ScriptCode, PredicateCode, RegistryKey.Removed
Breaking
serde
feature from thefuel-tx
crate. It is default behaviour now if you enablealloc
feature.Changed
Breaking
add_random_fee_input()
to accept anrng
for true randomization. Introducedadd_fee_input()
to retain the previous behavior ofadd_random_fee_input()
.Default
implementation ofSecretKey
.WDCM
andWQCM
reset$of
and$err
.What's Changed
fn add_fee_input()
and makefn add_random_fee_input()
truly random by @rafal-ch in Addfn add_fee_input()
and makefn add_random_fee_input()
truly random #829Display
andError
impls to custom error typeSettingBlockTransactionSizeLimitNotSupported
by @rafal-ch in AddDisplay
andError
impls to custom error typeSettingBlockTransactionSizeLimitNotSupported
#833AsRef<[u8]>
andTryFrom<&[u8]>
for DA compression types by @xgreenx in ImplementedAsRef<[u8]>
andTryFrom<&[u8]>
for DA compression types #838add_random_fee_input()
by @rafal-ch in Update changelog to cover breaking changes aroundadd_random_fee_input()
#836serde
feature from thefuel-tx
crate by @xgreenx in Removeserde
feature from thefuel-tx
crate #8432
to the LDC that allows to use the memory as a source for code by @xgreenx in Add a new mode2
to the LDC that allows to use the memory as a source for code #849New Contributors
Full Changelog: v0.57.0...v0.58.0