-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature/set431 global whitelist contracts #1695
Closed
rodion-lim-partior
wants to merge
38
commits into
Consensys:master
from
partior-3p:feature/set431_global_whitelist_contracts
Closed
Feature/set431 global whitelist contracts #1695
rodion-lim-partior
wants to merge
38
commits into
Consensys:master
from
partior-3p:feature/set431_global_whitelist_contracts
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
feat: SET-315 fix generating uuid requiring admin account
…emory-leak fix: memory leak from policy registration (Consensys#1660)
This updates the no-cgo implementations in the crypto package to use the github.com/btcsuite/btcd/btcec/v2 module instead of the older btcec package that was part of the main github.com/btcsuite/btcd module. name old time/op new time/op delta EcrecoverSignature-32 198µs ± 0% 144µs ± 0% -27.11% VerifySignature-32 177µs ± 0% 128µs ± 0% -27.44% DecompressPubkey-32 20.9µs ± 0% 10.1µs ± 0% -51.51% Use (*ModNScalar).IsOverHalfOrder instead of math/big.Int when checking for malleable signatures.
* Use loaded rpc modules to deduce which consensus algorithm is running. * Previous use of nodeInfo isn't valid anymore as those fields were removed in Geth 1.10 and the protocol manager that ensured the field is set doesn't exist anymore
Signed-off-by: Nischal Sharma <[email protected]>
…ys#1669) Authored-by: H.HSEL <[email protected]>
This is the initial step for support of Solidity errors in contract bindings. As of this change, errors can be decoded, but are not supported in bindings yet. Closes #23157
…l contract binding, and to javascript console
…l cache on contractKey, fix js console api
|
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.
[ADDED] quorum global whitelist into enhanced permissioning contracts
[ADDED] quorum global whitelist API function
[ADDED] quorum global whitelist checks during state transitions
[UPDATED] upgrade solidity version from 0.5 to 0.8