nim-dagger/codex/utils
Eric f567f4ec15
refactor: use serde for json de/serialization instead of utils/json (#704)
* json > nim-serde bump

Should wait until serde is integrated into nim-ethers before making these changes as there will be less import exceptions required.

* bump nim-serde

* change func to proc due to chronicles side effects

* import serde into utils/json, use as proxy

import nim-serde into utils/json and use utils/json as a proxy for serde functions, including overloading `%` and `fromJson` for application types.

* update tests to use serde

* bump serde to latest

* remove testjson -- no longer needed

* bump serde in nimble

* updates to reconcile rebase with master
2024-03-19 03:25:13 +00:00
..
addrutils.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
asyncheapqueue.nim Slot queue (#455) 2023-07-25 12:50:30 +10:00
asynciter.nim rework indexing strategy to use an enum (#694) 2024-02-07 11:13:27 -08:00
asyncspawn.nim [marketplace] Load sales state from chain (#306) 2023-03-08 14:34:26 +01:00
asyncstatemachine.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
digest.nim Build slots (#668) 2024-01-11 08:45:23 -08:00
exceptions.nim [marketplace] Availability improvements (#535) 2023-09-29 14:33:08 +10:00
fileutils.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
json.nim refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00
keyutils.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
optionalcast.nim [utils] Add operator `as` for optional casting 2022-10-25 15:10:35 +11:00
poseidon2digest.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
stintutils.nim feat: bigint uses decimal over hex encoding (#452) 2023-06-21 07:46:18 +02:00
then.nim Cancel and wait for asyncstatemachine futures when stopping (#493) 2023-07-31 15:09:34 +10:00
timer.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
trackedfutures.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00