From 7a2a1d3ee67279de7917ca094294164da035d608 Mon Sep 17 00:00:00 2001 From: Jason Frame Date: Thu, 4 Apr 2024 14:00:29 +1000 Subject: [PATCH] Deprecate ethsigner (#542) Update readme to make it clear EthSigner is no longer supported Signed-off-by: Jason Frame --- .circleci/config.yml | 21 --------------------- README.md | 6 +++++- gradle/owasp-suppression.xml | 8 ++++---- gradle/versions.gradle | 2 +- 4 files changed, 10 insertions(+), 27 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e80b50ed..3f13aa79 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -211,27 +211,6 @@ jobs: workflows: version: 2 - nightly: - triggers: - - schedule: - cron: "0 17 * * *" - filters: - branches: - only: - - master - jobs: - - build: - context: - - protocols-dockerhub - - dockerScan: - context: - - protocols-dockerhub - - acceptanceTests: - requires: - - build - context: - - protocols-dockerhub - - protocols-signers default: jobs: - build: diff --git a/README.md b/README.md index 016a8d1a..986f3794 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# EthSigner +# EthSigner [DEPRECATED] A transaction signing application to be used with a web3 provider. All questions, queries and other discussion can be found on [Discord]. ## ⚠️ Project Deprecation ⚠️ +EthSigner is no longer supported. Please migrate to [Web3Signer](https://github.com/ConsenSys/web3signer) which includes all EthSigner functionality. + +--- + As part of our ongoing commitment to deliver the best remote signing solutions, we are announcing a change in our product offerings. We have decided to deprecate our EthSigner product to focus our efforts on enhancing [Web3Signer](https://github.com/ConsenSys/web3signer), our newly comprehensive remote signing solution. This is rooted in our strategy to streamline our offerings and focus on a single, robust product that will provide functionality for both transaction and Ethereum validator signing. We hope this makes it applicable to all your use-cases like public Ethereum signing, staking infrastructure offerings, and in private network contexts. diff --git a/gradle/owasp-suppression.xml b/gradle/owasp-suppression.xml index 0fcb7658..3e8d6f06 100644 --- a/gradle/owasp-suppression.xml +++ b/gradle/owasp-suppression.xml @@ -1,7 +1,7 @@ - + CVE-2020-8908 - + ^pkg:maven/com\.azure/azure*@*.*$ CVE-2023-36052 - + ^pkg:maven/io\.grpc/grpc\-.*$ CVE-2023-44487 - + diff --git a/gradle/versions.gradle b/gradle/versions.gradle index 1c883c6f..6c3bf6fb 100644 --- a/gradle/versions.gradle +++ b/gradle/versions.gradle @@ -35,7 +35,7 @@ dependencyManagement { dependency 'io.rest-assured:rest-assured:4.4.0' - dependencySet(group: 'io.vertx', version: '4.4.6') { + dependencySet(group: 'io.vertx', version: '4.4.9') { entry 'vertx-codegen' entry 'vertx-core' entry 'vertx-unit'