• 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
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
static_files Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
kurtosis-package-icon.png Loading commit data...
kurtosis.yml Loading commit data...
main.star Loading commit data...
network_params.yaml Loading commit data...
run.gif Loading commit data...
version.txt Loading commit data...