v0.100.4
·
42 commits
to master
since this release
Summary
In this release, we:
- Upgraded
fuel-core
tov0.42.0
→v0.43.0
→v0.43.1
- Upgraded
forc
tov0.67.1
→v0.67.2
→v0.68.1
- Implemented RPC consistency approach: using
required_fuel_block_height
- Implemented the new
AssembleTx
GraphQL endpoint in theProvider
class - Added support for Pre-Confirmations
- Implemented helper method for base asset (UTXO) consolidation:
account.consolidateCoins()
- Exported
@fuels/vm-asm
package asFuelAsm
fromfuels
Features
- #3866 - Re-exporting
@fuels/vm-asm
asFuelAsm
fromfuels
, by @arboleya - #3747 - Integrate with new
AssembleTx
GQL end-point, by @Torres-ssf - #3836 - Add method for base asset coins consolidation, by @Torres-ssf
- #3857 - Add support for pre-confirmations, by @Torres-ssf