Rafał Chabowski
Rafał Chabowski
This PR modified the transaction buffer code slightly, by: 1. removing some unnecessary cloning of the footprint (now, we only clone it at the very end of `add_transaction` when we...
This PR adds another check to the transaction acceptor. It makes the acceptor reject transactions with gas price tolerance set to a value that is not achievable by the chain...
## Linked Issues/PRs This PR addresses the outstanding comments to the TxPool metrics PR: https://github.com/FuelLabs/fuel-core/pull/2321 ## Description There are a couple of changes to how and when metrics are registered...
## Linked Issues/PRs Closes https://github.com/FuelLabs/fuel-core/issues/1965 ## Description 1. The client uses the off-chain database metadata to tell if it can use the optimized queries or fall-back to the legacy ones....
## Description This PR applies the Clippy suggestions for the "gas-price-analysis" crate. ### Before requesting review - [X] I have reviewed the code myself
As reported by @xgreenx this test is flaky and needs to be corrected.
The source of this issue is https://github.com/FuelLabs/fuel-core/issues/623. Initially, the idea was to remove all complex queries from `fuel-core` and make it part of the indexer's responsibility. But the SDK is...
⚠️ _**This should only be merged into the next, planned breaking release**_ ⚠️ ⚠️ _**I'll keep it as draft to avoid accidental merge**_ ⚠️ ## Linked Issues/PRs Additional changes related...
This ticket tracks the tech-debt in reporting the message proof reason. We wanted to make the [initial PR](https://github.com/FuelLabs/fuel-core/pull/2258) super-safe w.r.t. API compatibility hence [some changes](https://github.com/FuelLabs/fuel-core/pull/2258#issuecomment-2405160291) were reverted. The potentially breaking...