7 Commits

Author SHA1 Message Date
Eric
d8bf5b0eae
deserialize key defaults to serialize key 2024-02-05 12:24:05 +11:00
Eric
502457633d
bump json-rpc to 0.4.0 and fix test 2024-02-01 19:01:18 +11:00
Eric
1b083e10ad
Add serde options to the json util, along with tests
next step is to:
1. change back any ethers var names that were changed for serialization purposes, eg `from` and `type`
2. move the json util to its own lib
2024-02-01 18:52:05 +11:00
Eric
92b8ea028a
clean up - all tests passing 2024-01-30 17:41:47 +11:00
Eric
c261e96274
rename sender to from, update json error logging, add more conversions 2024-01-25 17:20:04 +11:00
Eric
526d954a01
Start fixing tests (mainly conversion fixes) 2024-01-24 18:09:47 +11:00
Eric
daa88cc8bf
Add json de/serialization lib from codex to handle conversions
json-rpc now requires nim-json-serialization to convert types to/from json. Use the nim-json-serialization signatures to call the json serialization lib from nim-codex (should be moved to its own lib)
2024-01-24 11:53:53 +11:00