Skip to content

Releases: FuelLabs/fuel-core

v0.17.2

15 Feb 00:48
95a9608
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.17.2

v0.17.1

09 Feb 23:15
ce64223
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

08 Feb 02:14
cd1d075
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

27 Jan 20:29
443acac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.16.1

v0.15.3

17 Jan 21:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.15.3

v0.14.2

15 Dec 15:41
Compare
Choose a tag to compare

What's Changed

  • The hotfix to implement merkle_contract_state_range, merkle_contract_state_insert_range, merkle_contract_state_remove_range to be compatible with fuel-vm 0.22.7.
  • Bump version to 0.14.2 in this commit

Full Changelog: v0.14.1...v0.14.2

v0.15.1

14 Dec 09:50
4773424
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

09 Dec 22:18
5cb9ea9
Compare
Choose a tag to compare

What's Changed

  • Fixed overflow and added corner case tests by @xgreenx in #769
  • Expose signature of the block, if any in GraphQL by @xgreenx in #770
  • add public address for local node to be reachable for the nodes in the network by @leviathanbeak in #783
  • Updated the cynic to 2.2.0 by @xgreenx in #774
  • Use http-reqwest instead of http-surf by @xgreenx in #786
  • Added file and line into KvStoreError::NotFound to simplify debugging by @xgreenx in #790
  • Exclude version compatibility from root workspace by @freesig in #798
  • Return only unspent messages and coins by @xgreenx in #787
  • Avoid triggering empty block production by @Voxelot in #797
  • Use ascending order for blocks by @deekerno in #800
  • Pin libp2p by @freesig in #799
  • remove unused crates by @freesig in #805
  • Moved all tables into fuel-core-interfaces/src/db by @xgreenx in #788
  • Use tokio::main for fuel-gql-client cli by @xgreenx in #811
  • Update LICENSE by @SilentCicero in #815
  • Move block producer requirements into corresponding crates by @xgreenx in #814
  • Added support of genesis block and genesis consensus field by @xgreenx in #817
  • Implemented update of balance_root and state_root for inputs and outputs by @xgreenx in #789
  • add reserved nodes by @leviathanbeak in #779
  • Bugfix: Race conditions between read and write into database by @xgreenx in #819
  • add chain id & chain config check to peering process by @leviathanbeak in #785
  • fix: Use HttpsConnector for fuel-client's GraphQL subscriptions by @bvrooman in #821
  • Close Tx Status SSE stream before EOF is encountered by @Voxelot in #822
  • Bugfix: Support script txs with empty script by @xgreenx in #825
  • prep fuel-core 0.15 release by @Voxelot in #826

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

09 Nov 21:15
8ed3f3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

05 Nov 18:14
81cafe4
Compare
Choose a tag to compare

What's Changed

  • Added skipping of invalid transactions during block production by @xgreenx in #746
  • Add fuel core secret by @rfuelsh in #740
  • Added removal of skipped transactions from TxPool by @xgreenx in #751
  • Remove requirement for GraphQL hex scalars to start with 0x by @Voxelot in #753
  • Change timestamps from chrono to tai64 by @Voxelot in #758
  • add params to helm for relayer by @Voxelot in #757
  • bump to v0.14 in support of timestamp format change to tai64 by @Voxelot in #760

Full Changelog: v0.13.2...v0.14.0