You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Blocks with timestamps less than BLOCK_TIME seconds after previous should be invalid.
Sessions that end normally have a session reward, equal for all validators and inversely proportional to the session's duration.
A session and the era should immediately end if ever its duration + BLOCK_TIME * blocks_remaining_in_session is greater than MAX_SESSION_DURATION (forcing a new staking set to be chosen and thus allowing for a disruptive or offline validator to be manually kicked through de-delegation).
Tests for early session ending & rewards/slashing.
Make rewards proportional to the minimum staked validator. Needs further consideration.
Introduce staking.stake_nominated(target) allowing an account to nominate another.