Releases: ethpandaops/ethereum-genesis-generator
Releases · ethpandaops/ethereum-genesis-generator
adding custom and target max blobs
What's Changed
- Fix defaults again by @parithosh in #159
- feat: add custom target and max blobs by @barnabasbusa in #161
- update defaults by @parithosh in #160
Full Changelog: v3.4.3...v3.4.4
Fix default loading approach
What's Changed
- fix: change diff to 0x0 from 0x1 by @barnabasbusa in #154
- Update default approach + Add support in main for all types of genesis by @parithosh in #156
Full Changelog: v3.4.2...v3.4.3
fix missing file for genesis generator
verkle-gen-v1.0.11 fixing missing file
minor bugfix with default value of `EL_PREMINE_ADDRS` being read incorrectly
fix: "Exception: Missing environment variable EL_PREMINE_ADDRS" (#155) Signed-off-by: Rafael Matias <[email protected]>
Updated approach to include premined contracts
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
What's Changed
- update eip7002 system contract by @pk910 in #150
- update eip7002 & eip7251 contracts by @pk910 in #151
- feat: add fusaka support by @barnabasbusa in #152
Full Changelog: v3.3.8...v3.4.0
Update pectra contracts for devnet-4
What's Changed
- fix: semver for verkle-gen by @barnabasbusa in #128
- switch the type to raw by @parithosh in #148
- fix: update pectra contracts by @pk910 in #143
Full Changelog: v3.3.7...v3.3.8
verkle-gen-v1.0.9
Full Changelog: verkle-gen-v1.0.8...verkle-gen-v1.0.9
verkle-gen-v1.0.8
Full Changelog: verkle-gen-v1.0.4...verkle-gen-v1.0.8
Updated verkle genesis to handle new gas cost calculation
Full Changelog: verkle-gen-v1.0.2...verkle-gen-v1.0.7