forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: ope poc #203
Closed
dudong2
wants to merge
18
commits into
basechain/abci2.0/develop-v0.50.8
from
basechain/abci2.0/develop-v0.50.8-ope-poc
Closed
feat: ope poc #203
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
31d01df
chore: Change go.mod for local develop
dudong2 ccfb095
Problem: parallel tx execution is not supported (#205)
yihuang fa643d0
Support object store (#206)
yihuang a9383c4
Problem: MultiStore interface is bloated (#240)
yihuang ea42a34
Problem: no API to use the new CoW branch store (#243)
yihuang f1220f3
Problem: fee collection not compatible with parallel execution (#237)
yihuang 2ea453c
prefix store support object store (#236)
yihuang 735d2f6
Problem: signature verification result not cache between incarnations…
yihuang 8b94fa6
Problem: tx executor can't do dependency analysis (#744)
yihuang 9c3fb3b
chore: Fix go.mod
dudong2 2b7fae2
chore: Apply github url for cosmossdk.io/store
dudong2 3a1cf43
chore: Sync with cronos memiavl store version
dudong2 1193361
Revert "chore: Sync with cronos memiavl store version"
dudong2 6789f2f
feat: Move cronos/store to basechain/store
dudong2 bebe4c3
Problem: block gas used not set in context (#252)
yihuang 7106a33
Problem: invalid tx returns negative gas wanted (#253)
yihuang 3f39cad
chore: Change go.mod on simapp
dudong2 7eff48e
feat: concurrent checktx
dudong2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Check notice
Code scanning / CodeQL
Spawning a Go routine Note