Separate Gas Prices#415
Conversation
damian-orzechowski
left a comment
There was a problem hiding this comment.
Tests use different price for refund, but the issues mentions incorrect gas price used by Stylus programs. In which cases will there be a difference ? Is it worth to add a test for that?
I've checked the test Stavros added, and it properly fails when Theoretically, we can add test triggering this through Stylus contract, and this VM hook, and call to SDK method... gonna be fun |
|
@damian-orzechowski I think the test I added adds sufficient test coverage for this and fails when This test verifies the dual gas price behavior
Do you think we should add more testing around it? |
Ok - let's merge then |
Fixes Closes #402