-
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
chore: upgrade fuel-core
to 0.20.3
#1112
Conversation
Coverage report
Show files with reduced coverage 🔻
Test suite run success1159 tests passing in 200 suites. Report generated by 🧪jest coverage report action from 5734465 |
fuel-core
to 0.21.1
fuel-core
to 0.20.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extremely well-done and meticulous!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
I believe @luizstacio's review here is crucial before merging this one |
Receipt
with new variantMint
andBurn
#1067estimateTxDependencies
#956The main changes include:
Mint
andBurn
, have been added.rawPayload
property has been removed from theReceipt
struct. From now on, when the SDK fetches the receipts (such as through adryRun
call), it should create a receipt object by filtering them based on their type.data
field from canonical serialization and deserialization of receipts fuel-vm#505