Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 11:37
b4382ab

2.0.0 (2023-09-06)

⚠ BREAKING CHANGES

  • calculate genesis validators root (#90)

Features

  • add a new prefunded account (#20) (4abb7f1)
  • add all bootnodes to ELs (#102) (c9a5e96)
  • Add all network config options to README (#11) (87c3582)
  • add default network params json (#7) (2836f9c)
  • add deneb support (#28) (9d9b1df)
  • add engine rpc snooper (#91) (b6a5c35)
  • add ethereumjs (#107) (2ed76a1)
  • add jwt secret to el_client_context (#26) (9fff2bc)
  • add resource management (#64) (a8240b1)
  • add service_name to the el client context (#53) (0b39ea4)
  • add static peers to erigon (#110) (bedc37d)
  • add support for reth (#67) (2d0c53c)
  • Adding configurable slot time (#32) (7b01db3)
  • bump ethereum genesis generator to be 4788 compliant (#92) (979faf2)
  • calculate genesis validators root (#90) (9295b39)
  • enable capella at epoch 0, or non 0 (#61) (30d2ccf)
  • formatting: Add editorconfig, move everything to using tabs (4) (#50) (d9f9f4f)
  • generate keystores parallely (#82) (8b4943f)
  • get trusted contacts and parsed beacon state (#30) (75744dd)
  • low block time & genesis and ability to run non replay contracts (#23) (47bac9b)
  • make most cls archive by default (#109) (7e99047)
  • Rename keytores to match their respective CL name (#71) (83e68b2)
  • return cl genesis timestamp (#18) (27aebce)
  • Return participants list (#13) (5079dc6)
  • service name should start with alphabetical character (#63) (8092cc1)
  • Set capella at epoch=0 (#55) (871173a)
  • support multiple bootnodes & static peer ids (#81) (a71204c)
  • support repeating the exec/consensus client pairs via count (#49) (2f10aa5)
  • use actual client names for beacon/validator nodes, fixes #46 (#47) (5ee35b5)

Bug Fixes