-
We know we have duplicate institutions. But not how many. Let us try to identify the duplicates and discuss how to clean/merge them (if that is indeed preferred). First step is to get a feeling for ho…
-
Trying to use `autonity` instead of `geth` for attaching a console to TestNet:
`docker run -ti --rm clearmatics/autonity attach http://51.89.148.237:8545`
... to a Node **before** it's permissio…
-
Adjusting the economic model for gas distribution.
Agreed:
- Allow gas to use the decimal part when being used as sys_fee
Contentious:
- A small increase in the supply of gas every year
-…
-
#### System information
**Geth version: `geth version`**
WARN [09-13|22:33:19.148] Sanitizing cache to Go's GC limits provided=1024 updated=666
Geth
Version: 1.8.18-stable
Git Commit: 6…
-
I'm using `us.gcr.io/celo-testnet/celo-node:alfajores` image to run a validator node.
## Expected Behavior
Validator set is updated at every epoch (every hour in Alfajores).
## Current Behavi…
-
First I open a node 1 with following commad
geth --datadir qdata/dd1 --nodiscover --istanbul.blockperiod 5 --networkid 10 --syncmode full --mine --minerthreads 1 --rpc --rpcaddr 0.0.0.0 --rpcapi admi…
-
I run a 4 node quorum network consist of two PC and two raspberry pi, and ererythings looks well. When I run `admin.peers` in geth console, I can see all nodes. But when I deploy the contract, it retu…
-
please help
I m getting this error
Block sealing failed err=unauthorized
ERROR[07-17|22:08:43] Failed to decode message from payload address=0x80A13E1aa941569081c696525e38B6a65d1c8603 err="unauthor…
-
Hi,
We have Geth+Tessera nodes deployed on distributed machines. So we are extending the quorum code. We are facing one issue after doing upstream synch with commit details given below.
#### Syst…
-
Hello.
I am looking for how the genesis of istanbul extradata generated.
I tried istanbul-tools to generate extradata field, but its structure is different from istanbul-genesis.json provided in…