fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

Rust full node implementation of the Fuel v2 protocol.

Results 585 fuel-core issues
Sort by recently updated
recently updated
newest added

It got removed from one of its spots here: https://github.com/FuelLabs/fuel-core/pull/1914 Might be worth looking at using `Interval` everywhere instead.

https://www.notion.so/fuellabs/RPC-Consistency-Proposal-c8442b5d8f4c492abab08449cb43b4f2?pvs=4

good first issue

We need to prepare user-friendly unit tests for different parts of the code and document them. The main idea is to provide an easy way for people to create a...

Because of the way we are doing serialization, we are returning an `ExecutionResult` from "validate" on the wasm executor. We should be able to handle more cases. See convo: https://github.com/FuelLabs/fuel-core/pull/1886#discussion_r1593153448...

Spin up many nodes, they will shuffle connections randomly, and send weird/normal data - causing chaos in the network. The goal: find out any issues in the connections management, find...

- Peer can randomly restart - Users send queries - We use CLI to operate nodes - Relayer has some incoming events

We found a bug in our `validate_block` code that would have been caught if we validated all our produced blocks. That specific case was for how we checked the L1...

Proposals to the https://github.com/FuelLabs/fuel-core/pull/2396