Skip to content

Commit 4610a43

Browse files
author
Alexandra Tran
committed
Merge branch 'main' of github.com:hyperledger/besu-docs
2 parents 3809ad1 + 2c00156 commit 4610a43

File tree

4 files changed

+4
-55
lines changed

4 files changed

+4
-55
lines changed

docs/private-networks/tutorials/ethash.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create an Ethash network
2+
title: (Deprecated) Create an Ethash network
33
sidebar_position: 5
4-
description: Create a private network using the Ethash consensus protocol.
4+
description: Create a private network using the (deprecated) Ethash consensus protocol.
55
tags:
66
- private networks
77
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"label": "Create a privacy enabled network",
2+
"label": "(Deprecated) Create a privacy enabled network",
33
"position": 6
44
}

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)