Skip to content

Releases: ethpandaops/ethereum-package

v1.3.0

23 Jan 10:46
26384ea
Compare
Choose a tag to compare

1.3.0 (2024-01-22)

Features

Bug Fixes

v1.2.0

03 Jan 15:15
6a94574
Compare
Choose a tag to compare

1.2.0 (2024-01-03)

Features

Bug Fixes

  • ci was broken as it was using the wrong storage class for k3s (#420) (f957f85)
  • enable debug namespace in prysm (#405) (31badc2)
  • ethereum-genesis-generator version for verkle genesis (#395) (d7c9b92)
  • fixing too long graffitis (#410) (a18935f)
  • increase memory for blob spammer to prevent container from getting OOM killed (#431) (4d4fac0)
  • mev workflow (#434) (91794e9)
  • mev-boost naming scheme change (#428) (fce899b)
  • peering issue between lighthouse-teku on k8s (#382) (97a070b)
  • peering issue with prysm and nimbus (#416) (132fc83)
  • rename package icon for package catalog compatability (#413) (f49185b)
  • roll out persistence for postgres on ethereum-package (#421) (ed3982b)
  • set persistence to false for blobscan (#398) (3c06194)
  • tx-spammer extra args (#394) (709b4ad)
  • Update README.md remove teku coming soon (#414) (5a1ce2e)
  • validator counting (#425) (698305a)

v1.1.0

30 Nov 16:39
ee56057
Compare
Choose a tag to compare

1.1.0 (2023-11-30)

Features

Bug Fixes

v1.0.0

25 Oct 15:26
ef2b1d7
Compare
Choose a tag to compare

1.0.0 (2023-10-25)

⚠ BREAKING CHANGES

  • merged genesis generation (#288)

Features

Bug Fixes

  • add readme for mev-builder-cl-image (#314) (c46b6bf)
  • formatting - missing jwt secret (#312) (728964c)
  • genesis validators root had an extra new line (#326) (4fa4937)
  • geth flags for verkle genesis (#328) (e721373)
  • path based storage - disable for older forks (#336) (76e3424)
  • path based storage disable for elecra (#316) (86fa8ef)
  • remove image name for ethereum-metrics-exporter (#335) (4bac042)
  • remove path based storage when builder is used (#327) (d3cf3f4)
  • revert the default deneb at epoch 4 (#323) (9342418)
  • take out the genesis versions as constants (#324) (a8afcef)
  • wrong builder metrics flag (#319) (51a4422)
  • zero count validators and parallel keystore generation (#302) (18b141e)

v0.6.1

18 Oct 15:01
49596fd
Compare
Choose a tag to compare

0.6.1 (2023-10-17)

Bug Fixes

  • get_transaction_count does not count pending transactions (#299) (2c64de0)
  • big table spin up logic for k8s (#298) (e01ce16)

v0.6.0

17 Oct 11:34
a1ce72a
Compare
Choose a tag to compare

0.6.0 (2023-10-17)

Features

  • Add builder metrics to default mev builder (#277) (d0eff2e)
  • Add configurable spamming frequency to custom flood (#283) (f1e18ca)
  • add full beacon chain explorer (#253) (1eddda5)
  • add inputs for additional grafana dashboards (#279) (ad02c43)
  • added another blob spamming tool (goomy_blob) (#268) (3f2c797)
  • Adding 4788 deployment (#275) (1c7de29)
  • return participants, timestamp of genesis and validator root for consumers (#262) (3f2ea88)
  • update ethereum-genesis-generator (#260) (a5b939c)

Bug Fixes

v0.5.1

28 Sep 17:57
6f57894
Compare
Choose a tag to compare

0.5.1 (2023-09-28)

Bug Fixes

  • enable all apis for reth (#241) (db92f7b)
  • rename light-beaconchain-explorer to dora-the-explorer & change db location (#243) (d3a4b49)

v0.5.0

28 Sep 14:30
3f5a3ec
Compare
Choose a tag to compare

0.5.0 (2023-09-28)

⚠ BREAKING CHANGES

  • rename the package to ethereum-package (#234)

Features

Bug Fixes

Code Refactoring

  • rename the package to ethereum-package (#234) (23e4d5e)

v0.4.0

27 Sep 13:51
bedaa01
Compare
Choose a tag to compare

0.4.0 (2023-09-27)

⚠ BREAKING CHANGES

  • merge eth-network-package onto eth2-package (#228)

Code Refactoring

  • merge eth-network-package onto eth2-package (#228) (b72dad3)

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)