Skip to content
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

[WIP] Tree Transaction Backfiller #114

Merged
merged 5 commits into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. refactor(backfiller): tree backfilling using getSignaturesForAdress. …

    …fetch all trees, fetch associated transactions
    kespinola committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5edff75 View commit details
    Browse the repository at this point in the history
  2. feat(backfiller): generate table and model for query last transaction…

    … record for fast forwarding tree transaction crawling
    kespinola committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7725d5b View commit details
    Browse the repository at this point in the history
  3. feat(backfiller): push transaction payloads to redis through the perk…

    …le messenger. mark tree transactons as processed_at so know it completed the index loop.
    kespinola committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c311b11 View commit details
    Browse the repository at this point in the history
  4. fix(backfiller): git history changes made from running formatter. jus…

    …t include changes needed by the backfiller.
    kespinola committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5d2cccb View commit details
    Browse the repository at this point in the history
  5. fix(backfiller): support mock feature for sea-orm by switching to pg …

    …pool and sea_orm adapter.
    kespinola committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3d257c1 View commit details
    Browse the repository at this point in the history