mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 15:13:50 -05:00
* feat: add send-bundle e2e test case with workaround to support traces-v1 sequencer * feat: linting and removed io.consensys in maven gradle * feat: RPC besu node to forward sendBundle to sequencer in e2e * feat: update besu nodes to devnet-9d6e914 and coordinator version update * feat: update coordinator version and l2-node-besu plugins config * feat: remove gas-limit e2e tests as already moved to 2b block gas limit for all envs * feat: remove opcode test contract related variables * feat: update coordinator version * feat: update linea-besu-package version * feat: revise test cases based on review comment * feat: skip send bundle tests explicitly if traces-v1 * feat: always pass send bundle tests if traces-v1 * feat: remove unused helper function * feat: skip send bundle tests explicitly if traces-v1 * feat: update to use l2-node-besu log4j.xml in l2-node-besu * feat: use describe.skip instead of it.skip for skipping bundle tests