Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Releases: Consensys-Incorporated/quorum

2.0.2

Choose a tag to compare

@patrickmn patrickmn released this 19 Mar 02:45
df4267a
  • Various fixes to IstanbulBFT consensus
  • Makefile fixed to work with Go 1.10

2.0.1

Choose a tag to compare

@patrickmn patrickmn released this 21 Feb 21:16
v2.0.1

private.constellation: make sure response from SendPayload gets Base6…

2.0.1-pre

2.0.1-pre Pre-release
Pre-release

Choose a tag to compare

@patrickmn patrickmn released this 08 Feb 21:17
2a5a1d6
v2.0.1-pre

Use sendraw/receiveraw and allow specifying Constellation IPC socket …

2.0.0

Choose a tag to compare

@patrickmn patrickmn released this 30 Nov 15:33
  • 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

Choose a tag to compare

@patrickmn patrickmn released this 31 Oct 17:38

Various bug fixes

1.2.0

Choose a tag to compare

@patrickmn patrickmn released this 27 Jul 19:30
Porosity integration (#155)

* Addition of quorum.runPorosity and quorum.getPrivatePayload

1.1.0

Choose a tag to compare

@jpmsam jpmsam released this 23 Mar 18:54

1.0.3

Choose a tag to compare

@jpmsam jpmsam released this 06 Mar 19:27
  • 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

Choose a tag to compare

@patrickmn patrickmn released this 20 Dec 03:51
  • 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

Choose a tag to compare

@patrickmn patrickmn released this 22 Nov 19:53
q1.0.1

Update README.md