Open
Conversation
Signed-off-by: Tim Beiko <t.beiko23@gmail.com>
…334) It appears some web3providers (or stubs) insert the CORS response header, regardless of the existence of the ORIGIN header in the request - this in turn breaks CORS validation when EthSIgner is used. To overcome this, Ethsigner now strips the access-control-allow-origin header from the proxied response.
…e secondary namespace (#338)
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Signed-off-by: Trent Mohay <trent.mohay@consensys.net>
Signed-off-by: Trent Mohay <trent.mohay@consensys.net>
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* round trip to get enclave lookup ID from besu is working * call eth_sendRawPrivateTransaction once we have the enclave lookup id * refactor updateNonce() Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* added changelog for 21.1 Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* added GoQuorum private tx serializer which ignores chainId * fix signature - don't pass chainId of zero but use null signature in that step Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* Updating CI and gradle build to upload to cloudsmith Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
* Resolve signers from cloudsmith * Publish EthSigner module jars to cloudsmith as they are used by Besu AT. Signed-off-by: Usman Saleem <usman@usmans.info>
-- Upgrade besu metrics library -- update license aliases in check-licenses
- version calculation is automated based on git commits and tags
* webclientoptions tryUseCompression property to true * AT DSL Handle Json Error * Enable support for compression for EthSigner clients * add debug headers output * set 100 continue automatically
…CEMENT_UNDERPRICED (#367) Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
Update owasp gradle plugin version Add suppression for json-java
-- Update owasp plugin version -- Update owasp suppression for org.json -- Update owasp suppression for CVE-2020-8908 -- manual override of json-smart and nimbus-jost-kwt
Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
* Update docker to latest LTS * Add changelog
* Change hardcoded values * Remove duplication from hardcoded values
* update grpc library Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com> * add changelog Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com> --------- Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
* Fetch latest libc6 and libc-bin in docker image * Removing libssl3 from docker image as latest libssl3 is part of base image
* Upgrading gradle wrapper to 7.6 * temporary suppression of CVE-2023-4586
* Upgrade Azure libraries to fix CVE-2023-36415 -- suppress CVE for azure-identity 1.10.2 to 1.10.9 as it is only applicable on 1.10.1 and lower. * Use Java 17. -- Update spotless plugin -- Fix javadoc -- Update circleci -- Update dockerfile * Use Java 17 in trivy github action * Update codeql analysis github workflow * web3j 4.10.2 * okhttp logging-interceptor override * changelog * Add web3j in changelog
Java 17 enforces several javadoc comments warnings which results in EthSigner javadoc task to be failed (called during publish task). This PR updates javadoc task to not fail on reported javadoc comments warnings.
Update various vulnerabilities suppressions that are not relevant to EthSigner build.
Update readme to make it clear EthSigner is no longer supported Signed-off-by: Jason Frame <jason.frame@consensys.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.