Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Retrieve past coin txs from a different service on initial sync #17

@gabmontes

Description

@gabmontes

Past coin transactions are retrieved from the Metronome indexer(s) on initial sync. It shall be possible to get that list from a different indexing service in the case the Metronome indexer does not have the full blockchain indexed.

If autonomoussoftware/ethereum-transaction-indexer#46 is implemented, that information can be used to decide which indexing service to query depending on the wallet's best block:

  • If wallet best block is equal or greater indexer first block, can safely query the indexer.
  • Otherwise, query a different service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions