-
I created private network in AWS.
There are two networks.
1st : validator network. There are 7 validator's node. And thease validator are working. BlockNumber is increasing.
2nd: non-validator ne…
-
@Tbaut suggested in https://gitter.im/paritytech/parity-poa to post this here; quotes are from there. Please keep this issue open until there is an implementation.
# port IBFT from go to rust ?
…
-
Hace 5 días di de alta el siguiente nodo en la red de Alastria: REG_mydassbc-ugr_T_10_16_00
He esperado más de 72 horas para que los nodos validadores lo añadieran a su lista de nodos pero sigue si…
-
I'm working on a project using the besu hyperledger network and I found that creating an instance for the wallet with the private key doesn't work.
`new ethers.Wallet( privateKey [ , provider ] )`
…
-
### Expected Behavior
Rarely seen in logs
### Current Behavior
Intermittently seen:
mbay2002 | QoorToday at 9:16 PM
@timmoreton | C Labs Seeing a lot of messages in my validator logs like…
-
Hi there,
I run a Quorum Network with ibft, then I want backup my Network useing export command,like:
& geth export enode.bin --datadir enode
with the same genesis config,i init network with comm…
-
I am missing an essential answer in the quorum client.
Have a look at this Python code (it assumes the 7nodes example running):
```
from web3 import Web3, HTTPProvider # pip3 install web3
w3 …
-
Hi there,
I noted that after release 2.5, there must have been a commit which modifies the way the extra data in the IBFT genesis block is handled. Until yesterday, I was able to successfully launc…
-
#### System information
Geth version: Quorum 2.3.0
OS & Version: Linux/OSX
#### Expected behaviour
When starting the node with new permissions feature, sometimes it's observed the permissi…
-
@fixanoid @jpmsam, I setup my quorum network using the 7nodes examples. Now, I want to dynamically add a peers to my network without restart the blockchain. After doing some research, I realized that …