Skip to content

Releases: Consensys/quorum

2.0.1

21 Feb 21:16
Compare
Choose a tag to compare
private.constellation: make sure response from SendPayload gets Base6…

…4-decoded

2.0.1-pre

08 Feb 21:17
2a5a1d6
Compare
Choose a tag to compare
2.0.1-pre Pre-release
Pre-release
Use sendraw/receiveraw and allow specifying Constellation IPC socket …

…in PRIVATE_CONFIG (#278)

2.0.0

30 Nov 15:33
Compare
Choose a tag to compare
  • Re-implemented on top of Geth 1.7.2
  • Addition of Istanbul BFT consensus option

Note that QuorumChain consensus is not currently supported by this version.

1.2.1

31 Oct 17:38
Compare
Choose a tag to compare

Various bug fixes

1.2.0

27 Jul 19:30
Compare
Choose a tag to compare
Porosity integration (#155)

* Addition of quorum.runPorosity and quorum.getPrivatePayload

1.1.0

23 Mar 18:54
Compare
Choose a tag to compare

1.0.3

06 Mar 19:27
Compare
Choose a tag to compare
  • API improvements for high-latency environments
  • Fixes issue #24 for uninitialized pending state
  • Fixes issue #30 for missing logs in private transactions
  • Raise block's minimum gas limit

1.0.2

20 Dec 03:51
Compare
Choose a tag to compare
  • Fix a bug causing high CPU usage after startup
  • eth_sendTransactionAsync was added. This call returns immediately to allow sending many private transactions/bursts of transactions without waiting for the recipient parties to confirm receipt of the encrypted payloads. An optional callbackUrl may be specified--when a transaction is submitted to the transaction pool, it will be called with a POST request containing either {"error": "error message"} or {"txHash": "0x..."} (Please note: This is a temporary integration to improve performance in high-latency environments when sending many private transactions. It will be removed at a later date when account management is handled outside Ethereum.)

1.0.1

22 Nov 19:53
Compare
Choose a tag to compare
q1.0.1

Update README.md

1.0.0

21 Nov 16:16
Compare
Choose a tag to compare

Initial public release