MujkicA
MujkicA
Following @xgreenx s [comment](https://github.com/FuelLabs/fuel-core/pull/1474#discussion_r1461821706): > I think SnapshotMetadata should live somewhere outside of the fuel-core-chain-config. Maybe even with the whole parquet thing. Because the network should know about the ChainConfig,...
Following the discussions around #1244 I figured we could still benefit from sealing some of our public traits. The benefit is that adding new methods to these traits will not...
Closes #1197 Blocked until https://github.com/FuelLabs/fuel-core/pull/1614 is included in a release. ### Checklist - [x] I have linked to any relevant issues. - [ ] I have updated the documentation. -...
Using `Trigger::Never` with manual block production leads to the following error: `Error: IOError(Custom { kind: Other, error: "Response errors; unable to produce blocks without a consensus key" })` I've tried...
The coin cache implementation includes a lot of scattered feature flags. @segfault-magnet made a great suggestion on how to improve on that here: https://github.com/FuelLabs/fuels-rs/pull/1105#pullrequestreview-1704233161
The [docs](https://rust.fuel.network/v0.41.0/getting-started/setup.html) instruct a user to setup a default test harness by using the template from the sway repo. Afterwards the user is instructed to use version 0.41 which is...
Closes #1668 Removes optional fields from coin and contract configs. Added the `CoinConfigGenerator` to enable easier setup of coin configs for testing. It holds an internal counter that's used to...
Related: https://github.com/FuelLabs/sway/issues/5860 Adds the above mentioned case to our tests. Currently, it fails to compile with the experimental new encoding. Compilation with the previous encoding scheme is successful but displays...