Skip to content

Releases: ethpandaops/ethereum-package

v0.3.1

26 Sep 13:44
b943370
Compare
Choose a tag to compare

0.3.1 (2023-09-26)

Features

Bug Fixes

  • bring back wait for capella fork epoch (#212) (c7cce7e)
  • bug with participant counts that lead to more than needed participants (#221) (7b93f1c)
  • dont wait for epoch 1 and launch MEV before tx-fuzz (#210) (8b883af)
  • fail capella fork epoch (#196) (ebff2d0)
  • fix mismatch between validator_count & metrics gazer (#223) (5dd4f9b)
  • Improve MEV setup to use less containers for non_validator nodes (#224) (bd176f0)
  • Kevin/postgres package upgrade (#179) (1bcc623)
  • Kevin/unpin redis version (#182) (4eb7127)
  • lodestar flag (#217) (5f1e0f2)
  • mev should work with the validator count change (#225) (37dccce)
  • mev-boost creation by making it depend on actual participant count (#191) (7606cff)
  • Mock builder updates (#193) (6cc3697)
  • parse input (#205) (a787b38)
  • pass through env var now for builder_signing_tx_key (#207) (a63f2fd)
  • Pin Redis version in prep for package catalog version upgrade (#180) (09b235a)
  • remove hardcoding of addresses in MEV flood (#184) (21b0975)
  • replace plan.assert with plan.verify (#202) (073135d)
  • start boost immediately after relay starts running (#213) (b6ce1e9)
  • update readme for MEV params (#189) (c1bf13e)
  • use 4th private key (index 3) for tx fuzz like before (#215) (1752ed0)
  • use the third address instead of coinbase for tx-fuzz (#185) (3b2993c)

v0.3.0

04 Sep 14:18
6831bc6
Compare
Choose a tag to compare

0.3.0 (2023-09-03)

⚠ BREAKING CHANGES

  • Uses the plan object. Users will have to update their Kurtosis CLI to >= 0.63.0 and restart the engine

Features

  • add beacon-metrics-gazer + beacon-metrics-gazer grafana dashboard (#114) (5540587)
  • add deneb support (#96) (07ed500)
  • add ethereumjs to nightly runners (b86d886)
  • add ethereumjs to nightly runners (#154) (b86d886)
  • add forkmon (#107) (2a8ad19)
  • add light-beaconchain-explorer (83e01a1)
  • add light-beaconchain-explorer (#125) (83e01a1)
  • add multiple endpoint support for lightbeaconchain expolorer (#151) (68572cd)
  • counting by summing each participant (f9b638b)
  • counting by summing each participant (#112) (f9b638b)
  • disable login for grafana (4d7df4b)
  • disable login for grafana (#122) (4d7df4b)
  • formatting: Add editorconfig, move everything to using tabs (4) (#106) (cb0fc69)
  • launch the mock mev builder (#94) (7fcd3e2)
  • make it possible to have capella on epoch 0 or non 0 (#108) (1133497)
  • make mev more configurable (#164) (0165ef1)
  • parameterize mev_boost and mev_builder images (#171) (28adec1)
  • snooper support (#121) (d2cccf4)
  • support full MEV (#115) (e9e8c41)
  • use eth-network-package to spin up participant network (#90) (91029ac)

Bug Fixes

Read more