quorum icon indicating copy to clipboard operation
quorum copied to clipboard

A permissioned implementation of Ethereum supporting data privacy

Results 86 quorum issues
Sort by recently updated
recently updated
newest added

## TODO ### Plan & Analyse - [ ] Review the Release Notes - [ ] Review PRs in the section below As you review, list extra changes and/or tests...

geth upstream upgrade

Signed-off-by: Abirdcfly

As stated in [the Istanbul BFT paper](https://arxiv.org/pdf/2002.03613.pdf), Istanbul BFT "has O(n^2) communication complexity during both normal case operation and round changes". [The QBFT spec](https://entethalliance.github.io/client-spec/qbft_spec.htm) also states a "message complexity of...

Enable block rewards to be configurable ``` { "config": { ... "qbft": { "blockPeriodSeconds": 2, "blockReward": "5000000000000000" }, "transitions": [ { "block": , "blockReward": } ] }, ... } ```...

enhancement

To make it easier for people to be able to configure qbft networks allow the specification of validators in config. ``` { "config": { ... "qbft": { "blockPeriodSeconds": 2, "validatorselectionmode":...

enhancement

to check the build and compare with merge PR from quorumbot, do not merge.

Hi there, It would be awesome to have an arm64 release as well. Since Go support for Mac M1 (1.16) is now stable and there are several projects that depend...

QBFT algorithm seems the preferred one to be used among IBFT, IBFT2 and QBFT on both Besu and GoQuorum clients. However there are no plans to add support for IBFT2...

enhancement
Community Support

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies

Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.20.1-beta to 0.23.1. Release notes Sourced from github.com/btcsuite/btcd's releases. btcd v0.22.0-beta This release of btcd is primarily to act as a catchup for the various changes that...

dependencies