Skip to content

v0.51.0

Compare
Choose a tag to compare
@eukreign eukreign released this 23 Dec 18:49
· 2266 commits to master since this release

[0.51.0] - 2019-12-23

Backwards Incompatible Changes

  • [jsonrpc] This release changes the error return data structure to be compliant with JSONRPC standard. The fields name and traceback where moved into the data dictionary. (#2689)

Jsonrpc

  • [refactor] change returned error data structure to be JSONRPC standard compliant (#2689) by eukreign

Wallet server

  • [improvement] enable WAL on wallet server (#2690) by shyba