ControlCplusControlV
ControlCplusControlV
@Ch1n3du looks like there are still some importing and other compilation errors, let me know if you need help fixing them
Yes, go for it!
I am assuming we would use `cargo bench` for this, do we also want to modify configs or added a cpu limiting programmer for capped performance on machines to adjust...
Are there any storage concerns to keep mind now when writing this? I know keeping state as minimal is necessary for decentralization, but not sure if there is anything specific...
I was planning on building out a branch with state rewind as initially described by @Voxelot using a new DB column to store changes from a previous db snapshot (which...
I see a lot of API changes in here, are you sure of how this affects downstream consumers of `fuel-core` yet?
> Do you ask about `coinsToSpend` method signature or changes also in the database? > > `coinsToSpend` is an inevitable change because we want to work with different objects(coins, messages)....
@uberscott is this good to mark as closed? `fuel-core` has a minimal opentelemetry service so I think this now completed?
I was looking at this and `BlockHeight` is a `u32`, so all of its assosiated code is with that type, but since `da_height` is a u64 I am running into...
I changed the test to just scan for numbers rather than using manual checks for each metrics, as now at 40 items I felt it would be too exhaustive to...