Skip to content

v0.15.0

Compare
Choose a tag to compare
@Voxelot Voxelot released this 09 Dec 22:18
· 733 commits to master since this release
5cb9ea9

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