grin/servers
WhoNeedszZz b01ab44475
Resolve JSON RPC 2.0 non-compliance (#3213)
Currently, the JSON RPC requests and responses are not compliant with the spec as the server only accepts strings.
This change is *non-breaking* as it simply adds the ability to understand integers as expected.
Any old code continuing to only send string requests will continue to work as before.

Unit tests are included to ensure (de)serialization works on both strings and integers.
2020-01-29 09:44:33 -05:00
..
src Resolve JSON RPC 2.0 non-compliance (#3213) 2020-01-29 09:44:33 -05:00
Cargo.toml Remove unused crates (#3185) 2020-01-15 11:34:14 +01:00