-
Notifications
You must be signed in to change notification settings - Fork 471
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
ledger: rename "internal" to "eval" #5236
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5236 +/- ##
==========================================
- Coverage 53.56% 53.54% -0.02%
==========================================
Files 441 441
Lines 55137 55137
==========================================
- Hits 29534 29524 -10
- Misses 23320 23326 +6
- Partials 2283 2287 +4
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. 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.
LGTM
ledger/eval/appcow.go
Outdated
@@ -29,7 +29,7 @@ import ( | |||
"github.com/algorand/go-algorand/protocol" | |||
) | |||
|
|||
//msgp: ignore storageAction | |||
// msgp: ignore storageAction |
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.
Was this space an accident?
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 Goland must have done some format-before-save changes when I used the package rename refactor tool ... I can fix
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.
also there was an issue that this should have been //msgp:ignore
instead of //msgp: ignore
even before this PR..
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 support this change being made.
Summary
Picking up from #4272 and #4777, this makes the block evaluator importable by external tools and programs.
Test Plan
Rename only, existing tests should pass.