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

#### Expected behaviour Panic should not happen on normal node shutdown. #### Actual behaviour `panic: sync: WaitGroup is reused before previous Wait has returned` randomly happens on node shutdown, leading...

#### Expected behaviour When running a QBFT cluster, memory usage should stay within a moderate value range as long as the cluster is not busy. #### Actual behaviour Memory usage...

#### Actual behaviour When sending private transactions on a network that has the berlin fork enabled a panic is being fired at https://github.com/ConsenSys/quorum/blob/fbfb5dd12a8c2b8abd053f858ef539ab38196b75/core/vm/operations_acl.go#L66 #### Steps to reproduce the behaviour Using...

#### System information Geth version: 1.11.2-stable OS & Version: OSX Darwin(darwin-arm64) #### Expected behaviour istanbul.getValidators("latest") ["e1a8d6a6866a6c8f25ed853e3f957b0ed06a8f1c", "6028d68da1df3c54d5f0949de6082fb69a7239d1", "c1ed779faf6975399c5bdb90b40e2f324185bad0", "6480d9bf06fc8ba9a0393976386e47a5c4f014de", "da4d64ac5fea8aaf2943680241ce9ca4befed870"] #### Actual behaviour ERROR[.........] Unavailable modules in HTTP API list...

#### System information Quorum version: 23.4.0 Geth version: ``` Geth Version: 1.10.3-stable Quorum Version: 23.4.0 Architecture: amd64 Network Id: 1337 Go Version: go1.19.7 Operating System: linux GOPATH= GOROOT= ``` OS...

We have several transactions in "pending" status. How can we know the reason why they are in this pending state? Thanks

Following vulnerability is not fixed with Quorum 23.4.0 version. **GO (Go) Security Update for golang.org/x/net (GHSA-vvpx-j8f3-3w6h)** Please refer following link for more details https://github.com/advisories/GHSA-vvpx-j8f3-3w6h Please could you fix this vulnerability...

``` if tally := snap.Tally[candidate]; tally.Votes < snap.ValSet.Size()/2 { if tally.Authorize { logger.Info("BFT: reached majority to add validator") snap.ValSet.AddValidator(candidate) } else { logger.Info("BFT: reached majority to remove validator") snap.ValSet.RemoveValidator(candidate) //...

I'm trying to build a faucet to use on the IBFT private chain. I'm testing whether it can be launched locally by peering it with an already operational private network....

Hello good evening. I am trying to set up a private IBFT quorum consensus network and when executing the node test I get this error. I am using go1.19.9. If...