-
Notifications
You must be signed in to change notification settings - Fork 499
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 all instances of code that access core db #2643
Comments
I think that ultimately we should remove all Core DB access before shipping captive core. Simply remove |
bartekn
changed the title
Use horizon db instead of core db to load AssetsForAddress.
Remove all instances of code that access core db
Jun 3, 2020
This was referenced Jun 4, 2020
abuiles
added a commit
that referenced
this issue
Jun 4, 2020
### What Drop DB based path finder. ### Why We have replaced the DB based implementation in favor of the `inmemory` implementation so we not longer need this code. This is part of the work to drop `db2/core` (#2643).
This was referenced Jun 5, 2020
abuiles
added a commit
that referenced
this issue
Jun 8, 2020
…nding actions. (#2675) - Drop `db2/core` dependency on path finding actions. - Simplify tests for path finding, removing dependency on pre-built scenario. - Add mock for `paths.Finder` ### Why We are in the process of removing Horizon's dependency on `core`'s db. This PR removes such dependency on the path finding end-points and changes the tests to not depend on pre-built SQL scenarios. This is part of the work to drop `db2/core` (#2643).
I just added the following ticket to keep track of the other task to get this done #2725 |
This has been fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should remove Core DB access where possible. Ideally, Horizon shouldn't rely on Core DB to work correctly.
TODO
The following are a list of places where we still using core's db which we won't be able to drop yet.
ledgerbackend
.SubmissionSystem
services/horizon: Remove ingest failed transactions flag #2702The text was updated successfully, but these errors were encountered: