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

Version store #9

Draft
wants to merge 31 commits into
base: version-store
Choose a base branch
from
Draft

Version store #9

wants to merge 31 commits into from

Commits on Dec 12, 2022

  1. fix test

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f0fc6e6 View commit details
    Browse the repository at this point in the history
  2. test decode

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    66ee597 View commit details
    Browse the repository at this point in the history
  3. test query only

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    ec465d5 View commit details
    Browse the repository at this point in the history
  4. impl watch

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    79163ab View commit details
    Browse the repository at this point in the history
  5. support flags

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    90bb2f7 View commit details
    Browse the repository at this point in the history
  6. sync from last version

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a0f319f View commit details
    Browse the repository at this point in the history
  7. mute log

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0418958 View commit details
    Browse the repository at this point in the history
  8. grpc only

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    28d3e06 View commit details
    Browse the repository at this point in the history
  9. concurrent sync

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    1f590ad View commit details
    Browse the repository at this point in the history
  10. configurable concurrency

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    9531101 View commit details
    Browse the repository at this point in the history
  11. separate synchronizer with streamer

    instead of sync directly to db
    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    649a852 View commit details
    Browse the repository at this point in the history
  12. bigger interval

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    e10a999 View commit details
    Browse the repository at this point in the history
  13. fix next blk with test

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    cc22b7b View commit details
    Browse the repository at this point in the history
  14. fix test

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    fe8361e View commit details
    Browse the repository at this point in the history
  15. stop file server

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f16555a View commit details
    Browse the repository at this point in the history
  16. add file check

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f73463b View commit details
    Browse the repository at this point in the history
  17. wait cross check balances

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b732cfd View commit details
    Browse the repository at this point in the history
  18. chain ws to synchronizer and streamer

    subscribe latest blk via tm, sync historical via http
    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    bbc8053 View commit details
    Browse the repository at this point in the history
  19. fix build

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b24dfcb View commit details
    Browse the repository at this point in the history
  20. configurable flags

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0eb6bf7 View commit details
    Browse the repository at this point in the history
  21. get max blk num from primary

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    58476f2 View commit details
    Browse the repository at this point in the history
  22. separate app from sync

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    1f4fc87 View commit details
    Browse the repository at this point in the history
  23. handle close inside loop

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b8b75f7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7518c5e View commit details
    Browse the repository at this point in the history
  25. fix test

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    591d604 View commit details
    Browse the repository at this point in the history
  26. fix lint

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    97f6f09 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8321afc View commit details
    Browse the repository at this point in the history
  28. fix resolve

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    ef93aa8 View commit details
    Browse the repository at this point in the history
  29. add onBeforeFetch for streamer

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    4a9cd2f View commit details
    Browse the repository at this point in the history
  30. append len prefix for decode

    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    ac15f12 View commit details
    Browse the repository at this point in the history
  31. fail early if incomplete

    allow retry if incomplete
    mmsqe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    575a003 View commit details
    Browse the repository at this point in the history