Results 187 comments of Green Baneling

Hmm, the `FuelClient::query` function is private but with https://github.com/FuelLabs/fuel-core/pull/1175 you can write your own queries=)

Solved on the indexer side https://github.com/FuelLabs/fuel-indexer/issues/288

We run tests very fast after https://github.com/FuelLabs/fuel-core/pull/1231. But we still spend a lot of time building tests per crate https://github.com/FuelLabs/fuel-core/pull/987. But it is a problem during the first build without...

This test is not supper actual because it is more responsibility of ht shared sequencer

Done as part of the https://github.com/FuelLabs/fuel-core/pull/1714

Implemented with https://github.com/FuelLabs/fuel-core/pull/1714 and `fuel-core 0.23.0` release

It is not implemented yet, so we don't need to close it, we closed the duplicate=) Yeah, we need to update the specification as well not to include `maturity` in...

Finished with https://github.com/FuelLabs/fuel-core/pull/1714

We've decided to split the updating of the consensus parameters and WASM bytecode into separate processes. The `BlockHeader` will contain the `consensus_parameters_version: u32` and `state_transition_bytecode_version: u32` fields as part of...

@Dentosal You should have access to the repository right now. Bellow instruction which we received. > Hey @xgreenx99 the documentation on the Sequencer's README should be helpful for this. https://github.com/fuel-infrastructure/fuel-sequencer...