jsonrpc: make event loop in ts client optional (#4347)

* jsonrpc: make event loop in ts client optional

* jsonrpc: ts: fix tests and make specifying `startEventLoop` mandatory

* add changelog entry

* Update CHANGELOG.md
This commit is contained in:
Simon Laux
2023-04-24 23:18:55 +02:00
committed by GitHub
parent 514074de8b
commit 1b8bfef441
4 changed files with 20 additions and 10 deletions

View File

@@ -7,6 +7,7 @@
This better corresponds to JSON-RPC 2.0 server-client distinction
and is expected to simplify writing new bindings
because dispatching events can be done on higher level.
- JSON-RPC: TS: Client now has a mandatory argument whether you want to start listening for events.
### Fixes
- JSON-RPC: do not print to stdout on failure to find an account.