-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ci(release): v0.98.0
@ master
#3521
Open
fuel-service-user
wants to merge
1
commit into
master
Choose a base branch
from
changeset-release/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+507
−225
Conversation
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
fuel-service-user
requested review from
digorithm,
arboleya,
Torres-ssf,
Dhaiwat10,
danielbate,
nedsalk,
petertonysmith94 and
maschad
as code owners
January 2, 2025 08:51
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 09:20
3d255ba
to
07e4a32
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 10:43
07e4a32
to
9f976f2
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
January 2, 2025 11:55
0ecec63
to
c1ae347
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 12:21
c1ae347
to
a3f28bf
Compare
fuel-service-user
changed the title
ci(release):
ci(release): Jan 2, 2025
v0.97.3
@ master
v0.98.0
@ master
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 12:49
a3f28bf
to
7a4a172
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 9, 2025 19:38
89ae2cb
to
a44d58f
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 10, 2025 09:19
a44d58f
to
b3f900a
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
January 10, 2025 10:30
8e6eb76
to
58720b9
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 10, 2025 10:57
58720b9
to
d826704
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 10, 2025 11:21
d826704
to
74c1176
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 10, 2025 12:34
74c1176
to
69db7f0
Compare
Coverage Report:
Changed Files:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
In this release, we:
fromInstance
to thePredicate
classcreate fuels
Provider
constructorpublic
andsync
again--fuel-core-port
flag infuels init
commandautoCost
method to easily estimate and fund transactionsfundWithRequiredCoins
->autoCost
for contract and script callssendTransaction
to ensure that we prevent implicit asset burnsfuels init
BigNumberCoder
fuel-core
to0.40.2
OperationName
enumBech32
address format in favour ofB256
AbstractAddress
in favour of theAddress
classGetting Started
docs and repoREADME
, focusing on MainnetBreaking
provider
initializationsync
again, by @arboleyaautoCost
for transaction estimation and funding, by @danielbatesubmitAndAwait
operation, by @nedsalk@fuel-ts/interfaces
package, by @petertonysmith94Features
create fuels
, by @Dhaiwat10--fuel-core-port
flag infuels init
, by @nedsalksendAndAwaitStatus
subscription, by @danielbateonBeforeSend
hook to the connector interface, by @petertonysmith94Fixes
fuels init
, by @arboleyapunycode
deprecation notice, by @petertonysmith94providerUrl
infuels dev
command, by @nedsalkfuels dev
withpnpm
, by @petertonysmith94Chores
@fuels/*
deps to0.36.1
, by @petertonysmith94fuel-core
to0.40.2
, by @Torres-ssfuseBaseAssetId
hook to templates, by @petertonysmith94Provider.create
method, by @arboleyaDocs
mainnet
, by @arboleyaMigration Notes
Features
#3514 - Making
provider
initializationsync
again1.
Provider
Instantiationasync
tosync
2.
Provider
methodsasync
3.
TransferParams
andContractTransferParams
assetId
is now required byTransferParams
andContractTransferParams
4. Transaction Response
chainId
#3539 -
autoCost
for transaction estimation and fundingTo be brought inline with
autoCost
, funding a contract and script call has been migrated fromfundWithRequiredCoins
toautoCost
:#3559 - Remove redundant gas price call for tx summary
calculateTXFeeForSummary
and subsequently theCalculateTXFeeForSummaryParams
no longer accept atotalFee
property. If you have thetotalFee
, then there is no need to call thecalculateTxFeeForSummary()
function.#3540 - Prevent implicit asset burn
Chores
#3553 - Remove unused operations
The following operations have been removed from the
OperationName
enum, as they were never used to assemble operations:OperationName.mint
OperationName.predicatecall
OperationName.script
OperationName.sent
#3552 - Remove receipts deprecated properties
All receipts deprecated properties were removed:
#3551 - Remove receipt coders
All previously deprecated receipt coders have been removed. These classes were barely used aside from a few internal helpers, which were converted to utility functions.
#3548 - Remove deprecated
submitAndAwait
operationsubmitAndAwait
operation was removedAfter being deprecated since #3101, we have removed this operation altogether. Please use the
submitAndAwaitStatus
method instead which gives the same results assubmitAndAwait
. If you are interested in the deprecation/removal reasons, please refer to FuelLabs/fuel-core#2108.#3493 - Remove Bech32 address
Removed
INVALID_BECH32_ADDRESS
error code.Removed associated Bech32 helper functions.
normalizeBech32
isBech32
toB256
getBytesFromBech32
toBech32
clearFirst12BytesFromB256
#3492 - Redistributed the
@fuel-ts/interfaces
packageAbstractAddress
class; use theAddress
class instead.@fuel-ts/interfaces
package; use thefuels
package instead.