-
Notifications
You must be signed in to change notification settings - Fork 406
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
Update gas costs #636
Update gas costs #636
Conversation
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.
Looks good. Please add a comment, then good to merge.
@@ -27,12 +27,12 @@ const ( | |||
// such as hardcoding them in contracts. | |||
// | |||
// Please note that all gas prices returned to wasmvm should have this multiplied. | |||
DefaultGasMultiplier uint64 = 15_000_000 | |||
DefaultGasMultiplier uint64 = 140_000_000 |
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.
Good changes.
I would add some text where this came from.
Minimally linking to the Benchmarking PR and the discussion.
(For these 3 items)
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.
There were links to the related issues above already. I added the link to the PR discussion.
Codecov Report
@@ Coverage Diff @@
## master #636 +/- ##
==========================================
+ Coverage 60.21% 60.24% +0.03%
==========================================
Files 48 48
Lines 5313 5313
==========================================
+ Hits 3199 3201 +2
+ Misses 1889 1888 -1
+ Partials 225 224 -1
|
resolves #566
resolves #631
Applies gas costs proposed in #634