Skip to content

Releases: ethpandaops/ethereum-genesis-generator

fix missing file for genesis generator

30 Oct 11:33
cfd1b03
Compare
Choose a tag to compare
verkle-gen-v1.0.11

fixing missing file

minor bugfix with default value of `EL_PREMINE_ADDRS` being read incorrectly

28 Oct 17:09
822c5b9
Compare
Choose a tag to compare
fix: "Exception: Missing environment variable EL_PREMINE_ADDRS" (#155)

Signed-off-by: Rafael Matias <rafael@skyle.net>

Updated approach to include premined contracts

26 Oct 15:40
69a3dc1
Compare
Choose a tag to compare
Add support for large preloads and premines (#153)

We're using the Kurtosis Ethereum package to deploy chains in testing.
Some of these chains have large numbers of preloaded contracts and
premine addresses. Since the preloads and premines are loaded into the
entrypoint via env vars, they can sometimes overflow the maximum arg
space available to Bash and cause 'Argument list too long' errors. This
PR removes the preloads/premines from the env file so that the script
can proceed as originally intend, and implements a custom envsubst
script in Python for use with execution layer genesis generation.

v3.4.0

09 Oct 11:22
3fb916c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.8...v3.4.0

Update pectra contracts for devnet-4

25 Sep 08:29
5839d10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.7...v3.3.8

verkle-gen-v1.0.9

24 Sep 16:52
e0d1fcd
Compare
Choose a tag to compare
verkle-gen-v1.0.9 Pre-release
Pre-release

verkle-gen-v1.0.8

24 Sep 16:49
a15f556
Compare
Choose a tag to compare
verkle-gen-v1.0.8 Pre-release
Pre-release

Updated verkle genesis to handle new gas cost calculation

24 Sep 16:44
060cf17
Compare
Choose a tag to compare

Updated verkle genesis to handle new gas cost calculation

24 Sep 16:13
060cf17
Compare
Choose a tag to compare

Updated verkle genesis to handle new gas cost calculation

24 Sep 15:21
060cf17
Compare
Choose a tag to compare