Commit Graph

4 Commits

Author SHA1 Message Date
jangko dcabb8f29e
v0.2.0: Revamp data types 2023-12-12 12:15:34 +07:00
Etan Kissling 6212e659e5
replace `{.raises: [Defect].}` with `{.raises: [].}` (Nim 1.6) (#104)
With Nim 1.6, `Defect` does not need to be specified anymore inside
`{.raises.}` and triggers redundant `XCannotRaiseY` hints. Remove.
2023-10-05 12:37:04 +02:00
tersec ae12813602
enforce JSON-RPC Quantity spec syntax rules (#53)
* enforce JSON-RPC Quantity spec syntax rules

* threadsafe test setup
2022-07-07 12:26:13 +03:00
Zahary Karadjov 4fe1a81ce7
Add helpers for using Web3 types on the Confutils command-line 2020-07-21 22:17:19 +03:00