Green Baneling
Green Baneling
## Overview After an analytic analysis of the codebase, we figured out the [heaviest operation during transaction verification](https://github.com/FuelLabs/fuel-core/issues/1418). But it doesn't mean we found all potential places that should influence...
## Overview Extend the `benches/benches/block_target_gas.rs` benchmark or create a new one with a similar idea. The benchmark should check that `min_fee` covers execution time to validate the transaction. Including `Create`...
## Blocked This issue is better to do after some results in the issues below: https://github.com/FuelLabs/fuel-core/issues/1387 https://github.com/FuelLabs/fuel-core/issues/1402 However it is still possible to do an analytic analysis of the code...
## Description The ethabi dependency is [no longer maintained](https://github.com/rust-ethereum/ethabi/issues/301#issuecomment-1651389173). More details on 4. of September 2023. Because the Fuel system does not have server components which parse user provided ABI...
## Problem description In the current implementation, we use only notifications from the heartbeat protocol about new block heights to start synchronization in `fuel-core-sync`. It is a lazy way of...
## Overview One of the techniques for data compression is the registry and re-usage of the same data across many transactions. We need to minimize the uniqueness of any data...
Closes https://github.com/FuelLabs/fuel-core/issues/1589 ## Overview The change moves the database transaction logic from the `fuel-core` to the `fuel-core-storage` level. The corresponding issue described the reason behind it. ## Technical details of...
Deliverables: - [ ] Add some standards to the Engineering Style Guide - [ ] Logs for relayer block logs are not clearly from L1. We should also highlight L2...