quorum icon indicating copy to clipboard operation
quorum copied to clipboard

A permissioned implementation of Ethereum supporting data privacy

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

This pull request contains changes to improve clarity, correctness and structure. **Description correction:** Corrected "planning ot provide" to "planning to provide". Corrected "please use you own" to "please use your...

Replaced the Discord link, the previous one didn't work

# Description Hi, I am using quorum node with version `24.4.1`. I am facing "oversized data" error while sending tx of size above ^64KB. Initially, I setup the node with...

Hi, I am running a quorum network with the clique PoA algorithm and would like to modify the txnSizeLimit in the config. I have two related questions: - For Qbft...

I don't know why it does not regularly fail, but I've been trying to run quorum inside a Unikraft VM and this line makes the program crash. It tries to...

This PR addresses minor typos in various files across the project to enhance clarity and maintain a consistent codebase. Each change corrects a grammatical or spelling error in comments or...

1. **CONTRIBUTING.md**: - `reproducitibility` -> `reproducibility` 2. **accounts/wallet/README.md**: - `FOILLOWING ` -> `FOLLOWING ` 3. **cmd/clif/rules.md**: - `writeable` -> `writable` 4. **cmd/evm/README.md**: - `behaviour` -> `behavior` - `blockshashes` -> `blockhashes...

The extra error log introduces an alert for fork detection specific to Quorum, which can be useful for monitoring and quickly identifying unexpected consensus issues

Hi, I have followed this tutoriel to build my quorum blockchain with ibft consensus : https://docs.goquorum.consensys.io/tutorials/private-network/create-ibft-network but it wasn't successful . #### System information Geth version: 1.10.3-stable(quorum-v24.4.1) OS & Version:...

Fixes #1759 ## Summary This PR contributes production-tested security improvements for Quorum, addressing multiple CVEs and security vulnerabilities through dependency upgrades and Docker base image hardening. ## Changes ### **go-ethereum...