⚙️Technology
Protocol: GoQuorum Fork
(Ref: https://docs.goquorum.consensys.net/en/stable/)
(Original: https://github.com/ConsenSys/quorum)
Raft consensus (Ref: https://raft.github.io/)
Private blockchain (Consensys) to Semi-private blockchain
Convert 0 gas to 1 gwei
Convert nano sec to sec dynamic block time (1 block / sec)
Key differences from GoQuorum
Re-enable gas price
Always use Raft consensus
Change block timestamp unit from nano-second back to second
Remove block rewards
Miner receives gas fee from mined transactions
Hard-coded block difficulty to 1
Disable private transactions and contracts
Last updated