1. 01 May, 2024 2 commits
  2. 30 Apr, 2024 1 commit
  3. 26 Apr, 2024 4 commits
  4. 23 Apr, 2024 1 commit
  5. 19 Apr, 2024 3 commits
  6. 17 Apr, 2024 3 commits
  7. 16 Apr, 2024 1 commit
  8. 15 Apr, 2024 8 commits
  9. 12 Apr, 2024 1 commit
    • pk910's avatar
      fix: fix failing persistence test (#554) · 99242d66
      pk910 authored
      fixed the failing persistence test by re-ordering the clients list.
      
      The test fails because initialization of all EL clients takes longer
      than the initial genesis delay.
      Due to this, lighhouse returns an unhealty result for its health check
      as it's post-genesis and not following a chain / has no peers.
      The kurtosis package waits for a healthy result, which never occurs as
      all other BNs & VCs are missing at that point.
      
      The fix proposed in this PR is a workaround as it moves the lighthouse
      node further down to ensure it can connect to other nodes initialized
      before.
      
      There is an alternative approach to fix this issue:
      ```
      network_params:
        genesis_delay: 300
      ```
      which ensures all clients are properly initialized before the network
      starts.
      99242d66
  10. 10 Apr, 2024 1 commit
  11. 08 Apr, 2024 3 commits
  12. 05 Apr, 2024 3 commits
  13. 04 Apr, 2024 2 commits
  14. 03 Apr, 2024 1 commit
  15. 02 Apr, 2024 6 commits