-
Notifications
You must be signed in to change notification settings - Fork 97
feat: Block STM #589
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
base: main
Are you sure you want to change the base?
feat: Block STM #589
Conversation
This reverts commit 451e75a.
allKeys = append(allKeys, k) | ||
nonTransientKeys = append(nonTransientKeys, k) | ||
} | ||
for _, k := range tkeys { |
Check warning
Code scanning / CodeQL
Iteration over map Warning
allKeys = append(allKeys, k) | ||
} | ||
for _, k := range okeys { |
Check warning
Code scanning / CodeQL
Iteration over map Warning
allKeys = append(allKeys, k) | ||
nonTransientKeys = append(nonTransientKeys, k) | ||
} | ||
sort.SliceStable(allKeys, func(i, j int) bool { return allKeys[i].Name() < allKeys[j].Name() }) |
Check warning
Code scanning / CodeQL
Iteration over map Warning
|
||
// Stack of cached store | ||
cacheStores []storetypes.CacheKVStore | ||
cacheStores []storetypes.CacheWrap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually I felt a bit hacky like 04f5ae2 when doing cast for snapshotKVStore
Description
Draft for integrating block stm.
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
main
branch