dustinxie

Results 21 comments of dustinxie

see how to calculate epoch: https://github.com/iotexproject/iotex-core/blob/master/action/protocol/rolldpos/epoch.go#L199-L223 for mainnet the params are: ```go p.dardanellesOn = true p.dardanellesHeight = 1816201 p.numDelegates = 24 p.numSubEpochs = 15 p.numSubEpochsDardanelles = 30 ```