casper-network / casper-network/casper-node
Use the first block in an era as the basis for counting era length
Open
- Dominant language
- Rust
- Stars
- 399
- Forks
- 224
- Avg merge
- 15h 44m
- Merged PRs (30d)
- 2
Description
Currently eras end after a specific interval has passed since the era start time, which is based on the timestamp of the switch block from the previous era. This causes lower rewards when some initial blocks are skipped due to long processing of the switch block by the validators. In order to fix this, we should count era length from the timestamp of the first proposed block in the era instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.