v0.15.0
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
to2.2.0
by @xgreenx in #774 - Use
http-reqwest
instead ofhttp-surf
by @xgreenx in #786 - Added
file
andline
intoKvStoreError::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
forfuel-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
andstate_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
- @deekerno made their first contribution in #800
- @SilentCicero made their first contribution in #815
Full Changelog: v0.14.1...v0.15.0