-
Notifications
You must be signed in to change notification settings - Fork 887
fixed support for AllowEmptyBlocks = false for autobahn #3739
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
Open
pompon0
wants to merge
52
commits into
main
Choose a base branch
from
gprusak-evm-start3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
1286e90
InitLastHeader
pompon0 83ebfc9
changed defaults
pompon0 3ae26f4
init fix
pompon0 bea7c5c
changed readiness signal
pompon0 0a3b50f
fixes
pompon0 4b6e218
conditional statesync
pompon0 938076d
updated tests
pompon0 cb430dc
switched to evm handling
pompon0 488d686
pre-commit query fix
pompon0 7d59c9b
genesis tx fix
pompon0 c71cc3d
conditional proxying
pompon0 0e8f795
test fix
pompon0 a83325d
Merge remote-tracking branch 'origin/main' into gprusak-evm-start3
pompon0 60080e1
more fixes
pompon0 433c3da
more fixes
pompon0 70dc88c
more fixes
pompon0 155c338
heavier tx?
pompon0 269dfde
some bullshit
pompon0 a649a1c
helpers dedup
pompon0 f93a5d5
simplify
pompon0 c931ea9
golang improvements
pompon0 c6f98c4
updates
pompon0 02ad2d8
missing files
pompon0 eb4c28b
addressed comments
pompon0 b5d3490
applied comments
pompon0 41dfedb
more fixes
pompon0 c088f11
fixes
pompon0 3867df2
debug
pompon0 7543d79
fix
pompon0 5b44c29
again
pompon0 65d4d7b
again
pompon0 646608e
again
pompon0 a519f9f
again
pompon0 e70dd2e
again
pompon0 e38febe
fix
pompon0 6c766e0
logger
pompon0 1d5e176
removed ctx from InitChain
pompon0 6575b1a
simplified Application API
pompon0 470d8e5
snapshot
pompon0 e5812ea
improved
pompon0 f6e7f28
removed special cases
pompon0 f1554af
explicit genesis processing
pompon0 772b3cc
IsGenesis only for InitChainer
pompon0 9920a5a
test fixes
pompon0 ca5a7a8
snapshot:
pompon0 8e76c4d
mock is gone
pompon0 3a94888
snapshot
pompon0 a24c628
test fixes
pompon0 453ca49
removed noop code
pompon0 1f26888
test fix
pompon0 f9f4654
Merge remote-tracking branch 'origin/main' into gprusak-evm-start3
pompon0 809f5a7
better precision
pompon0 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
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
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
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
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
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
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why are we removing this file? |
Binary file not shown.
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.
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.
Validators read raced check state
Medium Severity
GetValidatorsnow always reads the bonded set fromGetCheckCtx(), including on every AutobahnexecuteBlock. That shares the mutable check-state multistore with concurrentCheckTx, whereas the old path used an uncached committed context after the first commit.Additional Locations (1)
sei-tendermint/internal/p2p/giga_router_common.go#L215-L229Reviewed by Cursor Bugbot for commit 809f5a7. Configure here.