description |
---|
Hard Fork Date | Block Number |
- Network: Sokol
- Date: 2018-01-18
- Block number: 509355
Problems: Refactored code and fixes related to Swap Keys functionality
- (Fix) swap mining keys ( poanetwork/poa-network-consensus-contracts#40 )
- (Fix) Swap mining keys copies voting and payout over( poanetwork/poa-network-consensus-contracts#37 )
- Hotfix - fix swapping of payout and voting keys ( poanetwork/poa-network-consensus-contracts#35 )
- (Improvement) Split migration method into 2 separate method and event ( poanetwork/poa-network-consensus-contracts#32 )
Solution:
- Update spec.json: add new contract to
multiset
to fix an issue. - Organize the HF on block 509355
Follow Sokol spec.json hard-fork guide
After scripts successfully runs:
- ssh into node
- cd /home/validator or /home/bootnode
- execute command:
grep -n -A2 509355 spec.json
Should see:
"509355": { "safeContract": "0x03048F666359CFD3C74a1A5b9a97848BF71d5038" }