Releases: NethermindEth/sedge
Releases · NethermindEth/sedge
Release list
0.3.0
Changelog
Added
- Gnosis Network support
- Add support for gnosis merge testnets named chiado and denver
- Add support for custom testnets by allowing custom remote config and genesis files
- Add
--no-validatorflag to exclude the validator node from the full node setup - Add
--graffitito allow overriding the default graffiti used by validators nodes - Allow the extra flags to overwrite fixed template images commands flags. Latest flag apparition will be used.
- Add Homebrew installation method
- Add Checkpoint Sync for Ethereum Mainnet
Changed
- Remove Nethermind metrics configuration
- Prysm and Lodestar can use now an undefined number of Bootnodes
- Allow providing a number for
--tailflag oflogscommand, e.g:sedge logs --tail 50 - Remove
mainnetservice templates and usemergeservice templates for Mainnet network. checkpoint-sync-urlcan now be set separately for every consensus client of a network usingCHECKPOINT_SYNC_URLas env variabe in the consensus client templates.- Use fixed docker images with latest tested versions
- Change Prater to Goerli
Fixed
- Check for compose plugin installed. The check was running compose with a wrong path flag
- Errors in validators templates
0.2.0
Changelog
Added
- Support for Goerli/Prater network
- Docusaurus documentation engine with initial version of docs
- CI workflows to test and deploy documentation to Github Pages
- Goerli/Prater support
- Sepolia support
- Mev-boost settings for all the currently supported CL clients
- Relays URLs for all the testnets
- Mev-boost set on by default in Prater
Changed
- Update Readme. Some instructions were moved to the docs. Roadmap updated.
- Updated Teku mev-boost configuration
0.1.2
Changelog
Added
- Table with mev-boost support information on the Readme
- Table with OS support for dependency installation
- More instructions and descriptions about the tool on the Readme
Changed
- Update Roadmap.
Fixed
- Fix bad checks for compose availability.
- Stop running Lighthouse with mev-boost settings on Ropsten. Official and stable docker image doesn't support mev-boost yet.
- Fix compose installation. Now compose is installed on root user, as sedge runs everything using sudo currently.
- Fix track sync of nodes stoping early.
0.1.1
Changelog
Changed
- Update Roadmap
Fixed
- Fix error when trying to generate jwtsecret on unexisting folder
0.1.0
Changelog
Added
- Create cli tool able to set up a Ethereum based validator in an on-premise way.
- Generate
docker-composescripts and.envfiles for selected clients with theclicommand. - Generate keystore folder with the cli using
keyscommand. The inner tool used for this is the staking-deposit-cli tool. - Generate
jwtsecretfor post-merge networks. - Test coverage (unit tests)
- Integrate Kiln network
- Integrate Ropsten network
- Integrate MEV-Boost as an option