fix(blockstm): deterministic account creation scheduling#25962
Draft
gjermundgaraba wants to merge 53 commits intofeat/krakatoafrom
Draft
fix(blockstm): deterministic account creation scheduling#25962gjermundgaraba wants to merge 53 commits intofeat/krakatoafrom
gjermundgaraba wants to merge 53 commits intofeat/krakatoafrom
Conversation
feat(baseapp): Implement Krakatoa mempool ABCI handlers
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Evan Etton <[email protected]> Co-authored-by: dmytroheknt <[email protected]> Co-authored-by: Alex | Cosmos Labs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mmsqe <[email protected]> Co-authored-by: Vlad J <[email protected]> Co-authored-by: Tyler <[email protected]> Co-authored-by: Aaron Craelius <[email protected]> Co-authored-by: John Letey <[email protected]> Co-authored-by: Jammy Arkens <[email protected]> Co-authored-by: Evan Etton <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Evan Etton <[email protected]> Co-authored-by: dmytroheknt <[email protected]> Co-authored-by: Alex | Cosmos Labs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mmsqe <[email protected]> Co-authored-by: Vlad J <[email protected]> Co-authored-by: Tyler <[email protected]> Co-authored-by: Aaron Craelius <[email protected]> Co-authored-by: John Letey <[email protected]> Co-authored-by: Jammy Arkens <[email protected]> Co-authored-by: Evan Etton <[email protected]> Co-authored-by: maradini77 <[email protected]> Co-authored-by: viktorking7 <[email protected]>
chore: bstm metrics
This squash merge brings in the following changes: - IAVLX tree implementation and enhancements - Block STM metrics and improvements - Main branch updates and dependency updates - Various bug fixes and documentation updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
This reverts commit a083a42.
This reverts commit 797e238.
feat!: public setbalance
This reverts commit 8448784.
chore: Merge main into feat/krakatoa
Remove unused ExecutedOnce() method and unreachable duplicate guard blocks in Resume(). Add t.Helper() to stress test helper for thelper lint compliance.
…iles Co-Authored-By: Claude Opus 4.6 <[email protected]>
- Remove redundant error arg from require.NoError assertion - Use var declaration instead of make([]uint64, 0) - Add clarifying comments on duplicate prefix values and sort ordering - Consolidate account_creation_test.go into stress test file
Contributor
|
@gjermundgaraba your pull request is missing a changelog! |
yihuang
reviewed
Feb 24, 2026
| authEstimate := Locations{accKey} | ||
| if authKVStore != nil { | ||
| authStoreMu.Lock() | ||
| hasAccount := authKVStore.Has(accKey) |
Collaborator
There was a problem hiding this comment.
The trade-off here is a slower pre-estimation, because previously pre-estimation only decode tx and do some simple stateless logic, now it'll access storage.
This file contains hidden or 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
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.
Summary
globalAccountNumberKeyfor new accounts inpreEstimates, ensuring the scheduler knows about the contended sequence key upfrontStatusEntry(unusedIncarnationWrittenSoFarfield and related methods)stretchr/testify(replace manualt.Fatalf/t.Errorfwithrequire/assert)varvsmake([], 0), clarifying comments, consolidate test files