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

docs: Add storage change status analysis #418

Closed
wants to merge 10 commits into from
Closed

Conversation

chfast
Copy link
Member

@chfast chfast commented Sep 6, 2019

Naming these is fun...

There are also differences in basic names in EVMC and the EVM spec:

  • ADDED vs SET,
  • MODIFIED vs RESET,
  • DELETED vs CLEARS.


| Constant | Value |
| -------- | ----- |
| SLOAD | 200 |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're using 200 for all of these - but it's 800 no?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the unmerged EIP-2200 uses 800, but I wasn't sure the repricing 100% confirmed to go though. The precise value is secondary in the context of this document.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It did go through, eventually, haha :)

docs/storage_change_status.md Outdated Show resolved Hide resolved
@axic
Copy link
Member

axic commented Nov 5, 2019

@chfast can this be merged (without any major changes) or this current version is invalid?

@axic
Copy link
Member

axic commented May 7, 2020

Rebased. And trying updating it with the final Istanbul numbers. The commits can be squashed.

@axic
Copy link
Member

axic commented Jun 24, 2020

This has doxygen warnings:

/home/builder/project/docs/storage_change_status.md:29: warning: expected <tr> or <caption> tag but found <thead> instead!
/home/builder/project/docs/storage_change_status.md:39: warning: Unsupported xml/html tag </thead> found
/home/builder/project/docs/storage_change_status.md:40: warning: Unsupported xml/html tag <tbody> found
/home/builder/project/docs/storage_change_status.md:137: warning: Unsupported xml/html tag </tbody> found

@chfast chfast closed this Aug 12, 2022
@chfast chfast deleted the storage_status branch August 12, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants