Christian Decker
d2688bbaf5
plugin: Unwrap the rpc_command payload
...
We were nesting like the following:
```json
{"params": {
"rpc_command": {
"rpc_command": {
}
}
}
```
This is really excessive, so we unwrap once, and now have the following:
```json
{"params": {
"rpc_command": {
}
}
```
Still more wrapping than necessary (the method is repeated in the `params`
object), but it's getting closer.
Changelog-Deprecated: JSON-RPC: Removed double wrapping of `rpc_command` payload in `rpc_command` JSON field.
Suggested-by: @fiatjaf
Signed-off-by: Christian Decker <@cdecker>
2020-03-10 11:42:58 +10:30
..
2020-02-25 11:12:12 +10:30
2017-10-20 18:31:32 +02:00
2020-03-05 15:06:38 -06:00
2020-02-12 11:45:07 +10:30
2020-02-12 11:45:07 +10:30
2020-02-12 11:45:07 +10:30
2020-02-25 11:12:12 +10:30
2020-02-10 15:59:26 +10:30
2019-06-30 16:41:30 +09:30
2020-02-28 09:44:47 +10:30
2020-02-28 09:44:47 +10:30
2020-03-10 11:40:19 +10:30
2019-06-04 01:29:39 +00:00
2020-02-11 13:53:31 +10:30
2019-04-09 12:37:16 -07:00
2020-02-28 09:44:47 +10:30
2019-09-25 04:01:56 +00:00
2020-03-09 16:04:56 +01:00
2019-10-11 02:52:04 +00:00
2020-02-28 14:45:50 +10:30
2019-04-09 12:37:16 -07:00
2020-02-25 11:12:12 +10:30
2020-02-25 11:12:12 +10:30
2020-02-25 11:12:12 +10:30
2020-02-25 11:12:12 +10:30
2020-02-25 11:12:12 +10:30
2019-12-12 15:03:53 +01:00
2019-07-24 16:16:53 +02:00
2019-05-31 17:57:10 +02:00
2020-02-04 13:24:32 +10:30
2020-02-04 13:24:32 +10:30
2020-03-10 11:42:58 +10:30
2020-02-04 13:24:32 +10:30
2020-02-28 09:44:47 +10:30
2020-02-27 09:21:44 +10:30
2019-11-18 04:50:22 +00:00
2019-11-18 04:50:22 +00:00
2019-11-23 22:42:34 +00:00
2019-11-18 04:50:22 +00:00
2020-02-04 13:24:32 +10:30
2019-12-12 22:16:03 +01:00
2019-02-07 20:33:50 +00:00
2020-02-18 10:21:29 +10:30
2020-02-12 22:27:57 -06:00
2019-11-18 04:50:22 +00:00
2018-04-25 14:33:38 +02:00
2020-02-11 15:57:22 +10:30
2020-01-28 23:50:52 +01:00
2020-02-12 11:45:07 +10:30
2019-11-23 22:42:34 +00:00
2020-02-28 09:44:47 +10:30
2020-01-31 06:02:47 +00:00
2020-02-28 09:44:47 +10:30
2020-01-28 23:50:52 +01:00
2020-03-04 22:57:24 +01:00
2020-02-28 09:44:47 +10:30
2019-07-16 06:10:58 +00:00
2018-09-14 22:11:23 +02:00
2020-02-27 09:21:44 +10:30
2019-09-30 00:20:16 +00:00
2020-02-27 09:21:44 +10:30
2020-02-11 15:57:22 +10:30
2020-02-27 09:21:44 +10:30
2020-02-12 11:45:07 +10:30
2020-02-27 14:16:16 +10:30
2020-02-04 10:44:13 +10:30
2019-11-18 04:50:22 +00:00
2020-01-02 16:56:42 +01:00
2019-06-28 03:31:43 +00:00