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

Replace `chrono` with `time`

Open ControlCplusControlV opened this issue 2 years ago • 2 comments

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

ControlCplusControlV avatar Aug 20 '22 21:08 ControlCplusControlV

Looks like we still need to replace chrono in fuel-client: https://github.com/FuelLabs/fuel-core/blob/controlc/time/fuel-client/src/client/schema/primitives.rs#L12

Voxelot avatar Aug 22 '22 10:08 Voxelot

Looks like we still need to replace chrono in fuel-client: https://github.com/FuelLabs/fuel-core/blob/controlc/time/fuel-client/src/client/schema/primitives.rs#L12

Will remove there, missed it in my first pass

ControlCplusControlV avatar Aug 24 '22 02:08 ControlCplusControlV