-
Notifications
You must be signed in to change notification settings - Fork 7
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
Gas tweaks for mainnet release #250
Conversation
- Gas Adjustments to pow, shift, sort - Gas Adjustments to typechecking. - Changed Gas to `SatWord` for safer gas charging
fdd0d76
to
742017b
Compare
@@ -9,7 +9,7 @@ | |||
=: 1026 | |||
>: 114 | |||
>=: 114 | |||
^: 5000 |
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.
Lower ? 😢
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 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.
It is much more accurate now
- Improve sizeOf's actual estimation of byte sizes - Adjust gas costs across the board
Co-authored-by: rsoeldner <r.soeldner@gmail.com>
SatWord
for safer gas chargingPR checklist:
Additionally, please justify why you should or should not do the following:
We're actually faster