From 57eda36e921ee72110c5d9c3077a1b3f3020768a Mon Sep 17 00:00:00 2001 From: Nicolas MASSART Date: Wed, 4 Nov 2020 13:31:38 +0100 Subject: [PATCH] fix project name refs (#55) --- .github/pull_request_template.md | 6 +++--- README.md | 2 +- common | 2 +- docs/Reference/Responsible-Disclosure.md | 2 +- docs/index.md | 4 +++- mkdocs.yml | 14 +++++++------- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 614408e..cdc4935 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ - + ## Pull Request Description ## Fixed Issue(s) - - + + diff --git a/README.md b/README.md index f46abe0..b60e504 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Web3Signer documentation [![Documentation Status](https://readthedocs.com/projects/pegasys-eth2signer/badge/?version=latest)](https://docs.web3signer.consensys.net/en/latest/?badge=latest) +# Web3Signer documentation[![Documentation Status](https://readthedocs.com/projects/pegasys-web3signer/badge/?version=latest)](https://docs.web3signer.consensys.net/en/latest/?badge=latest) [Web3Signer] is a transaction signing application to be used with a web3 provider. diff --git a/common b/common index e5c0a9c..c3a51e1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e5c0a9ca8cb65529a14539ece8c93dadbc57e0d0 +Subproject commit c3a51e147a58d325eb34cd864aa036298e842ab2 diff --git a/docs/Reference/Responsible-Disclosure.md b/docs/Reference/Responsible-Disclosure.md index 749e3a7..9f9083c 100644 --- a/docs/Reference/Responsible-Disclosure.md +++ b/docs/Reference/Responsible-Disclosure.md @@ -1,5 +1,5 @@ --- -description: Ethsigner responsible disclosure statement. +description: Web3Signer responsible disclosure statement. --- # Responsible disclosure policy diff --git a/docs/index.md b/docs/index.md index dbda0a5..484f6b2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,9 @@ description: Web3Signer is an open-source signer developed under the Apache 2.0 ## What is Web3Signer? Web3Signer is an open-source signing service developed under the Apache 2.0 license and written in -Java. EthSigner is capable of signing on multiple platforms using private keys stored in an external +Java. + +Web3Signer is capable of signing on multiple platforms using private keys stored in an external vault, or encrypted on a disk. Web3Signer can sign payloads using secp256k1 and BLS12-381 signing keys, and supports the following diff --git a/mkdocs.yml b/mkdocs.yml index c1a70f7..f88f519 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,19 +26,19 @@ extra: You can switch to stable version using the version box at screen bottom.' support: tool: Discord - channel: https://discord.gg/EA7WGzA - email: support@pegasys.tech - website: https://pegasys.tech/ - company: Pegasys - issues: https://github.com/PegaSysEng/web3signer/issues + channel: https://discord.gg/5U9Jwp7 + email: quorum@consensys.net + website: https://consensys.net/quorum/developers + company: Consensys + issues: https://github.com/Consensys/web3signer/issues google: site_verification: 'za1cLzyS6LXDGO-pMzvfQdYTZ0Zc67uZtY0asA4YXZ0' tag_manager: 'GTM-5FCWH9Q' # Software Repository -repo_name: PegaSysEng/Web3Signer -repo_url: https://github.com/PegaSysEng/eth2signer +repo_name: Consensys/Web3Signer +repo_url: https://github.com/Consensys/web3signer theme: name: material