nim-codex/tests/integration
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
..
clioption.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
codexclient.nim refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00
codexconfig.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
codexprocess.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
hardhatconfig.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
hardhatprocess.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
marketplacesuite.nim Use real verifier (#737) 2024-03-12 14:20:42 +00:00
multinodes.nim refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00
nodeconfig.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
nodeconfigs.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
nodeprocess.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
nodes.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
testIntegration.nim refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00
testblockexpiration.nim Fix REST endpoints semantics (#612) 2023-11-20 16:14:06 -08:00
testcli.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
testmarketplace.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
testproofs.nim Use real verifier (#737) 2024-03-12 14:20:42 +00:00
twonodes.nim refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00