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(basic_witness_producer_input): Add Basic Witness Producer Input component #156

Merged
merged 78 commits into from
Oct 26, 2023

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    858620f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d36b0 View commit details
    Browse the repository at this point in the history
  3. 3rd attempt

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c69038f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b361cca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b736d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ca06ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5056c98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccf5e63 View commit details
    Browse the repository at this point in the history
  9. Clippy lint fix

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    140663f View commit details
    Browse the repository at this point in the history
  10. Update usage of panic

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5c1d07c View commit details
    Browse the repository at this point in the history
  11. Fix unit tests

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6354d8b View commit details
    Browse the repository at this point in the history
  12. Fix more clippy lints

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6518c75 View commit details
    Browse the repository at this point in the history
  13. Remove unused code

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e24c8f6 View commit details
    Browse the repository at this point in the history
  14. Satisfy clippy

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f31c61f View commit details
    Browse the repository at this point in the history
  15. Fix linting issue

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    74af856 View commit details
    Browse the repository at this point in the history
  16. Rebase + fix linting issues

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    314d2ba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ed3ff42 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    db32312 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    71d5e8a View commit details
    Browse the repository at this point in the history
  20. More DAL consistency changes

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b3b9e72 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa75164 View commit details
    Browse the repository at this point in the history
  22. Remove debugging from VM

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2c1b46d View commit details
    Browse the repository at this point in the history
  23. Update DAL

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d323a50 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d5380b7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1cd048a View commit details
    Browse the repository at this point in the history
  26. Add pending_miniblocks back

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    86b4e6a View commit details
    Browse the repository at this point in the history
  27. Address PR comments

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bedceb6 View commit details
    Browse the repository at this point in the history
  28. Bump up max attempts

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    966acf6 View commit details
    Browse the repository at this point in the history
  29. Doc change

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    64d6e0d View commit details
    Browse the repository at this point in the history
  30. Fixes for clippy

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    eb9c34e View commit details
    Browse the repository at this point in the history
  31. Update sqlx-data

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a715f2e View commit details
    Browse the repository at this point in the history
  32. Remove unnecessary lifetime

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8ffffa8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c345977 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2ca821f View commit details
    Browse the repository at this point in the history
  35. Fix outdated comments

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b17bd78 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    05ec207 View commit details
    Browse the repository at this point in the history
  37. Rework dependencies on configs

    The validation_limit is used only for allowing/ disallowing values.
    The network config can be just a variable tossed around.
    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    119151f View commit details
    Browse the repository at this point in the history
  38. Address PR fixes

    - DAL -- remove unnecessary references
    - BWIP -- use L1BatchNumber as job type
    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9dc75eb View commit details
    Browse the repository at this point in the history
  39. Refactor job usage

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2815f61 View commit details
    Browse the repository at this point in the history
  40. Add docs to BWIP

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    998d6c5 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b774af8 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e5a4612 View commit details
    Browse the repository at this point in the history
  43. Improve error comment

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1887995 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e61d357 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a961bb6 View commit details
    Browse the repository at this point in the history
  46. Update post VM merge

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d62d69a View commit details
    Browse the repository at this point in the history
  47. Remove unnecessary caches

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ead9c1f View commit details
    Browse the repository at this point in the history
  48. Satisfy clippy

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b4adc31 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e7af0cc View commit details
    Browse the repository at this point in the history
  50. Remove unnecessary imports

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    03af0de View commit details
    Browse the repository at this point in the history
  51. Fix unittests

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e1027c8 View commit details
    Browse the repository at this point in the history
  52. Missed in first push

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cb7b3b2 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    46ed67e View commit details
    Browse the repository at this point in the history
  54. Undo .gitignore changes

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1200b04 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    a8783d6 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    45b6eb4 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    018a55a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    60455b7 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    3fbff1c View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    32b916e View commit details
    Browse the repository at this point in the history
  61. Address PR nit comments

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    194fec3 View commit details
    Browse the repository at this point in the history
  62. Change storageptr type

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c8a9804 View commit details
    Browse the repository at this point in the history
  63. Upgrade to vise metrics

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    20920ac View commit details
    Browse the repository at this point in the history
  64. Satisfy clippy

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    79024c3 View commit details
    Browse the repository at this point in the history
  65. Remove unnnecessary context

    EmilLuta committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    831ae32 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Reverse comment split

    EmilLuta committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7ff3581 View commit details
    Browse the repository at this point in the history
  2. Refactor comment usage

    EmilLuta committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    75ee8de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a69476b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    316e0a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ab0d0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7921e9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc9d0a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ef1a46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32973c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b2dbd8 View commit details
    Browse the repository at this point in the history
  11. Add db enum for job status

    EmilLuta committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2b1811a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Update nits post review

    EmilLuta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1c9ff8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    090500d View commit details
    Browse the repository at this point in the history