-
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
+361
−107
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 2, 2025 13:12
7a4a172
to
2dfbf5a
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 13:38
2dfbf5a
to
ccf350c
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 15:22
ccf350c
to
3b401e9
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 3, 2025 10:23
3b401e9
to
820f80e
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 3, 2025 11:03
820f80e
to
67af150
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 3, 2025 12:20
67af150
to
5cd7aaa
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 4, 2025 13:11
5cd7aaa
to
e4d8d9f
Compare
Coverage Report:
Changed Files:Coverage values did not change👌. |
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
--fuel-core-port
flag infuels init
commandautoCost
method to easily estimate and fund transactionsfundWithRequiredCoins
->autoCost
for contract and script callsfuels init
BigNumberCoder
fuel-core
to0.40.2
Bech32
address format in favour ofB256
Getting Started
docs and repoREADME
, focusing on MainnetBreaking
autoCost
for transaction estimation and funding, by @danielbateFeatures
create fuels
, by @Dhaiwat10--fuel-core-port
flag infuels init
, by @nedsalkFixes
fuels init
, by @arboleyaChores
@fuels/*
deps to0.36.1
, by @petertonysmith94fuel-core
to0.40.2
, by @Torres-ssfDocs
mainnet
, by @arboleyaMigration Notes
Features
#3539 -
autoCost
for transaction estimation and fundingTo be brought inline with
autoCost
, funding a contract and script call has been migrated fromfundWithRequiredCoins
toautoCost
:Chores
#3493 - Remove Bech32 address
Removed
INVALID_BECH32_ADDRESS
error code.Removed associated Bech32 helper functions.
normalizeBech32
isBech32
toB256
getBytesFromBech32
toBech32
clearFirst12BytesFromB256