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

Rescan tokens to process missing transactions #202

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on May 31, 2024

  1. basic integration

    lucasmenendez committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e620842 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    5805ce6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    e2dabf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2d01d View commit details
    Browse the repository at this point in the history
  3. include comments

    lucasmenendez committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f320e45 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    54b6519 View commit details
    Browse the repository at this point in the history
  2. solve linter issues

    lucasmenendez committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b620177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7c29d View commit details
    Browse the repository at this point in the history
  4. removing annoying logs

    lucasmenendez committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b6b42c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    803f80a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. debug txs and filters

    lucasmenendez committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    df310ca View commit details
    Browse the repository at this point in the history
  2. concurrent updater

    lucasmenendez committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ab5dc1a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. mock filter

    lucasmenendez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    08f70b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec68a6 View commit details
    Browse the repository at this point in the history
  3. update dependencies

    lucasmenendez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    08b1e76 View commit details
    Browse the repository at this point in the history
  4. linter fixes

    lucasmenendez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    276976b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    72d71b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    b04d12e View commit details
    Browse the repository at this point in the history
  2. including arbo as key-value database to be used with updater filter t…

    …o avoid reprocessing transactions
    lucasmenendez committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3979a7d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. new 'next' method for updater to get the next token to update in each…

    … iteration an support sorted scan
    lucasmenendez committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    09f8392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4b318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5299dce View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. final minor changes

    lucasmenendez committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ef978c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    1810575 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    c77d165 View commit details
    Browse the repository at this point in the history
  2. extend and fix treedb api, return the new logs ids from holder provid…

    …ers to add them to the token filter after save holders
    lucasmenendez committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cb943ab View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    f964eeb View commit details
    Browse the repository at this point in the history