:::info :mega: 4844 requires a trusted setup file, Please ensure that there is a way for us to specify the file through a runtime flag such as --trusted-setup-file (or similar). If the file is baked in during compile, please ensure that the flag would indeed override the file. This is a MUST requirement for devnet 6. If your client does not support the override, we can't include it in the devnet. ::: :::info :mega: The c-kzg trusted setup file has been updated since devnet 5. Please make sure you use the correct values. This can be found here. ::: Consensus Specs @ Commit 0682b22 aka v1.4.0-alpha.3 :heavy_check_mark:
6/14/2023gateway.fm feedback Introduction/Contributing Lacks a link to the repository. Would be good to have a hyperlink to the actual repo to make it easier for contributors. Ethereum2.0/The Merge Ethereum 2.0 is shown on the sidebar, it should just be Ethereum. Would like to drop all mentions of eth1 and eth2. Just stick to consensus/execution when referring to the two layers. Give examples of all the CL and EL clients. Link to See also link https://github.com/gateway-fm/validator-kb/blob/main/reference/basics/nodes/README.md does not work.
3/9/2023THE DOCS YOU READ BELOW ARE OUTDATED! Withdrawals In this document I will include all the methods to make full withdrawals with the different clients and also show some examples about how to do a BLS to Execution change with ethdo tool. General assumptions Instead of using a long public key in all the queries, I just refer to it as $validator. export validator="0xb37101f32ee0d54ca6958764d21bd416b397c0a199d5ff447b8cd41bba89d78da9d12622134cc8a3cafe30daad85cd46" We assume for full withdrawal the withdrawal credential of type 0x01. If you have an address that is 0x00, then proceed to the bottom of the doc where it discusses how to convert a BLS (0x00) address into an execution address (0x01)
2/3/2023THE DOCS YOU READ BELOW ARE OUTDATED! TODO before publishing make sure that withdrawal-devnet-0/1 is replaced with Zhejiang make sure bootnodes are pointing to the correct place make sure all github links are correct change network id How to run a node on the Zhejiang testnet? Who is this guide for?
1/24/2023