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

Flood comparision tool #6337

Merged
merged 205 commits into from
Dec 8, 2023
Merged

Flood comparision tool #6337

merged 205 commits into from
Dec 8, 2023

Commits on Nov 28, 2023

  1. Use better processing timer for logging (#5843)

    * Use different processing timer
    
    * Use single queue
    
    * Revert to simpler
    benaadams authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    363e653 View commit details
    Browse the repository at this point in the history
  2. Don't use DarkGray (#5849)

    benaadams authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    10be6f6 View commit details
    Browse the repository at this point in the history
  3. Bump to 1.20.0-rc

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0e4300a View commit details
    Browse the repository at this point in the history
  4. Update DotNetty feed

    (cherry picked from commit 3e330ad)
    rubo authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d16ab35 View commit details
    Browse the repository at this point in the history
  5. Update DotNetty package

    (cherry picked from commit 47a92ee)
    rubo authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a9e742c View commit details
    Browse the repository at this point in the history
  6. minor fixes

    marcindsobczak authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    78e5ec6 View commit details
    Browse the repository at this point in the history
  7. Update version to 1.20.0

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a293ae9 View commit details
    Browse the repository at this point in the history
  8. Bump to 1.20.1

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0e3b7cb View commit details
    Browse the repository at this point in the history
  9. Add workflow to compare rpcs

    Fix path
    
    Run on push temporarily
    
    Fix file path
    
    Fix inputs and missing vars
    
    All fields not required
    
    Inherit secrets when calling run-a-single-node-from-branch
    
    Add default for cl_client
    
    Use base_tag generated by run-a-single-node
    
    Download artifacts from other post-merge-smoke-tests
    
    Remove the old download-artifact
    
    Change the name of token secret
    
    Remove usage of external action
    
    Allow to specify smoke tests branch to use
    
    Remove additional option to fit dispatch limit
    
    fix: wrong inputs string format
    
    Export run id
    
    Fix rpc url
    
    Fix debug
    
    Add runner's ip to `allowed_ips`
    
    Maximum 10 inputs is allowed in workflow_dispatch
    
    Add allowed_ips to workflow_dispatch inputs
    
    Try to join two ips
    
    Print `,` conditionally
    
    Update public-ip
    
    Debug
    
    Use VPN
    
    Add wireguard.conf
    
    Fix location
    
    Checkout the repository before installing wireguard
    
    Update wireguard.conf to match nethermind repo secrets
    
    Update environment variables to match secrets
    
    Install flood before wireguard
    
    Use include in matrix to specify both name and address
    
    Revert "Use include in matrix to specify both name and address"
    
    This reverts commit 71caa0c.
    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4ea37b2 View commit details
    Browse the repository at this point in the history
  10. Trigger workflow?

    piwonskp authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0a06493 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c80d9f3 View commit details
    Browse the repository at this point in the history
  12. Update branch name

    piwonskp authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9c127cc View commit details
    Browse the repository at this point in the history
  13. Wait for the node to sync

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b8d275c View commit details
    Browse the repository at this point in the history
  14. Add a separate job to wait for node sync

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    06937bd View commit details
    Browse the repository at this point in the history
  15. Fix missing checkout

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0877822 View commit details
    Browse the repository at this point in the history
  16. Use validator mode and set Pruning to None

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    352bf64 View commit details
    Browse the repository at this point in the history
  17. Increase timeout of wait to sync to 10 hours

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4a833a7 View commit details
    Browse the repository at this point in the history
  18. Change step timeout as well

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6c85ab9 View commit details
    Browse the repository at this point in the history
  19. Wait 5.5h before running wait_for_node_to_sync

    For github hosted runners time limit for a job is 6 hours.
    It is less than a node needs to sync.
    Thus we wait 5.5 hours before checking the sync status of node.
    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8377d34 View commit details
    Browse the repository at this point in the history
  20. Fix needs

    piwonskp authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c8a360b View commit details
    Browse the repository at this point in the history
  21. Wait another 5.5h

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    13d9a28 View commit details
    Browse the repository at this point in the history
  22. Fix indentation

    piwonskp authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    476a16d View commit details
    Browse the repository at this point in the history
  23. Remove sleep2

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    21bab0c View commit details
    Browse the repository at this point in the history
  24. Remove debug info

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3278641 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    53f3717 View commit details
    Browse the repository at this point in the history
  26. Fix desc

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    863d9e8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    15c83ae View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d4e1c7e View commit details
    Browse the repository at this point in the history
  29. Add logs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ba1f35a View commit details
    Browse the repository at this point in the history
  30. Add hardcoded value

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9025c58 View commit details
    Browse the repository at this point in the history
  31. Fix matrix

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    889de1f View commit details
    Browse the repository at this point in the history
  32. Change matrix approach

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5b5c76e View commit details
    Browse the repository at this point in the history
  33. Fix json creation

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    102b4c5 View commit details
    Browse the repository at this point in the history
  34. Fix path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    803ff36 View commit details
    Browse the repository at this point in the history
  35. Select branch

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    75d4eae View commit details
    Browse the repository at this point in the history
  36. Absolut path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3103037 View commit details
    Browse the repository at this point in the history
  37. revert path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cc6a6f6 View commit details
    Browse the repository at this point in the history
  38. static path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b3a51fd View commit details
    Browse the repository at this point in the history
  39. Remove ref

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    33a1c7d View commit details
    Browse the repository at this point in the history
  40. bump checkout

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    bd71f87 View commit details
    Browse the repository at this point in the history
  41. add logs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    074a6e9 View commit details
    Browse the repository at this point in the history
  42. Add fethc depth

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c1a7fe7 View commit details
    Browse the repository at this point in the history
  43. change debug log

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    024770c View commit details
    Browse the repository at this point in the history
  44. More logs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    eaf6f60 View commit details
    Browse the repository at this point in the history
  45. Change logs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8c2cf2f View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    d4986fe View commit details
    Browse the repository at this point in the history
  47. revert changes

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dfce406 View commit details
    Browse the repository at this point in the history
  48. Change job

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0797b08 View commit details
    Browse the repository at this point in the history
  49. Add matrix to path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8eca9d1 View commit details
    Browse the repository at this point in the history
  50. Adjust ref

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    723bf80 View commit details
    Browse the repository at this point in the history
  51. fix allowed_ips

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    bf37e3d View commit details
    Browse the repository at this point in the history
  52. missing needs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7c99e16 View commit details
    Browse the repository at this point in the history
  53. Fix trigger job

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c20781b View commit details
    Browse the repository at this point in the history
  54. Use better processing timer for logging (#5843)

    * Use different processing timer
    
    * Use single queue
    
    * Revert to simpler
    benaadams authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4911983 View commit details
    Browse the repository at this point in the history
  55. Don't use DarkGray (#5849)

    benaadams authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    54c8ccb View commit details
    Browse the repository at this point in the history
  56. Bump to 1.20.0-rc

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f69ff70 View commit details
    Browse the repository at this point in the history
  57. Update DotNetty feed

    (cherry picked from commit 3e330ad)
    rubo authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    71f964f View commit details
    Browse the repository at this point in the history
  58. Update DotNetty package

    (cherry picked from commit 47a92ee)
    rubo authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3228792 View commit details
    Browse the repository at this point in the history
  59. minor fixes

    marcindsobczak authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c409761 View commit details
    Browse the repository at this point in the history
  60. Update version to 1.20.0

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e96d1c8 View commit details
    Browse the repository at this point in the history
  61. Bump to 1.20.1

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b7d39a4 View commit details
    Browse the repository at this point in the history
  62. Add workflow to compare rpcs

    Fix path
    
    Run on push temporarily
    
    Fix file path
    
    Fix inputs and missing vars
    
    All fields not required
    
    Inherit secrets when calling run-a-single-node-from-branch
    
    Add default for cl_client
    
    Use base_tag generated by run-a-single-node
    
    Download artifacts from other post-merge-smoke-tests
    
    Remove the old download-artifact
    
    Change the name of token secret
    
    Remove usage of external action
    
    Allow to specify smoke tests branch to use
    
    Remove additional option to fit dispatch limit
    
    fix: wrong inputs string format
    
    Export run id
    
    Fix rpc url
    
    Fix debug
    
    Add runner's ip to `allowed_ips`
    
    Maximum 10 inputs is allowed in workflow_dispatch
    
    Add allowed_ips to workflow_dispatch inputs
    
    Try to join two ips
    
    Print `,` conditionally
    
    Update public-ip
    
    Debug
    
    Use VPN
    
    Add wireguard.conf
    
    Fix location
    
    Checkout the repository before installing wireguard
    
    Update wireguard.conf to match nethermind repo secrets
    
    Update environment variables to match secrets
    
    Install flood before wireguard
    
    Use include in matrix to specify both name and address
    
    Revert "Use include in matrix to specify both name and address"
    
    This reverts commit 71caa0c.
    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c137daf View commit details
    Browse the repository at this point in the history
  63. Trigger workflow?

    piwonskp authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    631aee3 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    a6576b1 View commit details
    Browse the repository at this point in the history
  65. Update branch name

    piwonskp authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ffc0c53 View commit details
    Browse the repository at this point in the history
  66. Wait for the node to sync

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e4d6f92 View commit details
    Browse the repository at this point in the history
  67. Add a separate job to wait for node sync

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    488df0a View commit details
    Browse the repository at this point in the history
  68. Fix missing checkout

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e2057f8 View commit details
    Browse the repository at this point in the history
  69. Use validator mode and set Pruning to None

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    507ecd7 View commit details
    Browse the repository at this point in the history
  70. Increase timeout of wait to sync to 10 hours

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    84222b7 View commit details
    Browse the repository at this point in the history
  71. Change step timeout as well

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    70e5963 View commit details
    Browse the repository at this point in the history
  72. Wait 5.5h before running wait_for_node_to_sync

    For github hosted runners time limit for a job is 6 hours.
    It is less than a node needs to sync.
    Thus we wait 5.5 hours before checking the sync status of node.
    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4d996bf View commit details
    Browse the repository at this point in the history
  73. Fix needs

    piwonskp authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4ca6c94 View commit details
    Browse the repository at this point in the history
  74. Wait another 5.5h

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    37f2aa4 View commit details
    Browse the repository at this point in the history
  75. Fix indentation

    piwonskp authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4dece62 View commit details
    Browse the repository at this point in the history
  76. Remove sleep2

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    538bf3e View commit details
    Browse the repository at this point in the history
  77. Remove debug info

    Piotr Piwoński authored and kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b1595c1 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    6a25987 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    f2c0ea5 View commit details
    Browse the repository at this point in the history
  80. Fix desc

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8f7bbe9 View commit details
    Browse the repository at this point in the history
  81. Add logs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9cb1f6d View commit details
    Browse the repository at this point in the history
  82. Add hardcoded value

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    52d173c View commit details
    Browse the repository at this point in the history
  83. Fix matrix

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    11065a4 View commit details
    Browse the repository at this point in the history
  84. Change matrix approach

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    92fa043 View commit details
    Browse the repository at this point in the history
  85. Fix json creation

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a8b7da3 View commit details
    Browse the repository at this point in the history
  86. Fix path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8b7a5d2 View commit details
    Browse the repository at this point in the history
  87. Select branch

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a9ec148 View commit details
    Browse the repository at this point in the history
  88. Absolut path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    48bb8a6 View commit details
    Browse the repository at this point in the history
  89. revert path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    83cf2c4 View commit details
    Browse the repository at this point in the history
  90. static path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6ec1812 View commit details
    Browse the repository at this point in the history
  91. Remove ref

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dfc7efc View commit details
    Browse the repository at this point in the history
  92. bump checkout

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cc6dbaf View commit details
    Browse the repository at this point in the history
  93. add logs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1dc34ee View commit details
    Browse the repository at this point in the history
  94. Add fethc depth

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3d18635 View commit details
    Browse the repository at this point in the history
  95. change debug log

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    82c383a View commit details
    Browse the repository at this point in the history
  96. More logs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f2b9e73 View commit details
    Browse the repository at this point in the history
  97. Change logs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    79cc8d2 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    5411ac6 View commit details
    Browse the repository at this point in the history
  99. revert changes

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0325b48 View commit details
    Browse the repository at this point in the history
  100. Change job

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    90ae1af View commit details
    Browse the repository at this point in the history
  101. Add matrix to path

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c805dde View commit details
    Browse the repository at this point in the history
  102. Adjust ref

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    36a9394 View commit details
    Browse the repository at this point in the history
  103. fix allowed_ips

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d66e343 View commit details
    Browse the repository at this point in the history
  104. missing needs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c4b5a2b View commit details
    Browse the repository at this point in the history
  105. Fix trigger job

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c045d47 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    c29e0c2 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    b19cced View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    98d219e View commit details
    Browse the repository at this point in the history
  109. Fix needs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c88998e View commit details
    Browse the repository at this point in the history
  110. Fix outputs

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3f5b171 View commit details
    Browse the repository at this point in the history
  111. add missing $

    kamilchodola committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    161768d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Add more logs

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6732fd7 View commit details
    Browse the repository at this point in the history
  2. Change rpc_urls

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    352b646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    124f2ac View commit details
    Browse the repository at this point in the history
  4. Comment out

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    deeb0de View commit details
    Browse the repository at this point in the history
  5. Fix needs

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b9594ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2479cd4 View commit details
    Browse the repository at this point in the history
  7. Adjust needs

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    165e8be View commit details
    Browse the repository at this point in the history
  8. Adjust

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ed216a9 View commit details
    Browse the repository at this point in the history
  9. Add missing variables

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e9ad1a0 View commit details
    Browse the repository at this point in the history
  10. Fix invalid file read

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    60719cf View commit details
    Browse the repository at this point in the history
  11. Fix temp infura value

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2febe0f View commit details
    Browse the repository at this point in the history
  12. Fix to much '

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f365556 View commit details
    Browse the repository at this point in the history
  13. Fix artifact save

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4d109d2 View commit details
    Browse the repository at this point in the history
  14. Fix branches fetching

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9240dd5 View commit details
    Browse the repository at this point in the history
  15. Temp remove needs

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8126cfb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fcebf0f View commit details
    Browse the repository at this point in the history
  17. Fix list fill

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cfa3c67 View commit details
    Browse the repository at this point in the history
  18. Invalid path

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2a75265 View commit details
    Browse the repository at this point in the history
  19. Add verbose logging

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    52da7af View commit details
    Browse the repository at this point in the history
  20. Adjust

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f225eb4 View commit details
    Browse the repository at this point in the history
  21. add missing repo

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    09d6323 View commit details
    Browse the repository at this point in the history
  22. Rollback run_id

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    30848e9 View commit details
    Browse the repository at this point in the history
  23. Fix needs

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    43b43f6 View commit details
    Browse the repository at this point in the history
  24. Trigger

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d113bb4 View commit details
    Browse the repository at this point in the history
  25. Fix needs

    kamilchodola committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fb16952 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    97fa930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023d4a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ac2dd1 View commit details
    Browse the repository at this point in the history
  4. Change the runid

    kamilchodola committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fe3eb41 View commit details
    Browse the repository at this point in the history
  5. Add search

    kamilchodola committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1cf5023 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    kamilchodola committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e63c877 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7baf5a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Test a different run-id

    kamilchodola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b9742cd View commit details
    Browse the repository at this point in the history
  2. Change approach

    kamilchodola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5b53e8f View commit details
    Browse the repository at this point in the history
  3. Add mising custom id

    kamilchodola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1536cdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3241a34 View commit details
    Browse the repository at this point in the history
  5. Fix

    kamilchodola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6dd7c29 View commit details
    Browse the repository at this point in the history
  6. Fix2

    kamilchodola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    01ad1b4 View commit details
    Browse the repository at this point in the history
  7. add if commented

    kamilchodola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8fc7714 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07a807e View commit details
    Browse the repository at this point in the history
  9. Change name of job

    kamilchodola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b510ab8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3c81a7 View commit details
    Browse the repository at this point in the history
  11. Fix ref name

    kamilchodola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    adb199c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Cleanup

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f770410 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7110600 View commit details
    Browse the repository at this point in the history
  3. Clean refs

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    afc0e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc2e998 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    294a5d0 View commit details
    Browse the repository at this point in the history
  6. Add path param

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    38a1249 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49c795b View commit details
    Browse the repository at this point in the history
  8. Trigger new nodes

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c8fd4a1 View commit details
    Browse the repository at this point in the history
  9. Rollback needs

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d639b3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    943bfb2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3840637 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b914ac9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb5a81c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7a24bd9 View commit details
    Browse the repository at this point in the history
  15. Change delimiter

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    44c86aa View commit details
    Browse the repository at this point in the history
  16. Adjust waiting for node

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1803f06 View commit details
    Browse the repository at this point in the history
  17. Fix wrong output

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    09f6dba View commit details
    Browse the repository at this point in the history
  18. Mock and test

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0a67a58 View commit details
    Browse the repository at this point in the history
  19. Fix issue

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2f7bc95 View commit details
    Browse the repository at this point in the history
  20. Fix issue2

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    73b5f54 View commit details
    Browse the repository at this point in the history
  21. Fix issue

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e4fbe66 View commit details
    Browse the repository at this point in the history
  22. Remove deps

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fe2373d View commit details
    Browse the repository at this point in the history
  23. Fix invalid "

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fe9b95b View commit details
    Browse the repository at this point in the history
  24. Revert comments back

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5979880 View commit details
    Browse the repository at this point in the history
  25. Test on existing infra

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e340e67 View commit details
    Browse the repository at this point in the history
  26. Fix bad replace

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    14f1515 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2e253ce View commit details
    Browse the repository at this point in the history
  28. Fix failure

    kamilchodola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0c4e9d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    371c906 View commit details
    Browse the repository at this point in the history
  2. Adjust

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8e5f93f View commit details
    Browse the repository at this point in the history
  3. Fix

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5102b13 View commit details
    Browse the repository at this point in the history
  4. Rollback to env

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    124607e View commit details
    Browse the repository at this point in the history
  5. Adjust flood script

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1597f1e View commit details
    Browse the repository at this point in the history
  6. Fix rpc_urls creation

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ae552ae View commit details
    Browse the repository at this point in the history
  7. Hardcode urls for test

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    115c745 View commit details
    Browse the repository at this point in the history
  8. Comment out needs

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    288db72 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    359fdf1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f06f051 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    665bed5 View commit details
    Browse the repository at this point in the history
  12. Generate new nodes

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e796222 View commit details
    Browse the repository at this point in the history
  13. Add misiing extension

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1bf351d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05d48e6 View commit details
    Browse the repository at this point in the history
  15. Fix typo

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    747684a View commit details
    Browse the repository at this point in the history
  16. Test

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    99f714d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4db31b8 View commit details
    Browse the repository at this point in the history
  18. One mroe adjustment

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f3bcb11 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c3d8290 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    331ffa8 View commit details
    Browse the repository at this point in the history
  21. Clean Up

    kamilchodola committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c8bdf04 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Add missing changes

    kamilchodola committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c70e31b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. merge master

    kamilchodola committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    38808f5 View commit details
    Browse the repository at this point in the history