Skip to content

clique-v5 (Lunar festival edition)

Latest
Compare
Choose a tag to compare
@thefallentree thefallentree released this 05 Feb 13:57
· 211 commits to master since this release
  1. properly implemented signing delay ( including INTURN & NOTURN) accroding to EIP
  2. properly implemented proposal storage & vote casting function.
  3. fixed most of compile warnings
  4. Merged with upstream master

Tested sealing on local chain & goerli.

Seal on goerli example

target/debug/parity --chain goerli -l engine=trace,miner=trace --force-sealing --reseal-min-period=1000 --reseal-max-period=1000 --engine-signer=0x9a66a7d5162074a0899edf2d344f1f1fd6981869 --passw
ord /tmp/1

For local sealing, example

target/debug/parity --chain /tmp/1.json -l engine=trace,miner=trace --force-sealing --reseal-min-period=1000 --reseal-max-period=1000 --engine-signer=0x673c228d04def98e373a504339b47c7005164c39 --password /tmp/1
```