Skip to content

0.15.0 - Batch requests

Compare
Choose a tag to compare
@ketola ketola released this 03 Dec 04:15
· 118 commits to master since this release
  • Support for JSON-RPC Batch requests. With this feature it's possible to bundle several api calls into one http request. (See: https://www.jsonrpc.org/specification#batch)
  • Dependency to simple-json-rpc-client was dropped. Now jlibra has only three runtime dependencies to 3rd party libraries (jackson, bouncycastle and slf4j api)
  • Some fixes after breaking changes in the libra / diem api