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

Bumps [github.com/holiman/uint256](https://github.com/holiman/uint256) from 1.1.1 to 1.2.0. Release notes Sourced from github.com/holiman/uint256's releases. Enoch Root The 1.2.0 release, "Enoch Root", contains an important fix to SubUint64, which was flaweed (see holiman/uint256#82...

dependencies

Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 2.20.5+incompatible to 3.21.11+incompatible. Commits 3b41707 Merge pull request #1176 from PierreF/cgo-conflict-names-v3 aa3378b Merge pull request #1185 from tbarker25/process-states 5707c55 Merge pull request #1186 from tklauser/remove-cgo-file 0cc39fe v3/process:...

dependencies

Bumps [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) from 1.5.7 to 1.10.0. Commits d9ce7c1 go.mod: update dependencies eb8a544 fastcache.go: reset per-bucket maps during Cache.Reset() 2cd45d3 go.mod: update dependencies ef94071 clean bucket.m on every wrap over chunks...

dependencies

Istanbul BFT could fail to achieve a consensus on a hash-locked proposal depends on the consensus message order. With this change, the problem can be resolved. The detail about the...

The purpose of this PR is to address issue 1063 https://github.com/ConsenSys/quorum/issues/1063 "Raft: Modify to generate deterministic raftIds, remove required `--raftjoinexisting $raftId` flag " to simplify adding / removing and managing...

I looked into the PR https://github.com/ConsenSys/quorum/pull/796 that quorum size formula was changed. But in the PR, the number of committed seal that will be checked was changed from 2F+1 to...

Currently, raftIds are variable, and sometime depended on the order of the `static-nodes.json` file, while other times they need to be obtained from an outside source. This means that a...

enhancement
in progress
consensus | Raft

#### Summary Currently smart contract used for permissioning v2 are tightly coupled to GoQuorum code which does not allow users to possibly use a custom implementation of permissioning smart contracts....

enhancement

Currently when extending a private smart contract to a new node, all smart contract account state is being pushed to the new node including address, balance, nonce, code, codeHash and...

Currently when creating an ethclient (to use with generated go bindings for solidity contracts) one has to provide the private transaction manager url. ```go ethClient, err := ethclient.NewClient(rpcClient).WithPrivateTransactionManager("http://localhost:9081") ``` It...

enhancement