Skip to content

Commit

Permalink
update from pegasys repos to consensys (#56)
Browse files Browse the repository at this point in the history
* update pegasys to consensys
* fix case
* badges
  • Loading branch information
NicolasMassart authored Nov 6, 2020
1 parent d6a72d5 commit 83a5f89
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "common"]
path = common
url = https://github.com/PegaSysEng/doc.common.git
url = https://github.com/Consensys/doc.common.git
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Web3Signer documentation[![Documentation Status](https://readthedocs.com/projects/pegasys-web3signer/badge/?version=latest)](https://docs.web3signer.consensys.net/en/latest/?badge=latest)
# Web3Signer documentation

Latest: [![Documentation Status](https://readthedocs.com/projects/pegasys-web3signer/badge/?version=latest)](https://docs.web3signer.consensys.net/en/latest/?badge=latest)
Stable: [![Documentation Status](https://readthedocs.com/projects/pegasys-web3signer/badge/?version=stable)](https://docs.web3signer.consensys.net/en/stable/?badge=stable)

[Web3Signer] is a transaction signing application to be used with a web3 provider.

Expand All @@ -9,6 +12,6 @@ This repository only contains the sources for [Web3Signer documentation website
This repository uses a Git submodule. Please refer to the [common tools wiki] for explanation about
how to build and contribute to this documentation.

[Web3Signer]: https://github.com/PegaSysEng/web3signer
[common tools wiki]: https://github.com/PegaSysEng/doc.common/wiki
[Web3Signer]: https://github.com/Consensys/web3signer
[common tools wiki]: https://github.com/Consensys/doc.common/wiki
[Web3Signer documentation website hosted by ReadTheDocs.com]: https://docs.web3signer.consensys.net/
8 changes: 4 additions & 4 deletions docs/HowTo/Get-Started/Build-From-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ description: Building Web3Signer from source code

### Clone the Web3Signer Repository

Clone the `PegaSysEng/web3signer` repository:
Clone the `Consensys/web3signer` repository:

```bash
git clone https://github.com/PegaSysEng/web3signer.git
git clone https://github.com/Consensys/web3signer.git
```

### Build Web3Signer
Expand Down Expand Up @@ -60,10 +60,10 @@ bin/web3signer --help

### Install Web3Signer

Clone the `PegaSysEng/web3signer` repository:
Clone the `Consensys/web3signer` repository:

```bat
git clone https://github.com/PegaSysEng/web3signer.git
git clone https://github.com/Consensys/web3signer.git
```

### Build Web3Signer
Expand Down
2 changes: 1 addition & 1 deletion docs/HowTo/Get-Started/Start-Web3Signer.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Start the client, for example [Teku] by specifying the Web3Signer details.

<!-- Links -->
[Signing key configuration files]: ../Use-Signing-Keys.md
[Teku]: https://docs.teku.pegasys.tech/en/latest/HowTo/External-Signer/Use-External-Signer/
[Teku]: https://docs.teku.consensys.net/en/latest/HowTo/External-Signer/Use-External-Signer/
[subcommand]: ../../Reference/CLI/CLI-Subcommands.md
[bulk load Ethereum 2.0 signing keys]: ../Use-Signing-Keys.md#bulk-loading-ethereum-20-keys
4 changes: 2 additions & 2 deletions docs/HowTo/Get-Started/Use-Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Display the Web3Signer command line help using the Docker image:
=== "develop"

```bash
docker run pegasyseng/web3signer:develop --help
docker run consensys/web3signer:develop --help
```

## Expose listening port
Expand All @@ -33,5 +33,5 @@ To use the default listening port (`9000`) or the port specified using
To run Web3Signer exposing listening port for access:

```bash
docker run -p <listenPort>:9000 pegasyseng/web3signer:develop [options] [subcommand] [options]
docker run -p <listenPort>:9000 consensys/web3signer:develop [options] [subcommand] [options]
```
2 changes: 1 addition & 1 deletion docs/HowTo/Monitor/Metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ HTTP API metrics:
|`signing_private_key_retrieval_time`| Time taken to retrieve [BLS signing keys]. |

<!-- Links -->
[Start Teku]: https://docs.teku.pegasys.tech/en/latest/HowTo/External-Signer/Use-External-Signer/
[Start Teku]: https://docs.teku.consensys.net/en/latest/HowTo/External-Signer/Use-External-Signer/
[BLS signing keys]: ../Use-Signing-Keys.md
2 changes: 1 addition & 1 deletion docs/HowTo/Store-Keys-Vaults/Use-Hashicorp.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ The file contents use the format `<hostame>:<port> <hex-string>` where:
<!-- Links -->
[signing key configuration file]: ../Use-Signing-Keys.md
[Start Teku]: https://docs.teku.pegasys.tech/en/latest/HowTo/Get-Started/Register-Validators/#start-teku
[Start Teku]: https://docs.teku.consensys.net/en/latest/HowTo/Get-Started/Register-Validators/#start-teku
[Start Web3Signer and specify the location of the signing key configuration file]: ../Get-Started/Start-Web3Signer.md
2 changes: 1 addition & 1 deletion docs/Reference/Responsible-Disclosure.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Web3Signer responsible disclosure statement.

# Responsible disclosure policy

At PegaSys, security is a priority. But regardless of how much effort we put into system security,
At ConsenSys, security is a priority. But regardless of how much effort we put into system security,
there may still be vulnerabilities present.
If you discover a vulnerability, we want to know about it so we can take steps to address it as
quickly as possible. You can help us better protect our clients and our systems.
Expand Down

0 comments on commit 83a5f89

Please sign in to comment.