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: finality gadget server #13

Merged
merged 97 commits into from
Aug 8, 2024
Merged

feat: finality gadget server #13

merged 97 commits into from
Aug 8, 2024

Commits on Jul 9, 2024

  1. docs: add readme

    parketh committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b497f53 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    c12bc2a View commit details
    Browse the repository at this point in the history
  2. docs: update readme

    parketh committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    24a69dc View commit details
    Browse the repository at this point in the history
  3. chore: remove old comments

    parketh committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    935c53c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    088d0bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5026dc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. chore: rename main -> demo

    parketh committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c422e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6d939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7fca29 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    607236d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    033ba5a View commit details
    Browse the repository at this point in the history
  3. Revert "fix: sql to handle query non locally stored blocks"

    This reverts commit 033ba5a.
    parketh committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6d2abd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0ec321 View commit details
    Browse the repository at this point in the history
  5. debug: add test messages

    parketh committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    102f9ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f959591 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99a41ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f50db6a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    0bc78bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a197c1 View commit details
    Browse the repository at this point in the history
  3. chore: remove debugging logs

    parketh committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    709e3e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed98fb9 View commit details
    Browse the repository at this point in the history
  5. chore: fix lint errors

    parketh committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    afbaa45 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. feat: refactor to bbolt db

    parketh committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    ac51468 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    bdae82c View commit details
    Browse the repository at this point in the history
  2. docs: update verifier readme

    parketh committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    43e997c View commit details
    Browse the repository at this point in the history
  3. fix: gitignore .db

    parketh committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    79b58ee View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    1030a5d View commit details
    Browse the repository at this point in the history
  2. feat: improve logging

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    60275d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c982ae View commit details
    Browse the repository at this point in the history
  4. fix: lint errors

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    faa7df1 View commit details
    Browse the repository at this point in the history
  5. fix: handle server error

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    18bc36c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0063e32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3970dc1 View commit details
    Browse the repository at this point in the history
  8. fix: remove ProcessNBlocks

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c64b520 View commit details
    Browse the repository at this point in the history
  9. fix: handle stop error

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4a400c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b167bcd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7ee7dc View commit details
    Browse the repository at this point in the history
  12. chore: fix formatting

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    43901f4 View commit details
    Browse the repository at this point in the history
  13. fix: remove .db

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cf60731 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    58fd023 View commit details
    Browse the repository at this point in the history
  15. docs: update readme

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9a13ebb View commit details
    Browse the repository at this point in the history
  16. chore: fix formatting

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    00dd6df View commit details
    Browse the repository at this point in the history
  17. chore: clean unused deps

    parketh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    71166c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f683157 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0fae16c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    8ca6a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70295f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc19f28 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    7a3ce41 View commit details
    Browse the repository at this point in the history
  2. fix: deps

    parketh committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    018e67e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036cb07 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. debug: add logging

    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    370fce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faab534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    910f07b View commit details
    Browse the repository at this point in the history
  4. debug: use fmt for logging

    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fc7ba0f View commit details
    Browse the repository at this point in the history
  5. Revert "debug: use fmt for logging"

    This reverts commit fc7ba0f.
    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    48a40d0 View commit details
    Browse the repository at this point in the history
  6. Revert "debug: add err logging for rpc client"

    This reverts commit 910f07b.
    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    be767cb View commit details
    Browse the repository at this point in the history
  7. Revert "debug: add more logging and bug fixes"

    This reverts commit faab534.
    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4b8d292 View commit details
    Browse the repository at this point in the history
  8. Revert "debug: add logging"

    This reverts commit 370fce1.
    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e615f7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b187992 View commit details
    Browse the repository at this point in the history
  10. fix: delete db path

    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c2b799e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e72d67 View commit details
    Browse the repository at this point in the history
  12. chore: remove print

    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fb077df View commit details
    Browse the repository at this point in the history
  13. update package name (#11)

    lesterli authored and parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4729404 View commit details
    Browse the repository at this point in the history
  14. fix: update package name

    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    62491f1 View commit details
    Browse the repository at this point in the history
  15. fix: block status queries

    parketh committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4ff43c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    02a49df View commit details
    Browse the repository at this point in the history
  2. fix: always persist DB state

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e196544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e84098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd21437 View commit details
    Browse the repository at this point in the history
  5. test: add db unit tests

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b6e4cf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8dfd9cb View commit details
    Browse the repository at this point in the history
  7. test: regenerate mocks

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    efe8b24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57516df View commit details
    Browse the repository at this point in the history
  9. test: regenerate mocks

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5b71fc7 View commit details
    Browse the repository at this point in the history
  10. feat: use zap logger

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b288c42 View commit details
    Browse the repository at this point in the history
  11. docs: update readme

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0f98df1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    556b15b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4d7124e View commit details
    Browse the repository at this point in the history
  14. chore: consolidate errors

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7328f3c View commit details
    Browse the repository at this point in the history
  15. test: add fg unit tests

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8d37a70 View commit details
    Browse the repository at this point in the history
  16. feat: add logger

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    04a6c73 View commit details
    Browse the repository at this point in the history
  17. fix: lint errors

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cfad1d3 View commit details
    Browse the repository at this point in the history
  18. docs: add logger to readme

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    28dc39f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e9eb77d View commit details
    Browse the repository at this point in the history
  20. restore expected_clients

    parketh committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c288422 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. remove unused quit chan

    parketh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1252b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e63afa9 View commit details
    Browse the repository at this point in the history
  3. chore: config.toml.example

    parketh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f4119cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7bb5de View commit details
    Browse the repository at this point in the history
  5. nit: fix comment

    parketh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d6bff6c View commit details
    Browse the repository at this point in the history
  6. remove DeleteDB api

    parketh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4b9a0d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6015bf View commit details
    Browse the repository at this point in the history
  8. remove InsertBlock from grpc

    parketh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e22c82f View commit details
    Browse the repository at this point in the history
  9. nit: fix comments

    parketh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4f1c348 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7ac2fe View commit details
    Browse the repository at this point in the history