ethereum / wiki

The Ethereum Wiki
https://www.ethereum.org
14.75k stars 2.56k forks source link

Referance to Pantheon client that has been renamed Hyperledger Besu #682

Open nshCore opened 4 years ago

nshCore commented 4 years ago

In the wiki there is lots of refs to Pegasys Pantheon which was renamed to Hyperledger Besu, this may be confusing to people not familiar with the rename

timbeiko commented 4 years ago

@ChrisChinchilla here are the specific examples, from the JSON RPC page.

JSON-RPC Endpoint

Pantheon | http://localhost:8545

Change "Pantheon" for "Hyperledger Besu"

JSON-RPC Support

cpp-ethereum | go-ethereum | py-ethereum | parity | pantheon

Change "Pantheon" for "Hyperledger Besu"

HEX Value Encoding

and version 0.8 of Pantheon onwards have websocket support.

Change "version 0.8 of Pantheon" to "version 0.8 of Hyperledger Besu".

ChrisChinchilla commented 4 years ago

Thanks @timbeiko noted, I thought someone had already resolved this, but obviously not. We're about to depreciate this wiki in favour of a new platform, so I'm going to make these changes over there.

timbeiko commented 4 years ago

Got it, thank you!