Brandon Kite
Brandon Kite
Seeing if sccache improves CI performance compared to rust cache action
Identify and fix areas where errors are swallowed, unwrapped, or not handled properly in the relayer
The TxPointer field on Coin and Contract input types needs to be set to the correct block height and idx that corresponds to the utxo id. In block validation mode,...
depends on: https://github.com/FuelLabs/fuel-core/issues/527 Expose GraphQL APIs for generating merkle proofs: - Contract State Merkle Proof - Contract Balance Merkle Proof These merkle root apis should support generating proofs for previous...
- [ ] #629 - [ ] #626 - [ ] #627 - [ ] #628 - [ ] #633 - [ ] #634 - [ ] https://github.com/FuelLabs/fuel-merkle/issues/113 - [...
There are a lot of techniques we could leverage to improve fuel-core compile times, such as dynamically linking large dependencies like RocksDB or using a different linker. Bevy has a...
Every PR to fuel-core automatically gets deployed to the dev environment in AWS. Acceptance Tests (ATs) are CI tests we run after a deployment to perform basic functional verification that...
The RelayerDb swallows errors in its default method implementations, possibly leading to undefined behavior.
Now that fuel-tx supports the immutable [CheckedTransaction](https://github.com/FuelLabs/fuel-tx/blob/master/src/checked_transaction.rs) pattern for handling verified data, the txpool should fully leverage this new pattern to streamline tx validation across the system. Replace all Arc...
State Rewind
The database in fuel-core needs the ability to rewind state to a previous point in time. This will allow nodes to contest invalid state transitions on L1 via IVG fraud-proofs....