nim-codex/tests
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
..
circuits/fixtures Use real verifier (#737) 2024-03-12 14:20:42 +00:00
codex refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00
contracts Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
fixtures
helpers
integration refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00
asynctest.nim update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
checktest.nim update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
config.nims
coverage.nim
coverage.nims
ethertest.nim Fix on-chain clock (#732) 2024-03-11 16:57:20 +00:00
examples.nim Update contract (#734) 2024-03-12 08:18:25 +00:00
helpers.nim
logging.nim
nimlldb.py
testCodex.nim
testContracts.nim
testIntegration.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
testTaiko.nim refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00