Releases: FuelLabs/fuel-core
Releases · FuelLabs/fuel-core
v0.9.3
What's Changed
- Add Metrics to Batch Write and Key Length Fix by @ControlCplusControlV in #427
- Debugger API: Return new receipts when execution is paused by @Dentosal in #405
- Bump
dashmap
to v5.3.4. by @adlerjohn in #428 - ValidatorAddress and ConsensusPublicKey types by @rakita in #421
- set current time when producing a block by @Voxelot in #433
- 0.9.3 patch for timestamp fix by @Voxelot in #434
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Validators get by @rakita in #377
- fix: use gas_price_factor to verify FeeAmount by @luizstacio in #422
- Bump to v0.9.2. by @adlerjohn in #423
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- async-graphql upgrade to v4 by @leviathanbeak in #370
- docs: add docstring on
coins_to_spend
function by @vnepveu in #375 - add node info and version by @leviathanbeak in #372
- add tracing to p2p tests by @leviathanbeak in #369
- tx consensus parameters by @leviathanbeak in #373
- Add Contract Balances API by @ControlCplusControlV in #376
- Remove k8s terraform code by @rfuelsh in #341
- cargo update by @rakita in #381
- docs: change instructions for forking by @vnepveu in #400
- Skeleton for event-driven arch by @rakita in #380
- Relayer block commit and deposit handling by @rakita in #345
- Deploy fuel-core-dev1 When Merging To Master by @ellioty in #271
- p2p messages with dummy consensus Vote by @leviathanbeak in #394
- Fix CI.yml CI/CD by @ellioty in #403
- Update ethers-rs to crates version by @rakita in #410
- Dependency consolidation using fuel-core-interfaces by @Voxelot in #411
- Fuel Client URL parsing error context by @Voxelot in #414
- add additional publishing validation for the relayer by @Voxelot in #413
- add gas price factor by @Voxelot in #412
- Database/RocksDb Metrics by @ControlCplusControlV in #404
- 0.9.0 release by @Voxelot in #417
- fix publishing issues that came up in 0.9 by @Voxelot in #419
- bump fuel core to 0.9.1 by @Voxelot in #420
New Contributors
- @vnepveu made their first contribution in #375
Full Changelog: v0.8.0...v0.9.1
v0.8.0
What's Changed
- fix mac os action again by @Voxelot in #353
- readme update by @chappie1998 in #354
- Debugger interface by @Dentosal in #260
- Update Contracts API Endpoints by @ControlCplusControlV in #350
- readme update by @chappie1998 in #356
- CI fix: mac-os -> macos-latest by @binggh in #357
- Support split of Input::Coin into CoinSignature & CoinPredicate by @Voxelot in #355
- Integrate predicate execution into fuel-core by @Voxelot in #358
- Fix formatting ci.yml by @ellioty in #360
- bump to v0.8.0 by @Voxelot in #359
New Contributors
- @chappie1998 made their first contribution in #354
- @binggh made their first contribution in #357
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Disable slack notifications for mac os binaries by @Voxelot in #344
- Improve p2p tests by @leviathanbeak in #346
- Allow dry-run to override utxo_validation setting by @Voxelot in #347
- release 0.7.1 to make utxo-validation dry-run override available by @Voxelot in #352
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- split p2p into separate job by @Voxelot in #322
- prevent slack notifications from PR branches by @Voxelot in #325
- fix: has next page by @luizstacio in #323
- prevent docker publish job from always running by @Voxelot in #327
- Update fuel core to latest deps (fuel-tx 0.10, fuel-vm 0.9, fuel-crypto 0.5) by @Voxelot in #328
- Bump to v0.7.0. by @adlerjohn in #343
- Publish compiled fuel-core binaries on release by @Voxelot in #342
New Contributors
- @luizstacio made their first contribution in #323
Full Changelog: v0.6.4...v0.7.0
v0.6.4
What's Changed
- Adding setup steps to create-k8s.sh by @rfuelsh in #304
- Configurable service vars by @Voxelot in #301
- serialize gossipsub messages by @leviathanbeak in #270
- fix unwrap() peer info in tests by @leviathanbeak in #308
- Add ability to set minimum required gas / byte fees on transactions by @Voxelot in #307
- ensure transactions have at least one coin input by @Voxelot in #306
- Misc Deployment Enhancements by @Voxelot in #309
- Add Deployment Verification by @ellioty in #311
- Relayer skeleton impl by @rakita in #207
- TxPool config fix by @Voxelot in #312
- Update Slack webhook secret by @ellioty in #315
- Add Docker image building to standard CI flow by @Voxelot in #314
- Unique tls secrets for ingress by @Voxelot in #316
- bump versions to 0.6.4 by @Voxelot in #317
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
v0.6.1
What's Changed
- Deploy prometheus helm chart to k8s by @rfuelsh in #222
- fix logging env var name by @Voxelot in #240
- Adding monitoring ingress by @rfuelsh in #242
- implement Request Response for p2p by @leviathanbeak in #239
- Capitalize GQL field descriptions by @ControlCplusControlV in #256
- Increase usage of new Fuel_txpool by @ControlCplusControlV in #238
- feat: add
excluded_ids
argument toQuery.coinsToSpend
by @AlicanC in #237 - update libp2p and import used features only by @leviathanbeak in #259
- feat: add
Query.{balance,balances}
to GraphQL schema by @AlicanC in #257 - Add TestDatabase by @AlicanC in #262
- fuel-gql-client support for "https://" by @Voxelot in #266
- Txpool utxo by @rakita in #258
- adding monitoring & ingress docs by @rfuelsh in #273
- Add txpool TxInfo time submitted by @rakita in #275
- ScriptExecutionResult + Call Receipt Updates (fuel-tx 0.8) by @Voxelot in #276
- Updating AWS envs to be more specific by @rfuelsh in #277
- Fix spurious TransactionIdCollision errors by @Voxelot in #280
- extract fuel-indexer to separate repo by @Voxelot in #281
- Fix dasel by @adlerjohn in #284
- parallelize ci jobs by @Voxelot in #267
- bump to support jnzi by @Voxelot in #285
- Update docker to rust 1.60 & productionalize by @Voxelot in #282
- 0.6.0 release bump by @Voxelot in #286
- more dasel fixing by @Voxelot in #288
- Pin async-graphql 2.9 again by @Voxelot in #289
- Fix Transaction Status API by @ControlCplusControlV in #263
- remove dry-run ci verification by @Voxelot in #290
- 0.6.1 patch release by @Voxelot in #291
Full Changelog: v0.5.0...v0.6.1