Releases: qtumproject/janus
Releases · qtumproject/janus
v0.4.2
- Improved handling of unloaded wallets in qtumd
- Trims leading 0 in gasprice in eth_getTransactionByHash
- Minor fix in bitcoin script parsing in eth_getTransactionByHash
- Add logging to k8s liveness checks
/live
/ready
- Add option
HEALTH_CHECK_REQUEST_PERCENT
to specify percentage of successful requests before/live
returns unhealthy
Full Changelog: 0.4.0...0.4.2
v0.4.0
What's Changed
- Integrate btcd lib to janus and fix asm parser by @alejoacosta74 in #109
- fix bug when gasLimit is zero, in order to support graph-node indexing by @alejoacosta74 in #110
Full Changelog: 0.3.1...0.4.0
v0.3.1
What's Changed
- add fields to ethSubscription and EthSubscriptionNewHeadResponse by @alejoacosta74 in #99
- Geth subscribe newheads by @alejoacosta74 in #100
- implement qtum.SearchLogs in eth_subscribe by @alejoacosta74 in #102
- Dezuman/implement eth tx sender by @dezuman in #101
- Add OP_SENDER parsing by @dezuman in #103
- Improve unit test setup (Part 1) by @dezuman in #104
- fix that returns empty string when a segwit add is found by @alejoacosta74 in #105
- Fixes in ParseCallASM and GetTransactionByHash by @alejoacosta74 in #106
- Improvements: custom http.Client , rpc memory cache , golang upgrade by @alejoacosta74 in #107
Full Changelog: 0.1.2...0.3.1
v0.1.2
Extends qtum_getUTXOs to filter by UTXO script type and coin maturity
Adds support for batch requests over websocket
Fixes eth_getTransactionByHash gas response
Fixex eth_getTransactionByHash transferred QTUM values
Updates openzeppelin-contract integration tests