-
Notifications
You must be signed in to change notification settings - Fork 177
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
Remove obsolete migrations #2306
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2306 +/- ##
==========================================
+ Coverage 74.38% 74.72% +0.34%
==========================================
Files 109 109
Lines 11493 11187 -306
==========================================
- Hits 8549 8360 -189
+ Misses 2278 2196 -82
+ Partials 666 631 -35 ☔ View full report in Codecov by Sentry. |
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.
👍
Functions in the blockchain package with a db.Transaction argument are intended to be private function since blockchain package is one of the few packages allowed to modify the DB.
Functions in the blockchain package with a db.Transaction argument are intended to be private function since blockchain package is one of the few packages allowed to modify the DB.
Functions in the blockchain package with a db.Transaction argument are intended to be private function since blockchain package is one of the few packages allowed to modify the DB.
cefd469
to
5f2809d
Compare
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 have rebased the branch on top of main
and made some functions in blockchain private.
Also, I don't think startSchemaVersion
needs to be updated since it should have been 16 before (please confirm I am correct).
Also, please don't squash and merge, instead rebase and merge.
No description provided.