diff --git a/client-integration-testnets/aleut.md b/client-integration-testnets/aleut.md new file mode 100644 index 0000000000..b86c4ff4e3 --- /dev/null +++ b/client-integration-testnets/aleut.md @@ -0,0 +1,46 @@ +# Client Integration Testnet Specification - Aleut + +**Disclaimer: This is for testing basic infrastructure. It will be nuked. It is not for deploying dapps, nor does it guarantee that EIPs included will go into mainnet.** + +The specification for the Aleut Client Integration Tesnet. Clients who wish to sync need to implement the following features into their client. It is for testing basic infrastructure and will be deprecated. + +## Specification + +Name: Aleut +ID: `Aleut` + + - [x] [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) Commit Hash - [TBA] + +## Timeline + + - Deployed: + +## Client Consensus -> Implementation + +YOLO-v1 +| **Client** | Signal | Spec | Merged | Syncing | +|--------------|--------|------|--------|---------| +| Besu | x | x | | | +| Geth | x | x | | | +| Nethermind | x | x | | | +| OpenEthereum | x | x | | | + +**Signal** - +Client intends to participate. *(You are on the bus)* + +**Spec** - +Client is satisfied with the proposed specification. *(You agree with the direction)* + +**Merge** - +Changes are implemented in the client and configurable for the network. *(You are ready to hit the gas and go)* + +**Syncing** +Client syncs with the network + +## Syncing Instructions: + +TBA + + +## Copyright +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).