Releases: FuelLabs/fuel-core
Releases · FuelLabs/fuel-core
v0.9.5
What's Changed
- Wrap txpool sender by @rakita in #438
- Move config to separate mod. Include module configurations. by @rakita in #440
- Update CI Workflow to Include Fuel-Deployment Fields by @ellioty in #448
- Fix Clippy by @ControlCplusControlV in #452
- chore: use
concurrency
to cancel previous CI runs by @AlicanC in #453 - chore: improve balance test by @AlicanC in #269
- Feat: Use in-memory binary Merkle tree by @bvrooman in #459
- Relayer integration. ServiceBuilder. Context by @rakita in #450
- implement DummyDB functionality for tests by @thdaraujo in #441
- Bump
windows
to >= 0.32. by @adlerjohn in #462 - Snapshot to chainspec command by @ControlCplusControlV in #435
- Legacy cli by @rakita in #468
- Fix Dockerfile to support
fuel-core run
by @ControlCplusControlV in #467 - Network Orchestrator service proposal by @leviathanbeak in #402
- TxPool ServiceBuilder and Context by @rakita in #456
- print warning on legacy cli by @rakita in #473
- Controlc/block api by @ControlCplusControlV in #461
- remove tempdir by @ControlCplusControlV in #475
- relayer cli by @rakita in #466
- v0.9.5 patch release by @Voxelot in #484
Redistribution of the following VM updates:
New Contributors
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- txpool channels by @rakita in #407
- run rust-comby by @rakita in #439
- add graceful shutdown to api server by @Voxelot in #436
- Improve thread-safety by @Voxelot in #442
- Change k8s deployment strategy by @Voxelot in #443
- ci: gh checkout v2 -> v3 by @thdaraujo in #444
- 0.9.4 patch by @Voxelot in #445
New Contributors
- @thdaraujo made their first contribution in #444
Full Changelog: v0.9.3...v0.9.4
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