From 9841f79275efbbed444daa6196cd50b720e694e8 Mon Sep 17 00:00:00 2001 From: MOSHKA-GOT Date: Mon, 20 Oct 2025 17:29:29 +0300 Subject: [PATCH 1/8] Update link index.md --- .../content/developers/docs/consensus-mechanisms/poa/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/content/developers/docs/consensus-mechanisms/poa/index.md b/public/content/developers/docs/consensus-mechanisms/poa/index.md index b38ac4e154e..82fc6e15d21 100644 --- a/public/content/developers/docs/consensus-mechanisms/poa/index.md +++ b/public/content/developers/docs/consensus-mechanisms/poa/index.md @@ -16,7 +16,7 @@ Proof-of-authority is a modified version of **[proof-of-stake](/developers/docs/ Proof-of-authority requires trusting a set of authorized signers that are set in the [genesis block](/glossary/#genesis-block). In most current implementations, all authorized signers retain equal power and privileges when determining consensus of the chain. The idea behind reputation staking is every authorized validator is well-known to everyone through things like know your customer (KYC), or by having a well-known organization being the only validator—this way if a validator does anything wrong, their identity is known. -There are multiple implementations of PoA, but the standard Ethereum implementation is **clique**, which implements [EIP-225](https://eips.ethereum.org/EIPS/eip-225). Clique is developer-friendly and an easy-to-implement standard, supporting all client syncing types. Other implementations include [IBFT 2.0](https://besu.hyperledger.org/stable/private-networks/concepts/poa) and [Aura](https://openethereum.github.io/Chain-specification). +There are multiple implementations of PoA, but the standard Ethereum implementation is **clique**, which implements [EIP-225](https://eips.ethereum.org/EIPS/eip-225). Clique is developer-friendly and an easy-to-implement standard, supporting all client syncing types. Other implementations include [IBFT 2.0](https://besu.hyperledger.org/private-networks/concepts/poa) and [Aura](https://openethereum.github.io/Chain-specification). ## How it works {#how-it-works} @@ -65,7 +65,7 @@ If for example there are 10 authorized signers and each signer is allowed to cre - [PoA in blockchain](https://medium.com/techskill-brew/proof-of-authority-or-poa-in-blockchain-part-11-blockchain-series-be15b3321cba) - [Clique explained](https://medium.com/@Destiner/clique-cross-client-proof-of-authority-algorithm-for-ethereum-8b2a135201d) - [Deprecated PoA, Aura specification](https://openethereum.github.io/Chain-specification) -- [IBFT 2.0, another PoA implementation](https://besu.hyperledger.org/stable/private-networks/concepts/poa) +- [IBFT 2.0, another PoA implementation](https://besu.hyperledger.org/private-networks/concepts/poa) ### More of a visual learner? {#visual-learner} From 355c9d5acd4febc1ff26c74294d9cb84bab510de Mon Sep 17 00:00:00 2001 From: MOSHKA-GOT Date: Mon, 20 Oct 2025 17:31:15 +0300 Subject: [PATCH 2/8] Update link index.md --- .../docs/consensus-mechanisms/pos/weak-subjectivity/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md b/public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md index a8374a84fbb..f7b87b61a2b 100644 --- a/public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md +++ b/public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md @@ -34,6 +34,6 @@ Finally, checkpoints can be requested from other nodes; perhaps another Ethereum - [Weak subjectivity in Eth2](https://notes.ethereum.org/@adiasg/weak-subjectvity-eth2) - [Vitalik: How I learned to love weak subjectivity](https://blog.ethereum.org/2014/11/25/proof-stake-learned-love-weak-subjectivity/) -- [Weak subjectivity (Teku docs)](https://docs.teku.consensys.net/en/latest/Concepts/Weak-Subjectivity/) +- [Weak subjectivity (Teku docs)](https://docs.teku.consensys.io/concepts/weak-subjectivity?utm_source=chatgpt.com) - [Phase-0 Weak subjectivity guide](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/weak-subjectivity.md) - [Analysis of weak subjectivity in Ethereum 2.0](https://github.com/runtimeverification/beacon-chain-verification/blob/master/weak-subjectivity/weak-subjectivity-analysis.pdf) From b9970cfd238725bd98a2226079350651bae69d70 Mon Sep 17 00:00:00 2001 From: MOSHKA-GOT Date: Mon, 20 Oct 2025 17:36:56 +0300 Subject: [PATCH 3/8] Update link index.md --- public/content/developers/docs/frameworks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/frameworks/index.md b/public/content/developers/docs/frameworks/index.md index cfe144acf6a..6d6ef6fd5c0 100644 --- a/public/content/developers/docs/frameworks/index.md +++ b/public/content/developers/docs/frameworks/index.md @@ -115,7 +115,7 @@ Before diving into frameworks, we recommend you first read through our introduct **OpenZeppelin SDK -** **_The Ultimate Smart Contract Toolkit: A suite of tools to help you develop, compile, upgrade, deploy and interact with smart contracts._** -- [OpenZeppelin SDK](https://openzeppelin.com/sdk/) +- [OpenZeppelin Defender SDK](https://docs.openzeppelin.com/defender/sdk) - [GitHub](https://github.com/OpenZeppelin/openzeppelin-sdk) - [Community Forum](https://forum.openzeppelin.com/c/support/17) - **OpenZeppelin SDK development has ended** From c6461463c97accf97683f4cd1f27a5e5b9676cc4 Mon Sep 17 00:00:00 2001 From: MOSHKA-GOT Date: Mon, 20 Oct 2025 17:38:32 +0300 Subject: [PATCH 4/8] Update link index.md --- public/content/developers/docs/mev/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/mev/index.md b/public/content/developers/docs/mev/index.md index c2771a6d427..551e0ba95a0 100644 --- a/public/content/developers/docs/mev/index.md +++ b/public/content/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Below is an overview of how the Builder API works: 5. A validator using the Builder API is still expected to build a block locally in case the block builder fails to respond promptly, so they don't miss out on block proposal rewards. However, validator cannot create another block using either the now-revealed transactions or another set, as it would amount to _equivocation_ (signing two blocks within the same slot), which is a slashable offense. -An example implementation of the Builder API is [MEV Boost](https://github.com/flashbots/mev-boost), an improvement on the [Flashbots auction mechanism](https://docs.flashbots.net/Flashbots-auction/overview/) designed to curb the negative externalities of MEV on Ethereum. Flashbots auction allows validators in proof-of-stake to outsource the work of building profitable blocks to specialized parties called **searchers**. +An example implementation of the Builder API is [MEV Boost](https://github.com/flashbots/mev-boost), an improvement on the [Flashbots auction mechanism](https://docs.flashbots.net/Flashbots-auction/overview) designed to curb the negative externalities of MEV on Ethereum. Flashbots auction allows validators in proof-of-stake to outsource the work of building profitable blocks to specialized parties called **searchers**. ![A diagram showing the MEV flow in detail](./mev.png) Searchers look for lucrative MEV opportunities and send transaction bundles to block proposers along with a [sealed-price bid](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) for inclusion in the block. The validator running mev-geth, a forked version of the go-ethereum (Geth) client only has to choose the bundle with the most profit and include it as part of the new block. To protect block proposers (validators) from spam and invalid transactions, transaction bundles pass through **relayers** for validation before getting to the proposer. From 79ba58f253888815b7b31d7961ec193235c55868 Mon Sep 17 00:00:00 2001 From: MOSHKA-GOT Date: Mon, 20 Oct 2025 17:40:25 +0300 Subject: [PATCH 5/8] Update link index.md --- .../developers/docs/nodes-and-clients/run-a-node/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/nodes-and-clients/run-a-node/index.md b/public/content/developers/docs/nodes-and-clients/run-a-node/index.md index d05d92c4300..909f74bf94d 100644 --- a/public/content/developers/docs/nodes-and-clients/run-a-node/index.md +++ b/public/content/developers/docs/nodes-and-clients/run-a-node/index.md @@ -131,7 +131,7 @@ Below are a few projects which can help you install and control clients just wit - [DappNode](https://docs.dappnode.io/docs/user/getting-started/choose-your-path) - DappNode doesn't come only with a machine from a vendor. The software, the actual node launcher and control center with many features can be used on arbitrary hardware. - [EthPillar](https://www.coincashew.com/coins/overview-eth/ethpillar) - Quickest and easiest way to setup a full node. One-liner setup tool and node management TUI. Free. Open source. Public goods for Ethereum by solo stakers. ARM64 and AMD64 support. - [eth-docker](https://eth-docker.net/) - Automated setup using Docker focused on easy and secure staking, requires basic terminal and Docker knowledge, recommended for a bit more advanced users. -- [Stereum](https://stereum.net/ethereum-node-setup/) - Launcher for installing clients on a remote server via SSH connection with a GUI setup guide, control center, and many other features. +- [Stereum](https://stereum-dev.github.io/ethereum-node-web-docs) - Launcher for installing clients on a remote server via SSH connection with a GUI setup guide, control center, and many other features. - [NiceNode](https://www.nicenode.xyz/) - Launcher with a straightforward user experience to run a node on your computer. Just choose clients and start them with a few clicks. Still in development. - [Sedge](https://docs.sedge.nethermind.io/docs/intro) - Node setup tool which automatically generates a Docker configuration using CLI wizard. Written in Go by Nethermind. From 59f10168bfccc3bf24e2705ad1ff45a341cb24ef Mon Sep 17 00:00:00 2001 From: MOSHKA-GOT Date: Mon, 20 Oct 2025 17:45:43 +0300 Subject: [PATCH 6/8] Update link index.md --- .../docs/smart-contracts/formal-verification/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/smart-contracts/formal-verification/index.md b/public/content/developers/docs/smart-contracts/formal-verification/index.md index 30b66d6c763..0b51123b783 100644 --- a/public/content/developers/docs/smart-contracts/formal-verification/index.md +++ b/public/content/developers/docs/smart-contracts/formal-verification/index.md @@ -215,7 +215,7 @@ Also, it is not always possible for program verifiers to determine if a property **Act**: _*Act allows specification of storage updates, pre/post conditions and contract invariants. Its tool suite also has proof backends able to prove many properties via Coq, SMT solvers, or hevm.*_ - [GitHub](https://github.com/ethereum/act) -- [Documentation](https://ethereum.github.io/act/) +- [Documentation](https://github.com/argotorg/act) **Scribble** - _*Scribble transforms code annotations in the Scribble specification language into concrete assertions that check the specification.*_ From cb93ccad5283e520ceebd23d59352229a326da0e Mon Sep 17 00:00:00 2001 From: MOSHKA-GOT Date: Mon, 20 Oct 2025 17:48:02 +0300 Subject: [PATCH 7/8] Update link index.md --- public/content/developers/docs/smart-contracts/testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/smart-contracts/testing/index.md b/public/content/developers/docs/smart-contracts/testing/index.md index 051be52de4b..9fd7da6c5d6 100644 --- a/public/content/developers/docs/smart-contracts/testing/index.md +++ b/public/content/developers/docs/smart-contracts/testing/index.md @@ -188,7 +188,7 @@ Running property-based testing typically starts with defining a property (e.g., Once configured properly, the property testing tool will execute your smart contracts functions with randomly generated inputs. If there are any assertion violations, you should get a report with concrete input data that violates the property under evaluation. See some of the guides below to get started with running property-based testing with different tools: -- **[Static analysis of smart contracts with Slither](https://github.com/crytic/building-secure-contracts/tree/master/program-analysis/slither#slither)** +- **[Static analysis of smart contracts with Slither](https://github.com/crytic/slither)** - **[Static analysis of smart contracts with Wake](https://ackeeblockchain.com/wake/docs/latest/static-analysis/using-detectors/)** - **[Property-based testing with Brownie](https://eth-brownie.readthedocs.io/en/stable/tests-hypothesis-property.html)** - **[Fuzzing contracts with Foundry](https://book.getfoundry.sh/forge/fuzz-testing)** From f639c1e9ffc0116920e8d84d0116badd244ae0d8 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Mon, 20 Oct 2025 13:45:12 -0600 Subject: [PATCH 8/8] Update public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md --- .../docs/consensus-mechanisms/pos/weak-subjectivity/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md b/public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md index f7b87b61a2b..2f65bcc0885 100644 --- a/public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md +++ b/public/content/developers/docs/consensus-mechanisms/pos/weak-subjectivity/index.md @@ -34,6 +34,6 @@ Finally, checkpoints can be requested from other nodes; perhaps another Ethereum - [Weak subjectivity in Eth2](https://notes.ethereum.org/@adiasg/weak-subjectvity-eth2) - [Vitalik: How I learned to love weak subjectivity](https://blog.ethereum.org/2014/11/25/proof-stake-learned-love-weak-subjectivity/) -- [Weak subjectivity (Teku docs)](https://docs.teku.consensys.io/concepts/weak-subjectivity?utm_source=chatgpt.com) +- [Weak subjectivity (Teku docs)](https://docs.teku.consensys.io/concepts/weak-subjectivity) - [Phase-0 Weak subjectivity guide](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/weak-subjectivity.md) - [Analysis of weak subjectivity in Ethereum 2.0](https://github.com/runtimeverification/beacon-chain-verification/blob/master/weak-subjectivity/weak-subjectivity-analysis.pdf)