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

feat: detect incoming transactions using accounts API #4927

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

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

Commits on Nov 11, 2024

  1. Optimise requests with start timestamps

    Support pagination.
    Support transaction limit.
    matthewwalsh0 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3dacd21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9071806 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    a3f8df4 View commit details
    Browse the repository at this point in the history
  2. Remove logs

    matthewwalsh0 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2be68f1 View commit details
    Browse the repository at this point in the history
  3. Remove export

    matthewwalsh0 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e7aedd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Nov 20, 2024

  1. Update incoming transaction events

    Rename last fetched state.
    Add logging to wipe transactions.
    Refactor remote transaction source.
    matthewwalsh0 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    95a8288 View commit details
    Browse the repository at this point in the history
  2. Update coverage targets

    matthewwalsh0 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    de5d2fd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    b8a839d View commit details
    Browse the repository at this point in the history
  2. Add client header

    Always update last fetched timestamps.
    Remove block tracker references in unit tests.
    matthewwalsh0 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2776467 View commit details
    Browse the repository at this point in the history
  3. Remove unused constants

    matthewwalsh0 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    adf090d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd7ad7d View commit details
    Browse the repository at this point in the history
  5. Export supported chains

    matthewwalsh0 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    93be323 View commit details
    Browse the repository at this point in the history
  6. Cache cursors instead of timestamps

    Move cache logic into remote transaction source.
    Support queryEntireHistory property.
    Support updateTransactions property.
    Support includeTokenTransfers property.
    Ignore duplicate incoming transactions.
    matthewwalsh0 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8b11638 View commit details
    Browse the repository at this point in the history
  7. Revert state rename

    matthewwalsh0 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    690da12 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

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