1. 29 Feb, 2024 1 commit
  2. 27 Feb, 2024 4 commits
  3. 22 Feb, 2024 1 commit
  4. 20 Feb, 2024 2 commits
  5. 12 Feb, 2024 2 commits
  6. 10 Feb, 2024 1 commit
  7. 09 Feb, 2024 1 commit
  8. 08 Feb, 2024 1 commit
  9. 02 Feb, 2024 2 commits
  10. 01 Feb, 2024 5 commits
  11. 29 Jan, 2024 1 commit
  12. 23 Jan, 2024 1 commit
  13. 22 Jan, 2024 1 commit
  14. 20 Jan, 2024 1 commit
  15. 18 Jan, 2024 1 commit
  16. 17 Jan, 2024 1 commit
  17. 16 Jan, 2024 2 commits
  18. 15 Jan, 2024 1 commit
  19. 11 Jan, 2024 2 commits
  20. 10 Jan, 2024 7 commits
  21. 09 Jan, 2024 2 commits
    • pk910's avatar
      feat: add assertoor to additional toolings (#419) · 76dde3ed
      pk910 authored
      Added assertoor testnet testing tool.
      
      There are currently 6 tests included:
      * Check for chain stability (finalizing, high voting consensus, no
      reorgs)
      * Check if all clients propose a block
      * Validator Lifecycle Test
      Test for the whole validator lifecycle, includes Deposits, BLSChanges,
      Exits & Slashings
      This Test takes up to 2 days to run through due to deposit delays &
      queues.
      * Normal Transaction Test
      Test if normal EOA transactions (type 0/2) are processed by all client
      pairs (inclusion & submission)
      * Blob Transaction Test
      Test if blob transactions (type 3) are processed by all client pairs
      (inclusion & submission)
      * All-Opcodes Transaction Test
        Generates & submits a transaction that triggers every EVM opcode once.
        Checks if the transaction succeeds and no client forks off
      
      ---------
      Co-authored-by: default avatarBarnabas Busa <busa.barnabas@gmail.com>
      76dde3ed
    • Barnabas Busa's avatar
      fix: typo (#445) · e61c58a8
      Barnabas Busa authored
      e61c58a8