-
Notifications
You must be signed in to change notification settings - Fork 32
initial implementation of unSafe mode #962
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
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## rc/after-supernova #962 +/- ##
======================================================
- Coverage 41.31% 40.95% -0.37%
======================================================
Files 87 88 +1
Lines 20538 20710 +172
======================================================
- Hits 8486 8481 -5
- Misses 11152 11322 +170
- Partials 900 907 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# Conflicts: # vmhost/errors.go # vmhost/flags.go # vmhost/hostCore/host.go # vmhost/vmhooks/bigIntOps.go # vmhost/vmhooks/manBufOps.go
# Conflicts: # mock/mockery/RuntimeContext.go
# Conflicts: # vmhost/vmhooks/baseOps.go
|
|
||
| func (context *VMHooksImpl) useGasForUnsafeActivation(traceString string) error { | ||
| metering := context.GetMeteringContext() | ||
| gasToUse := metering.GasSchedule().BaseOpsAPICost.Finish |
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.
Should probably add a specific api cost
Related PRs: