grin/servers/src
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
..
common Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
grin Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
mining Resolve JSON RPC 2.0 non-compliance (#3213) 2020-01-29 09:44:33 -05:00
common.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
grin.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
lib.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
mining.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00