Skip to content

Releases: emeraldpay/dshackle

Version 0.15.2

27 Nov 17:09
da7108e
Compare
Choose a tag to compare

Bufixes:

  • Fixed block.totalDifficulty must not be null warning
  • Incompatibility with Geth v1.14.11

Release v0.15.1

02 Apr 17:02
4585c35
Compare
Choose a tag to compare

New Features

  • Support Sepolia and Holesky out of box

Bugfixes

  • When the network is congested, upstream nodes may produce new blocks too late which breaks Dshackle Heads subscription

Release v0.15.0

20 Jan 00:15
45d8a9e
Compare
Choose a tag to compare

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

Release v0.14.0

11 May 21:18
e66e3c0
Compare
Choose a tag to compare

The release v0.14 primarily involves a substantial refactoring of the codebase, a necessary step for further development and the introduction of new features. Most internal components have been modified, and these changes could potentially be breaking, which requred a comprehensive testing to ensure that nothing is broken.

New Features

  • Subscription to pending transactions (newPendingTransactions for Ethereum, but this feature also works for Bitcoin)
  • ZeroMQ connection to Bitcoin upstream
  • Additional log with details for the requests made to an upstream
  • Capability to send logs to a TCP socket (e.g., Vector, etc.)

Improvements

  • Configurable for use with multiple parallel WebSocket connections to an upstream
  • Additional Prometheus metrics
  • Enhanced caching
  • Improved tracking of a Dshackle upstream with automatic reconnects

Bugfixes

  • Dshackle could break or mix responses if some custom methods are configured
  • Breaks WebSocket connection on invalid/corrupted responses
  • WebSocket connection stop to function with Geth 1.11.0
  • Does not update Bitcoin methods provided by another Dshackle upstream

Release v0.13.1

04 Oct 00:41
d34ac3f
Compare
Choose a tag to compare

Bugfixes

  • looses upstream error details
  • may try to verify an upstream even if the verification disabled
  • uses binary frames for Websocket Proxy #180
  • ignores errors from upstream with non-standard JSON RPC

New features

  • more granular config for upstream validation #176

Release v0.13.0

09 Sep 20:53
17f5a06
Compare
Choose a tag to compare

NEW

  • Support Ethereum's Merge

New Features

  • CORS Origin
  • Signed responses from upstreams (SECP256K1, P256)
  • Switch to HTTP when Websocket connection breaks, without loosing the existing requests
  • ZeroMQ for Bitcoin upstreams

Bug Fixes

  • multiple issues with Websocket
  • cannot resolve with local DNS

Release v0.12.0

18 Mar 01:18
f467207
Compare
Choose a tag to compare

Improvements

  • Various improvements to the Monitoring & Access Log
  • Options to enable/disable upstream

Bug Fixes

  • breaks connection between Dshackle on large messages
  • getting balance for ERC20 tokens
  • high memory use with Websocket

Release v0.11.1

11 Dec 23:38
70d200b
Compare
Choose a tag to compare

Security fix

Vulnerability in Log4J library

See:

Release v0.11.0

26 Nov 00:19
5ebd23a
Compare
Choose a tag to compare

New Features

  • Websocket Proxy
  • Health Check endpoint compatible with Kubernetes
  • NativeSubscribe gRPC method to subscribe to Ethereum events (logs, newHeads, filter)

Improvements

  • Use WebSocket to connect to upstream by default
  • less resource intensive ERC20 balance subscription
  • configurable "static" call responses

Contributors

@aldoborrero
@splix
@brianmcgee
@skylenet

Release v0.10.1

08 Sep 02:02
a1f57b1
Compare
Choose a tag to compare

Bug Fixes

  • fails to build JSON for some Ethereum blocks
  • missing height in status log