-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
core/chains/evm: remove heavyweight db package dependency #16157
Conversation
I see you updated files related to
|
87a602c
to
c83370d
Compare
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
Quality Gate passedIssues Measures |
// pristineDBName is a clean copy of test DB with migrations. | ||
const pristineDBName = "chainlink_test_pristine" //TODO update when splitting schemas | ||
|
||
// NewIndependentSqlxDB return a new independent test database, which does not use txdb and therefore supports txs etc. |
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.
what is the logical distinction between this and HeavyweightDB?
when would i use one vs the other?
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.
The evm/ subtree will move to the new module. This can be made internal then.
Towards: https://smartcontract-it.atlassian.net/browse/CRE-163
Requires: