Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [docs] update changelog * [docs] update docs for version v1.3.0 * docs: update main docs page to holds holesky Co-authored-by: Miguel Tenorio <[email protected]> * docs: add new info section on latest comment at quickstart page Co-authored-by: Miguel Tenorio <[email protected]> * docs: update CHANGELOG Co-authored-by: Miguel Tenorio <[email protected]> * fix: golang version for release * Release v1.3.1 (#359) * [docs] update changelog * [docs] update docs for version v1.3.0 * docs: update main docs page to holds holesky Co-authored-by: Miguel Tenorio <[email protected]> * docs: add new info section on latest comment at quickstart page Co-authored-by: Miguel Tenorio <[email protected]> * docs: update CHANGELOG Co-authored-by: Miguel Tenorio <[email protected]> * fix: golang version for release * chore: Update client images to be ready for deneb forks * feat: update courtney dependency * fix: update unit_tests action * fix: update build workflow * fix: update codecov/codecov-action to v4 * fix: update doc-test dependencies versions * fix: update templates commands in tests * feat: update versions of clients * fix: update lodestar command * docs: update changelog * docs: update documentation to version v1.3.1 * docs: update CHANGELOG.md Co-authored-by: Adrian Tubal Páez Ruiz <[email protected]> * docs: update CHANGELOG.md Co-authored-by: Miguel Tenorio <[email protected]> --------- Co-authored-by: Miguel Tenorio <[email protected]> Co-authored-by: Adrian <[email protected]> * Fix homebrew (#360) * feat: upgrade release action * fix: downgrade docker/setup-buildx-action to v3 * fix: update reviewers on release PR * fix:comment failing packages on Windows * Release v1.3.2 (#365) Dencun-ready release Co-authored-by: Miguel Tenorio <[email protected]> Co-authored-by: Adrian <[email protected]> * Release v1.4.0 (#394) * [docs] update changelog * [docs] update docs for version v1.3.0 * docs: update main docs page to holds holesky Co-authored-by: Miguel Tenorio <[email protected]> * docs: add new info section on latest comment at quickstart page Co-authored-by: Miguel Tenorio <[email protected]> * docs: update CHANGELOG Co-authored-by: Miguel Tenorio <[email protected]> * fix: golang version for release * chore: Update client images to be ready for deneb forks * feat: update courtney dependency * fix: update unit_tests action * fix: update build workflow * fix: update codecov/codecov-action to v4 * fix: update doc-test dependencies versions * fix: update templates commands in tests * feat: update versions of clients * fix: update lodestar command * Update develop branch with main (#362) * [docs] update changelog * [docs] update docs for version v1.3.0 * docs: update main docs page to holds holesky Co-authored-by: Miguel Tenorio <[email protected]> * docs: add new info section on latest comment at quickstart page Co-authored-by: Miguel Tenorio <[email protected]> * docs: update CHANGELOG Co-authored-by: Miguel Tenorio <[email protected]> * fix: golang version for release * Release v1.3.1 (#359) * [docs] update changelog * [docs] update docs for version v1.3.0 * docs: update main docs page to holds holesky Co-authored-by: Miguel Tenorio <[email protected]> * docs: add new info section on latest comment at quickstart page Co-authored-by: Miguel Tenorio <[email protected]> * docs: update CHANGELOG Co-authored-by: Miguel Tenorio <[email protected]> * fix: golang version for release * chore: Update client images to be ready for deneb forks * feat: update courtney dependency * fix: update unit_tests action * fix: update build workflow * fix: update codecov/codecov-action to v4 * fix: update doc-test dependencies versions * fix: update templates commands in tests * feat: update versions of clients * fix: update lodestar command * docs: update changelog * docs: update documentation to version v1.3.1 * docs: update CHANGELOG.md Co-authored-by: Adrian Tubal Páez Ruiz <[email protected]> * docs: update CHANGELOG.md Co-authored-by: Miguel Tenorio <[email protected]> --------- Co-authored-by: Miguel Tenorio <[email protected]> Co-authored-by: Adrian <[email protected]> * Fix homebrew (#360) * feat: upgrade release action * fix: downgrade docker/setup-buildx-action to v3 * fix: update reviewers on release PR * fix:comment failing packages on Windows --------- Co-authored-by: Miguel Tenorio <[email protected]> Co-authored-by: Adrian <[email protected]> * Update images dencun-ready (#364) * feat: update client images to be dencun compatible * docs: update changelog * Remove obsolete version field (#373) * fix: remove obsolete version field * fix: update github actions (#366) * fix: check-version PR reviewers (#382) * Remove support for Goerli (#372) * Removed Goerli from NetworkSupported and adjusted networks test * Removed Goerli from templates/envs * Removed Goerli from templates/envs * Mentioned Goerli support removal in the changelog, goerli.mdx, and README * Fixed TestSupportMEVBoost * Removed Georli from TestGenerativeEnvFile * Adjusted Test case 6 in TestCheckVariable * Removed Georli from networks list for TestSupportedNetworks * Removed Goerli from cli.go * Adjusted test cli_test.go "consensus node" network into NetworkMainnet * Replaced Goerli network from test cases in generate_test.go with valid networks * Removed Goerli from GenerateCmd() * Replaced Goerli in test cases with Mainnet * Removed Goerli from KeysCmd() * Removed Goerli from FullNodeSubCmd() * Removed NetworkGoerli * Fixed index_out_of_range error in Holesky related test cases in "Select network" * Adjusted error in TestCli regarding "consensus node" test case * Update cli/sub_gen.go * docs: Update cli.mdx * docs: Update clients.mdx * docs: Update generate.mdx * docs: Update keys.mdx * docs: Update networks.mdx * docs: Replace Goerli with Sepolia in run-validator-mev[network].md * docs: Remove Goerli from documentations * feat: remove Goerli from ImportKeys and associated tests * docs: remove Goerli from docs * test: Add E2E test suite (#384) * test: init e2e tests * feat: add e2e test workflow * chore: add codecov config * feat: Add Smart Contracts logic for Lido (#386) * feat: add MevBoostRelayAllowedList contract and code * feat: add StakingRouter contract and code * feat: add contracts go files to package "lido" * feat: apply changes to go.sum and go.mod * feat: adjust packages for contracts * fix: adjust formatting in MEVBoostRelayAllowedList.go * fix: update go.mod and go.sum * test: create MEVBoostrelayAllowedList_test.go * feat: update go.mod, go.sum * style: adjust formatting * feat: move lido package to internal package * feat: add feeRecipient addresses for each network * feat: adjust MEVBoostRelayAllowedList_test.go for method GetRelays * style: add comments to GetRelays method * feat: separate test and logic methods * feat: put expectedRelays in .yaml file * style: rename files, adjust formatting and add comments * feat: import configs package * feat: add public rpcs to configs and create method GetPublicRPCs * style: adjust formatting * feat: Allow keystores creation with eth1 withdrawal credentials (#235) * feat: allow keystores creation with eth1 withdrawal credentials * fix: error when passing empty withdrawal eth1 address * chore: Add devcontainer config * fix: Withdrawal credentials prefix zeros in deposit data. * feat: Add json schema and logic to validate deposit_data.json * test: Add e2e test for keys gen with eth1 withdrawal cred * feat: Support installing deps on debian 12 * fix: fix e2e tests error in Windows * fix: e2e sedge keys test for Windows --------- Co-authored-by: Miguel Tenorio <[email protected]> Co-authored-by: AntiD2ta <[email protected]> Co-authored-by: Haneen Khalifa <[email protected]> * feat: Add support for mev-boost on Holesky (#380) * feat: add mev RelayUrls for Holesky * feat: update holesky/envs_base.tmpl * test: add test case in TestSupportMEVBoost * docs: update docs, README.md, and CHANGELOG.md * feat: update TestCli/consensus_node_holesky * feat: update TestCli/consensus_node_holesky --------- Co-authored-by: Marcos Antonio Maceo <[email protected]> * feat: Update images to latest versions (#391) * feat: update clients to latest images * Fix misused eth1 flag for lighthouse CL * docs: update changelog --------- Co-authored-by: Yaroslav Kukharuk <[email protected]> * feat: Add Lido Flow (#389) * feat: add method GetRelaysURI and adjust mevboostrelaylist package * feat: add lido flow for cli.go * refactor: adjust prompts for lido flow * feat: add non-interactive lido flow * style: adjust formatting * fix: adjust formatting * test: add e2e test for non-interactive setup * fix: adjust e2e test * style: adjust formatting * test: Add mocks test for non-interactive setup in cli/generate_test.go * doc: documentation for lido csm on sedge * test: adjust e2e tests for lido flow * fix: update go.mod * fix: Adjust generate_test.go * feat: Add --lido to sedge keys * feat: Overwrite WithdrawalAddress in prompts setup * refactor: error messages * refactor: adjust tests and naming * test: adjust keys for holesky * doc: Update Sedge with Lido guide (#390) * feat: MEV prompt with lido * refactor: Validate lido supported networks * refactor: NodeOptionsFactory interface for cli * refactor: NodeOptionsFactory interface for sedge generate * fix: Holesky fork version * refac: New pkg options for Sedge setup type logic * feat(keys): Log keystore path after generation * doc: Add --network holesky to sedge keys --lido example * chore: Update go.mod * fix documentation for update on commands * doc: Update CHANGELOG --------- Co-authored-by: Marcos Maceo <[email protected]> Co-authored-by: Miguel Tenorio <[email protected]> Co-authored-by: AntiD2ta <[email protected]> * feat: Support ubuntu 24.04 deps install (#392) * feat: Support installing deps on Ubuntu 24.04 * feat: Add gcc and g++ to suggested deps for build from source * fix(cli): Mev-boost not being generated for holesky (#393) * docs: update documentation for release v.1.4.0 --------- Co-authored-by: Miguel Tenorio <[email protected]> Co-authored-by: Adrian <[email protected]> Co-authored-by: Kamil Chodoła <[email protected]> Co-authored-by: Haneen Khalifa <[email protected]> Co-authored-by: Carlos Bermudez Porto <[email protected]> Co-authored-by: AntiD2ta <[email protected]> Co-authored-by: Haneen Khalifa <[email protected]> Co-authored-by: Yaroslav Kukharuk <[email protected]> * fix: set golang to 1.21 on actions (#395) * fix: update go version on dockerfile for buildx (#396) * fix: update go version on actions for ppa (#397) * Release v1.5.0 * feat: add op funding.json (#405) * Remove Peer upper limit of peers on CL (#404) * Remove Peer upper limit on teku because of new peers management * Remove Peer force setup from CL layer * Fix typo * Delete sh.exe.stackdump * docs: update changelog * docs: update docs to latest version * feat: add OP stack using nethermind to Sedge (#407) * feat: add op-neth support * docs: update changelog * feat: add --Discovery.Discv5Enabled flag to op-nethermind * fix: change --consensus-api-url to --consensus-url * fix: remove references to op-enabled on full command * feat: add --syncmode=execution-layer flag to op-l2 container * fix: add more context on documentation * docs: updated changelog * Update docs/docs/quickstart/optimism.mdx Co-authored-by: Miguel Tenorio <[email protected]> --------- Co-authored-by: Miguel Tenorio <[email protected]> * docs: update changelog * fix: format lines --------- Co-authored-by: Marek Moraczyński <[email protected]> Co-authored-by: Kamil Chodoła <[email protected]> Co-authored-by: Miguel Tenorio <[email protected]> * fix: Remove repeated code * fix: error with lido rewards * feat: Adjust Makefile * fix: Remove generated file --------- Co-authored-by: Miguel Tenorio <[email protected]> Co-authored-by: Adrian <[email protected]> Co-authored-by: Kamil Chodoła <[email protected]> Co-authored-by: Haneen Khalifa <[email protected]> Co-authored-by: Carlos Bermudez Porto <[email protected]> Co-authored-by: AntiD2ta <[email protected]> Co-authored-by: Haneen Khalifa <[email protected]> Co-authored-by: Yaroslav Kukharuk <[email protected]> Co-authored-by: Marek Moraczyński <[email protected]>
- Loading branch information