Skip to content

Release v0.15.0

Compare
Choose a tag to compare
@splix splix released this 20 Jan 00:15
· 7 commits to master since this release
45d8a9e

v0.15 mostly includes bugfixes and performance optimization.

New Features

  • ERC-20 Token API for any ERC-20 contract (previously only for preconfigured)
  • HTTP/WS/gRPC compression

Improvements

  • use Java 17
  • improved stability of WS connection
  • do not make unnecessary requests to an upstream without a method, bad upstream, etc
  • optimized event log for high-load setup

Bugfixes

  • getrawtransaction on bitcoin requires verbosity
  • doesn't fetch Bitcoin balance when provided by another Dshackle instance
  • problem: doesn't accept JSON RPC with params=null
  • no fresh block in Redis, causing unnecessary requests to an upstream