Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.0.0 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

🤖 I have created a release beep boop

2.0.0 (2024-01-29)

⚠ BREAKING CHANGES

  • merged genesis generation (#288)
  • rename the package to ethereum-package (#234)
  • merge eth-network-package onto eth2-package (#228)
  • Uses the plan object. Users will have to update their Kurtosis CLI to >= 0.63.0 and restart the engine

Features

Bug Fixes

  • get_transaction_count does not count pending transactions (#299) (2c64de0)
  • a bug around participants (#129) (9382767)
  • add an MIT licence (#246) (f632ff1)
  • Add disable peer scoring (#247) (c75af3c)
  • add java opts for besu (#346) (8aa88e3)
  • add readme for mev-builder-cl-image (#314) (c46b6bf)
  • big table spin up logic for k8s (#298) (e01ce16)
  • blobscan lint error (#374) (32f862b)
  • bring back wait for capella fork epoch (#212) (c7cce7e)
  • bug with participant counts that lead to more than needed participants (#221) (7b93f1c)
  • builder args incorrectly configured (#343) (66e73fb)
  • bump max mem limit for nimbus on holesky (#439) (fb84787)
  • ci was broken as it was using the wrong storage class for k3s (#420) (f957f85)
  • delay deneb to 500 epoch (#102) (d07270b)
  • dont spin up extra el/cl client for mock-mev (#158) (46d67fc)
  • dont wait for epoch 1 and launch MEV before tx-fuzz (#210) (8b883af)
  • editor config used tabs still (#274) (7bbba4c)
  • enable all apis for reth (#241) (db92f7b)
  • enable debug namespace in prysm (#405) (31badc2)
  • enable trace http-api for reth (#251) (ba47763)
  • ethereum-genesis-generator version for verkle genesis (#395) (d7c9b92)
  • explicitly set persist to false (#296) (37d8ccd)
  • fail capella fork epoch (#196) (ebff2d0)
  • fix an arg parsing bug (#135) (f084e7c)
  • fix dora image (#270) (19fe54a)
  • fix mismatch between validator_count & metrics gazer (#223) (5dd4f9b)
  • fix passed argument parsing (#85) (a5d40e9)
  • fix the tx_fuzzer params (#278) (b0ee145)
  • fix typo (#440) (933a313)
  • fixed teku validator params for MEV (#149) (b0079cf)
  • fixing nimbus payload url (#155) (55c1f59)
  • fixing too long graffitis (#410) (a18935f)
  • formatting - missing jwt secret (#312) (728964c)
  • genesis validators root had an extra new line (#326) (4fa4937)
  • get rid of explorer type (#280) (f5595f4)
  • geth failing after ethash package removal (#93) (41e3d2c), closes #91
  • geth flags for verkle genesis (#328) (e721373)
  • Improve MEV setup to use less containers for non_validator nodes (#224) (bd176f0)
  • increase memory for blob spammer to prevent container from getting OOM killed (#431) (4d4fac0)
  • Kevin/postgres package upgrade (#179) (1bcc623)
  • Kevin/unpin redis version (#182) (4eb7127)
  • lodestar flag (#217) (5f1e0f2)
  • make besu a bootnode (29296cd)
  • make besu a bootnode (#146) (29296cd)
  • make nimbus work with mev components (#244) (5c64ed5)
  • make this work with kurtosis 0.65.0 (#73) (13c72ec)
  • mention reth in package readme (#133) (d11a689)
  • mev should work with the validator count change (#225) (37dccce)
  • mev workflow (#434) (91794e9)
  • mev-boost creation by making it depend on actual participant count (#191) (7606cff)
  • mev-boost naming scheme change (#428) (fce899b)
  • Mock builder updates (#193) (6cc3697)
  • move parallel keystore generation to global config (0789eed)
  • move parallel keystore generation to global config (#130) (0789eed)
  • network params setting invalid value for min/max configs (#353) (764b7dc)
  • nightly tests that rely on etherejums get the right image (#159) (97b4d33)
  • Nimbus can't run when slot time is below 12s (#100) (c38bff9)
  • parallel key generation (#423) (060fd8f)
  • parse input (#205) (a787b38)
  • Pass all beacons to the relay (#226) (b4fde3d)
  • pass right mev-boost url to teku (#147) (8bb75d9)
  • pass through env var now for builder_signing_tx_key (#207) (a63f2fd)
  • path based storage - disable for older forks (#336) (76e3424)
  • path based storage disable for elecra (#316) (86fa8ef)
  • peering issue between lighthouse-teku on k8s (#382) (97a070b)
  • peering issue with prysm and nimbus (#416) (132fc83)
  • pin postgres package (#174) (6b8d9d3)
  • Pin Redis version in prep for package catalog version upgrade (#180) (09b235a)
  • re run custom flood whenever it crashes (#264) (fab3995), closes #245
  • readme deadlink (#269) (f380cc4)
  • remove engine from http-api list for reth (#249) (b3114d1)
  • remove hardcoding of addresses in MEV flood (#184) (21b0975)
  • remove image name for ethereum-metrics-exporter (#335) (4bac042)
  • Remove nethermind restriction (#126) (373c6c9)
  • remove path based storage when builder is used (#327) (d3cf3f4)
  • rename light-beaconchain-explorer to dora-the-explorer & change db location (#243) (d3a4b49)
  • rename package icon for package catalog compatability (#413) (f49185b)
  • replace plan.assert with plan.verify (#202) (073135d)
  • return data about pariticpants even if no additional services are launched (#273) (d29f98e)
  • revert the default deneb at epoch 4 (#323) (9342418)
  • roll out persistence for postgres on ethereum-package (#421) (ed3982b)
  • set MEV image to 0.26.0 and complain if capella is zero with MEV set to full (#261) (9dfc4de)
  • set persistence to false for blobscan (#398) (3c06194)
  • start boost immediately after relay starts running (#213) (b6ce1e9)
  • Switch default images to latest (#99) (4a85c9d)
  • take out the genesis versions as constants (#324) (a8afcef)
  • tx-spammer extra args (#394) (709b4ad)
  • Update enclave name flag (#87) (6531a7a)
  • update genesis generator to support netherminds new format (#68) (094352d)
  • update nightly runner (#163) (4eba65d)
  • update readme for MEV params (#189) (c1bf13e)
  • Update README.md remove teku coming soon (#414) (5a1ce2e)
  • update validator reward address (#350) (57f82c0)
  • use 0.27 as the mev boost image (839af19)
  • use 4th private key (index 3) for tx fuzz like before (#215) (1752ed0)
  • use eth maintained tx-fuzz (#110) (b0903bd)
  • use ethpandaops/erigon as its multiarch (839af19)
  • use flashbots builder (#162) (7a0c2d0)
  • use mev-boost-relay by flashbots (#141) (fca62fc)
  • use named artifacts (#69) (968f073), closes #70
  • Use plan object (#65) (8e5d185)
  • use the third address instead of coinbase for tx-fuzz (#185) (3b2993c)
  • Use unused accounts for mev flood (#359) (286654c)
  • use v2 endoint to get the head block (#153) (f084711)
  • validator counting (#425) (698305a)
  • work with latest eth-network-package (14dc957)
  • work with latest eth-network-package (#116) (14dc957)
  • wrong builder metrics flag (#319) (51a4422)
  • zero count validators and parallel keystore generation (#302) (18b141e)

Code Refactoring

  • merge eth-network-package onto eth2-package (#228) (b72dad3)
  • rename the package to ethereum-package (#234) (23e4d5e)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants