-
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.99.0
@ master
#3581
Merged
Merged
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
Contributor
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
11b8940
to
b5637a6
Compare
b5637a6
to
9307629
Compare
9307629
to
ac7dae3
Compare
ac7dae3
to
34bfb46
Compare
34bfb46
to
37b0f40
Compare
petertonysmith94
previously approved these changes
Feb 4, 2025
9576dac
99695ea
to
9576dac
Compare
9576dac
to
a866f3c
Compare
a866f3c
to
c2e36b8
Compare
petertonysmith94
approved these changes
Feb 4, 2025
arboleya
approved these changes
Feb 4, 2025
danielbate
approved these changes
Feb 4, 2025
v0.99.0
@ master
v0.99.0
@ master
asdf
v0.99.0
@ master
asdfv0.99.0
@ master
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:
gasPrice
togetTransactionCost
functions to reduce possible network callsforc
tests to the templatefuels
callbacks to be asynchronouswaitForResult
on a submitted transactionInterface.decodeArguments()
functioncdn.fuel.network
toassets.fuel.network
fuels dev
would hang after a Sway compilation errorpageInfo
fromprovider.operations.getBalances
responseAddress
constructor now accepts a range of different inputsforc
to0.66.6
fuel-core
to0.40.4
Breaking
pageInfo
fromgetBalances
GraphQl operations, by @Torres-ssfContractUtils
namespaced export, by @danielbateFeatures
gasPrice
togetTransactionCost
, by @danielbateforc
tests to create fuels, by @petertonysmith94fuels
callbacks to be asynchronous, by @petertonysmith94Fixes
waitForResult
inTransactionResponse
, by @danielbatefuels dev
hangs after compilation errors, by @nedsalkChores
Address
constructor now accepts a range of inputs., by @petertonysmith94forc
to0.66.6
, by @petertonysmith94amountPerCoin
prop inWalletConfig
to accept BN, by @Torres-ssfassets
in account package, by @petertonysmith94fuel-core
to0.40.4
, by @Torres-ssfMigration Notes
Chores
#3652 - Remove
pageInfo
fromgetBalances
GraphQl operationsThe
pageInfo
field has been removed from the response of theprovider.operations.getBalances
query.The
getBalances
method of the Provider class remains unchanged, as it never returned pageInfo:#3570 - Remove
ContractUtils
namespaced exportContractUtils
was removed and the underlying functions (getContractRoot()
,getContractStorageRoot()
,getContractId()
,hexlifyWithPrefix()
are now exported directly fromfuels
.