forked from Consensys/ethsigner
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upstream update #3
Open
sambacha
wants to merge
131
commits into
freight-trust:master
Choose a base branch
from
Consensys:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Signed-off-by: Tim Beiko <[email protected]>
…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 <[email protected]>
Signed-off-by: Trent Mohay <[email protected]>
Signed-off-by: Trent Mohay <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
* 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 <[email protected]>
* added changelog for 21.1 Signed-off-by: Sally MacFarlane <[email protected]>
* 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 <[email protected]>
* Updating CI and gradle build to upload to cloudsmith Signed-off-by: Usman Saleem <[email protected]>
Signed-off-by: Usman Saleem <[email protected]>
Signed-off-by: Usman Saleem <[email protected]>
Signed-off-by: Usman Saleem <[email protected]>
Signed-off-by: Usman Saleem <[email protected]>
* Resolve signers from cloudsmith * Publish EthSigner module jars to cloudsmith as they are used by Besu AT. Signed-off-by: Usman Saleem <[email protected]>
-- 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 <[email protected]>
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 <[email protected]>
* Update docker to latest LTS * Add changelog
* Change hardcoded values * Remove duplication from hardcoded values
* update grpc library Signed-off-by: Gabriel Fukushima <[email protected]> * add changelog Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
* 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 <[email protected]>
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.