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

Downloaders for historical transfers #1473

Merged
merged 36 commits into from
Jun 13, 2019
Merged

Downloaders for historical transfers #1473

merged 36 commits into from
Jun 13, 2019

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    a0ef54e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e214a73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff3355f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    557be6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    654f1bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84fea8b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    f671872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e384d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec95d81 View commit details
    Browse the repository at this point in the history
  4. Fix expectation in e2e test

    dshulyak committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    6a67f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a383e85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fb7fc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

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

Commits on Jun 3, 2019

  1. Apply several suggestions after review

    - More debug info when node is stopped
    - low keys in events
    - send history event only if new transfers were found
    dshulyak committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    45fbd2e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    bdf72b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7162816 View commit details
    Browse the repository at this point in the history
  3. Remove unused ethbatchSize

    dshulyak committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    f803c40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa3974d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d66a23 View commit details
    Browse the repository at this point in the history
  6. Refactor logic from reactor

    dshulyak committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    f970755 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38049c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fc000e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a7ec16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f77ff62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a2a6f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf0660b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    742750a View commit details
    Browse the repository at this point in the history
  14. Renaming leftover

    dshulyak committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    6750b7c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c5b3c8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f612b46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e8adb6b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3e59c07 View commit details
    Browse the repository at this point in the history
  19. Add fast catchup after app was offline for longer than 15 blocks

    When downloader is started it will go through following procedure:
    - verify that the last synced block is still in canonical chain
    - run fast indexer for every account from last synced block to head of the chain
    - start watching block by block
    dshulyak committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    27021ac View commit details
    Browse the repository at this point in the history
  20. Remove ununes isSequence

    dshulyak committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    860e69c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    faf9525 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4f02424 View commit details
    Browse the repository at this point in the history