-
Notifications
You must be signed in to change notification settings - Fork 179
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
Refactor Benchmarking #5363
Refactor Benchmarking #5363
Conversation
fix tps bash scipt add reference block to setupEVM tx
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5363 +/- ##
==========================================
- Coverage 55.94% 55.92% -0.02%
==========================================
Files 1024 1024
Lines 98853 98862 +9
==========================================
- Hits 55306 55293 -13
- Misses 39378 39399 +21
- Partials 4169 4170 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
// TODO (JanezP): move this deeper | ||
fvm.WithEVMEnabled(true), |
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.
is this still a todo for this PR or for a later time?
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.
Thats for a different PR, because a lot of test code needs to be touched, and this PR is large already. I'll open an issue.
PrivateKey crypto.PrivateKey | ||
HashAlgo crypto.HashAlgorithm |
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 think the crypto has a data structure that holds all of these values (hash, private key, ...)
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 didn't find anything. There is the AccountKey, but that has extra data.
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 to me just some minor comments
d8e6f95
to
4de14a3
Compare
closes: #5099