XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
56 stars 48 forks source link

Add floating point time values support to Config #1364

Open kuznetsss opened 2 months ago

kuznetsss commented 2 months ago

We have a few place where we read seconds and milliseconds from float in json. It would be convenient to be able to parse it inside config class and don't duplicate conversion logic.

godexsoft commented 2 weeks ago

This may overlap with config refactorings @PeterChen13579