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

I just deployed validator nodes and rpc node as referencing tutorial (https://docs.goquorum.consensys.net/tutorials/kubernetes). I just want to check if it's working properly and wrote the script above to make simple PUBLIC...

CVE-2023-28322 with a score of 9.1 is effecting the curl and libcurl libraries used in the current release. Please remediate prior to next release.

#### System information Geth version: 21.10.2 OS & Version: Linux Ubuntu 16.04 #### Expected behaviour #### Actual behaviour When we syncrhonize the chain in a new node, it syncs 12536...

Critical Vulnerability in the version of go being used >1.19.8 https://pkg.go.dev/vuln/GO-2023-1703 Please increase go version as part of next release

#### System information Geth version: develop OS & Version: Ubuntu 20.04.6 LTS Commit hash : d46eb889d0db8224322a29172a64c112e7662a0b Enhanced permissioning is configured and enabled. #### Expected behaviour Start quorum (it takes a...

* Require genesis to specify max contract size using Transitions config. * Add checks to allow migrating from a prior maxCodeSizeConfig to contractsizelimit specified in Transitions config. * **NOTE**: Remove...

#### System information Geth version: `Geth/v1.10.3-stable-e73afc9b(quorum-v22.7.6)/linux-amd64/go1.19.6` OS & Version: Linux Commit hash : N/A #### Expected behaviour A migration of genesis config `MaxCodeSizeConfig` to `Transitions.ContractSizeLimit` should be allowed via a...

`"error": { "code": -32000, "message": "method handler crashed" }` I'm getting this error while invoking smart contract functions using identity generated through keystore and then fetched from keystore. Although previously...

#### Actual behaviour When sending a transaction using privacy enhancements and when the network has the berlin fork enabled updating the contract state fails. There is an error when checking...

This PR provides the following changes for Raft consensus protocol service: 1. Removed dependencies to not up-gradable etcd module https://github.com/ConsenSys/etcd v3.3.13 and replaced to vanila https://github.com/etcd-io/etcd v3.3.27 version. 2. Moved...