Skip to content

Releases: emeraldpay/dshackle

Release v0.10.0

06 Sep 22:28
407266c
Compare
Choose a tag to compare

New Features

  • Access Log
  • Prometheus Metrics
  • Support Matic (Polygon) Network

Improvements

  • New Ethereum methods (post EIP1559)
  • Configurable Quorum for custom methods
  • Optimize routing [7cf8612]
  • Reconnect to WebSockets endpoint if connection dropped

Bug fixes

  • invalid response for hash-based calls [0f77b57]
  • fails to respond when requested block doesn't exist [91ffb02]

Release v0.9.6

28 Mar 00:36
9850823
Compare
Choose a tag to compare

Bugfixes

  • Produces error for a null recept #83

Release v0.9.5

27 Mar 23:00
ef02098
Compare
Choose a tag to compare

Bugfixes

  • Uneven/incorrect dispatching of requests to the upstreams
  • Different order of transactions in a full blocks response #82

Release v0.9.4

23 Mar 22:49
e2db1a5
Compare
Choose a tag to compare

Bugfixes

  • Custom/additional methods redefine quorum if same method configured by default
  • Always and Broadcast Quorums ignore errors

Release v0.9.3

22 Mar 23:12
14be4e5
Compare
Choose a tag to compare

Improvements

  • Select upstream by block hash (EIP-1898) - #81
  • Improved logging

Release v0.9.2

16 Mar 21:26
67eb7ac
Compare
Choose a tag to compare

Bugfixes

  • Incorrect processing and response for eth_call referencing a block - #67

Release v0.9.1

01 Dec 22:51
ab3beed
Compare
Choose a tag to compare

Bugfixes

  • Doesn't run in some environments, because of different class order - #74

Release v0.9.0

01 Dec 02:10
c31ab41
Compare
Choose a tag to compare

New Features

  • delegating balance requests to upstreams
  • XPub addresses for Bitcoin
  • support Esplora type of upstream
  • support Rinkeby and Ropsten - #64

Bug Fixes

  • 🔥 invalid eth_chainId for Ethereum Mainnet
  • lag is not observed on bitcoin
  • doesn't return balance if no UTXO for specified address
  • sendrawtransaction is not enabled for Bitcoin API
  • returns processed json for block with tx, instead of original json - #45

Release v0.8.3

01 Sep 01:41
de32435
Compare
Choose a tag to compare

Fixes

  • various fixes for bitcoin upstreams
  • fails to subscribe through grpc is it provides an unsupported blockchain

Release v0.8.2

24 Aug 01:54
08b59f6
Compare
Choose a tag to compare

New features

  • goerli support

Fixes

  • zero bytes when requesting block with tx
  • doesn't add single dshackle-based upstream
  • proxy doesn't support long ids
  • net_version response is a plain number