ControlCplusControlV

Results 48 issues of ControlCplusControlV

Compiling my thoughts for tips on writing optimal code, still a rough draft as I need to add in code examples but wanted to make this draft PR to give...

Chrono has been a source of issue, this moves `fuel-core` to the much lighter and more maintained `time` crate Fixes #115 Fixes #116 Fixes #384

breaking
tech-debt

Connects P2p with TxPool which should allow transactions inserted over the txpool of one node to be broadcasted to the others. Done in collaboration with @bvrooman but this has fallen...

Develop a `fuel-metrics` crate to handle tracking and metrics for each associated fuel service. This involves breaking out the existing fuel-core database metrics into this new crate. This also means...

enhancement

Review Imports, several places where nested imports are needed. Also make sure all importing is done through `fuel_core_interfaces` rather than directly

enhancement
good first issue

Support Windows eventually, not a priority atm. Maybe add some CI Job so that compatibility is ensured. At the time of writing this is blocked by in graph_api.rs](https://github.com/FuelLabs/fuel-core/blob/master/fuel-core/src/service/graph_api.rs#L25). But this...

bug
good first issue

Sorry if this is too spammy, but I noticed an error in spelling while reading through and figured I would correct it

Currently the `coins` graphQL endpoint returns nothing when the Backward direction is used as a parameter. Investigate this and add a test case to ensure this stays fixed

bug
graphql-api

hmm this will enable lots of random functions we may not want to allow access to in production code 🤔 As a tech-debt follow-up, we'll need to figure out a...

tech-debt