forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rebase fork onto v0.47.3 #22
Merged
Merged
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ff416e - Browse repository at this point
Copy the full SHA 8ff416eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc345d - Browse repository at this point
Copy the full SHA 7cc345dView commit details -
Enable CI workflows and fix failures (#4)
* Fix lint/gocritic error * Disable some workflow jobs
Configuration menu - View commit details
-
Copy full SHA for ae50d79 - Browse repository at this point
Copy the full SHA ae50d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for a218d05 - Browse repository at this point
Copy the full SHA a218d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff4ec3 - Browse repository at this point
Copy the full SHA aff4ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139783f - Browse repository at this point
Copy the full SHA 139783fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a280905 - Browse repository at this point
Copy the full SHA a280905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0973f17 - Browse repository at this point
Copy the full SHA 0973f17View commit details -
Note that the test only has two modules declared and shouldn't be setting the order based upon having 3 modules.
Configuration menu - View commit details
-
Copy full SHA for 38ae81f - Browse repository at this point
Copy the full SHA 38ae81fView commit details -
Only run sonarcloud if we have a token, allows for green test signal …
…on simulation tests
Configuration menu - View commit details
-
Copy full SHA for e9f4ccd - Browse repository at this point
Copy the full SHA e9f4ccdView commit details
Commits on Jul 3, 2023
-
[STAB-4] Use unsynchronized local client
This change pushes the mutex that was in the local client to the top level of the ABCI methods and uses the unsynchronized local client. A future change is intended to reduce the critical sections of the various ABCI methods. We also replace cometbft usage with dYdX fork.
Configuration menu - View commit details
-
Copy full SHA for 035b2c7 - Browse repository at this point
Copy the full SHA 035b2c7View commit details -
[STAB-19] Reduce the size of the critical section
This change makes a copy of `runTx` and does the following: * moves transaction descoding and tx validation before lock acquisition * moves creation of the response after releasing the lock * removes support for the post handler (unused by dYdX) and extracts out the only code that is executed in `runMsgs` allowing us to avoid the creation of the `runMsgCtx` and its associated `MultiStore` * removes `consumeBlockGas` since it is only executed during `deliverTx`
Configuration menu - View commit details
-
Copy full SHA for 31ff57a - Browse repository at this point
Copy the full SHA 31ff57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5776a9c - Browse repository at this point
Copy the full SHA 5776a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b0b382 - Browse repository at this point
Copy the full SHA 8b0b382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d0bd9 - Browse repository at this point
Copy the full SHA 93d0bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 125156d - Browse repository at this point
Copy the full SHA 125156dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3f1ea - Browse repository at this point
Copy the full SHA 9b3f1eaView commit details
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.