semiotic-ai / timeline-aggregation-protocol

A fast, efficient and trust-minimized unidirectional micro-payments system.
Apache License 2.0
14 stars 3 forks source link

Fix JSON-RPC warning codes to match spec #102

Closed aasseman closed 1 year ago

aasseman commented 1 year ago

Per https://www.jsonrpc.org/specification, error codes have to be in [-32000, -32099]. We'd prefer to have our warning codes also respect that.