forked from ethereum/EIPs
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Change Log
- [2018/05/16]
- Expand and update glossary
- Change name of
SIGHASHERtoMSG_HASHER - Initialize casper contract with an explicit CALL to
initrather than with a constructor in EVM init code. - Remove
vote_gas_limit. Addvote_gas_usedand clarifygas_usedinvotetransaction receipts - Update fork choice to include full pseudocode. New pseudocode utilizes casper contract fork choice helpers --
highest_justied_epoch(min_deposits)andhighest_finalized_epoch(min_deposits) - add param
INITIALIZE_EPOCH_BYTESto more clearly define the previous0x5dcffc17magic number - add param
VOTE_BYTESto help clients filter transactions forvotetransactions - add param
WARM_UP_PERIODto provide a stretch of blocks for validators to initially deposit before FFG functionality begins. - add reference to
casper.slashable(vote_1, vote_2)contract helper method in--monitor-votes
- [2018/05/05]
- add note about the conditions under which the PoW and hybrid fork choice would diverge
- add spec to step down miner rewards over a ~12 month period
- add
--monitor-votesclient setting and slashing pseudocode - add discussion of miner vote tx incentives, update CASPER_BALANCE to 1.25M to account for miner vote issuance in the estimated funding crunch
- introduce
vote_gas_limitand discussion - fix typos
- [2018/04/24]
- Add link to PoW reward reduction analysis
Reactions are currently unavailable