Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 9689838

Browse files
authored
OR-328: Updated Pantheon to Besu. (#14)
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
1 parent 6eeb6e4 commit 9689838

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/Reference/API-Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Client API
22

3-
The Client API is used by Ethereum clients (for example, Pantheon) to interact with Orion.
3+
The Client API is used by Ethereum clients (for example, Hyperledger Besu) to interact with Orion.
44

55
The port used by the Client API is defined by the `clientport ` property in the [configuration file](../Configuring-Orion/Configuration-File.md).
66
The default port is `8888`.

docs/Using-Orion/Privacy-Groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When [transactions are sent](../Reference/API-Methods.md#send) to:
55
* List of recipients, Orion creates a privacy group containing the recipients
66
* Privacy group, the transaction is distributed to all members of the privacy group.
77

8-
Pantheon maintains a [private state per privacy group](https://docs.pantheon.pegasys.tech/en/stable/Privacy/Privacy-Overview/#privacy-groups).
8+
Hyperledger Besu maintains a [private state per privacy group](https://besu.hyperledger.org/en/stable/Concepts/Privacy/Privacy-Groups/).
99

1010
Endpoints are provided to create, delete, and privacy groups:
1111

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Orion is an open-source private transaction manager developed under
77
## What is Orion?
88

99
Orion is an open-source private transaction manager developed under the Apache 2.0 license and written in Java.
10-
The primary application of Orion is as the private transaction manager for [Pantheon](https://docs.pantheon.pegasys.tech/en/stable/).
10+
The primary application of Orion is as the private transaction manager for [Hyperledger Besu](https://besu.hyperledger.org/en/stable/).
1111

1212
## What can you do with Orion?
1313

@@ -20,4 +20,4 @@ Orion:
2020
* Self manages and discovers all nodes in the Orion network.
2121

2222
* Provides an API for communicating between Orion nodes and an API for communicating with Ethereum
23-
clients (for example, Pantheon).
23+
clients (for example, Hyperlegder Besu).

0 commit comments

Comments
 (0)