1. 06 May, 2024 2 commits
    • Barnabas Busa's avatar
      feat!: add mev-rs relay/builder/boost (#586) · 525a8fb3
      Barnabas Busa authored
      This PR introduces a new mev boost/mev relay created by @ralexstokes.
      It can be triggered by:
      `mev_type: mev-rs`
      
      It gets rid of the previously used `full` flag and flashbots will work
      under the `mev_type: flashbots` following this PR.
      525a8fb3
    • pk910's avatar
      feat: add execution client urls to dora config (#588) · 2a20d5ad
      pk910 authored
      upcoming version of dora uses execution layer clients to crawl the
      deposit contract log.
      This PR adds the execution client urls to the dora config.
      2a20d5ad
  2. 01 May, 2024 2 commits
  3. 30 Apr, 2024 1 commit
  4. 26 Apr, 2024 4 commits
  5. 23 Apr, 2024 1 commit
  6. 19 Apr, 2024 3 commits
  7. 17 Apr, 2024 3 commits
  8. 16 Apr, 2024 1 commit
  9. 15 Apr, 2024 8 commits
  10. 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
  11. 10 Apr, 2024 1 commit
  12. 08 Apr, 2024 3 commits
  13. 05 Apr, 2024 3 commits
  14. 04 Apr, 2024 2 commits
  15. 03 Apr, 2024 1 commit
  16. 02 Apr, 2024 4 commits