-
Notifications
You must be signed in to change notification settings - Fork 38
Conversation
0xa1: ['LOG', 375, 3, 0], | ||
0xa2: ['LOG', 375, 4, 0], | ||
0xa3: ['LOG', 375, 5, 0], | ||
0xa4: ['LOG', 375, 6, 0], |
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.
I wonder if it is properly charging for the data too?
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.
Can somebody check this?
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.
As discussed just now, evm2wasm
does not charge for the data. Hera does it here: https://github.com/ewasm/hera/blob/master/src/eei.cpp#L503.
3cb059f
to
6e62404
Compare
I tried running this against the tests in https://github.com/ethereum/tests/tree/develop/src/GeneralStateTestsFiller/stLogTests but they all depend on |
Both |
I think we should close this as it may take a while doing this properly. |
Updated gas costs (based on ethereumjs-vm costs).
Fixes #164.