Skip to content

Commit 3283b40

Browse files
alexandratranAlexandra TranGabriel-Trintinalia
authored
Remove references to unsupported eth protocol versions (#1801)
* Document truststore options Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net> * add more context to descriptions Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net> * Remove references to unsupported eth protocol versions Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net> * Update index.md Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net> Signed-off-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> --------- Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net> Signed-off-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> Co-authored-by: Alexandra Tran <alexandra.tran@consensys.net> Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
1 parent 10ece28 commit 3283b40

File tree

2 files changed

+1
-52
lines changed

2 files changed

+1
-52
lines changed

docs/public-networks/reference/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"admin_peers","params":[],"id":1}
522522
{
523523
"version": "0x5",
524524
"name": "besu/v20.10.4-dev-0905d1b2/osx-x86_64/adoptopenjdk-java-11",
525-
"caps": ["eth/62", "eth/63", "eth/64", "eth/65", "IBF/1"],
525+
"caps": ["eth/67", "eth/68", "IBF/1"],
526526
"network": {
527527
"localAddress": "192.168.1.229:50115",
528528
"remoteAddress": "168.61.153.255:40303"

docs/public-networks/reference/cli/options.md

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -581,57 +581,6 @@ color-enabled=false
581581

582582
Enables or disables color output to console. The default is `true`.
583583

584-
### `compatibility-eth64-forkid-enabled`
585-
586-
<Tabs>
587-
588-
<TabItem value="Syntax" label="Syntax" default>
589-
590-
```bash
591-
--compatibility-eth64-forkid-enabled[=<true|false>]
592-
```
593-
594-
</TabItem>
595-
596-
<TabItem value="Example" label="Example">
597-
598-
```bash
599-
--compatibility-eth64-forkid-enabled=true
600-
```
601-
602-
</TabItem>
603-
604-
<TabItem value="Environment variable" label="Environment variable">
605-
606-
```bash
607-
BESU_COMPATIBILITY_ETH64_FORKID_ENABLED=true
608-
```
609-
610-
</TabItem>
611-
612-
<TabItem value="Example configuration file" label="Example configuration file">
613-
614-
```bash
615-
compatibility-eth64-forkid-enabled=true
616-
```
617-
618-
</TabItem>
619-
620-
</Tabs>
621-
622-
Enables or disables the legacy Eth/64 fork ID. For any networks with nodes using Besu v1.4 or earlier and nodes using Besu v20.10.1 or later, either:
623-
624-
- All nodes must be upgraded to v20.10.1 or later.
625-
- All nodes using v20.10.1 or later must have `--compatibility-eth64-forkid-enabled` set to `true`.
626-
627-
The default is `false`.
628-
629-
:::caution
630-
631-
If networks have Besu nodes using v1.4 or earlier and other Besu nodes using v20.10.1 or later, the nodes on different versions cannot communicate unless `--compatibility-eth64-forkid-enabled` is set to `true`.
632-
633-
:::
634-
635584
### `config-file`
636585

637586
<Tabs>

0 commit comments

Comments
 (0)