cffi:jsonrpc: send events (#3662)

* jsonrpc in cffi also sends events now

* add pr id to changelog

* jsonrpc: new format for events and better typescript autocompletion (#3663)

* jsonrpc: new format for events and better typescript autocompletion

* adjust doc comments
This commit is contained in:
Simon Laux
2022-10-15 00:46:43 +02:00
committed by GitHub
parent 86e1476dee
commit a384a57979
7 changed files with 643 additions and 182 deletions

View File

@@ -41,6 +41,8 @@
### Changes
- jsonrpc in cffi also sends events now #3662
- jsonrpc: new format for events and better typescript autocompletion
### Fixes
- share stock string translations across accounts created by the same account manager #3640