Skip to content
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

EIP-1283: Net gas metering for SSTORE without dirty maps #1283

Merged
merged 32 commits into from
Aug 7, 2018
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6e0338f
Net gas metering for SSTORE without dirty maps
sorpaas Aug 1, 2018
f3ee50c
typo: opcode
sorpaas Aug 1, 2018
5f05bc1
Merge branch 'master' of https://github.com/ethereum/EIPs into sp-sst…
sorpaas Aug 1, 2018
8d21d6b
typo: changed
sorpaas Aug 1, 2018
40c9c4e
Self-assign the PR number 1283
sorpaas Aug 1, 2018
6a9400e
Add a dummy discussion url
sorpaas Aug 1, 2018
7074767
Fix R_sclear loopholes
sorpaas Aug 1, 2018
0fca9b3
Properly handle refund for 0 value issue
sorpaas Aug 1, 2018
f859a90
fix: refund should only be added again if new value is 0
sorpaas Aug 1, 2018
6195cd6
clarify if statement
sorpaas Aug 1, 2018
9b5ece7
Clearly state what () means
sorpaas Aug 1, 2018
2d972d1
typo fix: unnecessary wording "additional"
sorpaas Aug 1, 2018
8f9bb86
fix: should have parent clause if original value is not zero
sorpaas Aug 1, 2018
23ebc94
Remove 15k gas from refund counter instead of deduct it as gas cost
sorpaas Aug 2, 2018
30daaa0
Be more clear on EIP-658 enabled only-commit-storage-changes-at-end-o…
sorpaas Aug 2, 2018
598d42e
Move some discussion comments to motivations section
sorpaas Aug 2, 2018
b8f9659
typo: commons -> common
sorpaas Aug 2, 2018
ba8a613
Be more specific when gas reduction won't happen compared with EIP-1087
sorpaas Aug 2, 2018
f0e1590
typo: duplicate description
sorpaas Aug 2, 2018
39505aa
Add explanation section
sorpaas Aug 3, 2018
49b5f22
becomes -> become
sorpaas Aug 3, 2018
0710ff6
typo: covers -> cover
sorpaas Aug 3, 2018
ddfe7ca
Add state transition diagrams
sorpaas Aug 3, 2018
df15cbd
Fix table formatting
sorpaas Aug 3, 2018
ee38de0
typo: 0 -> `current`
sorpaas Aug 3, 2018
8dd32c9
typo: missing -
sorpaas Aug 3, 2018
e5f00a1
Change state transition table to use `(current, original)` vs `new`
sorpaas Aug 6, 2018
7a18e1b
fix: vertical <-> horizontal
sorpaas Aug 6, 2018
d863e66
Be more specific on usages benefited by this EIP
sorpaas Aug 6, 2018
2daf07f
Merge branch 'master' into sp-sstore-no-dirty-map
Arachnid Aug 7, 2018
3125d0e
Typo fix
sorpaas Aug 7, 2018
a9171ac
Merge branch 'sp-sstore-no-dirty-map' of github.com:sorpaas/eips into…
sorpaas Aug 7, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Self-assign the PR number 1283
  • Loading branch information
sorpaas committed Aug 1, 2018
commit 40c9c4e26ff541df92121484d31b5f431ea33abb
2 changes: 1 addition & 1 deletion EIPS/eip-sstore-no-dirty-map.md → EIPS/eip-1283.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
eip: <to be assigned>
eip: 1283
title: Net gas metering for SSTORE without dirty maps
author: Wei Tang (@sorpaas)
discussions-to: <URL>
Expand Down