horizon-importer icon indicating copy to clipboard operation
horizon-importer copied to clipboard

DEPRECATED

Results 8 horizon-importer issues
Sort by recently updated
recently updated
newest added

The importer creates 2 `accout_credited` effects for a path payment operation: - https://github.com/stellar/horizon-importer/blob/master/app/jobs/history/ledger_importer_job.rb#L392 - https://github.com/stellar/horizon-importer/blob/master/app/jobs/history/ledger_importer_job.rb#L398

In the case where the ledger sequence in not contiguous, the import process is stuck: ``` stellar=# select ledgerseq from ledgerheaders; ledgerseq ----------- 1 2 3 4 5 6 7...

See: https://github.com/stellar/stellar-core/pull/742/files horizon-importer should update its cursor in stellar-core after each successfully imported ledger.

enhancement

For personally run instances of horizon, we should provide some sort of ability for the server owner to configure webhook callbacks for the various async events that occur on the...

enhancement

Given we are using token based paging, its very useful for a client to understand "Is this the last page, or are there more records". The simple case is "if...

enhancement