-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add references #386
base: master
Are you sure you want to change the base?
Add references #386
Conversation
Record memory usage in CODECOPY, EXTCODECOPY and CALLDATACOPY
Fix mistakes in DELEGATECALL semantics
- Condense and simplify the `CALL` gas costs. - Correct `BLOCKHASH` gas cost.
CODECOPY and EXTCODECOPY read position computation is not modulo
…k1n_cond correct secp256k1n off-by-one for homestead blocks
Nitpicking equation (100)
TYPO: Add missing 'it'
Also cleanup nomenclature around byte sequences.
Fix remaining issues from PR ethereum#167, namely equation 105
Fix typo (the => that)
Fix typo: T_t should be T_\mathbf{t}
Should be strictly greater than the limit, the limit itself is acceptable.
Spurious Dragon: EIP170 max code size
Spurious Dragon: EIP160 Update the fee of EXP
modify (136) equation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase.
Fair enough, I thought you'd say that. |
Much is in flux now until all the Byzantium PRs come in. |
For the record, I'm not going to fix this PR, it will be split up into smaller PRs, some of which has already been done. But I will leave it open as a reminder until it is all merged. |
723b64f
to
dac316d
Compare
No description provided.