You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…#1794)
This commit adds trust lines to ingestion pipeline.
In #1765, #1766 and #442 we need trust lines in Horizon DB to serve the
requests. This commit is adding a code needed by all of the issues
above.
List of changes:
* Adds a new migration file adding a new `trust_lines` table.
* Updates `db2/history` package with trust lines related interfaces and
structs.
* Updates `DatabaseProcessor` to process trust lines in state and ledger
pipelines.
The
/accounts/{id}
endpoint is special because it contains balances of all assets. Here's the initial plan for this endpoint migration:The text was updated successfully, but these errors were encountered: