You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-notes.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,25 @@ Results without keys can be queried using an integer in brackets.
98
98
example: getblock(getblockhash(0),true)[tx][0]
99
99
```
100
100
101
+
Support for JSON-RPC Named Arguments
102
+
------------------------------------
103
+
104
+
Commands sent over the JSON-RPC interface and through the `pivx-cli` binary can now use named arguments. This follows the [JSON-RPC specification](http://www.jsonrpc.org/specification) for passing parameters by-name with an object.
105
+
`pivx-cli` has been updated to support this by parsing `name=value` arguments when the `-named` option is given.
0 commit comments