This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Self kill process if there are no available peers#58
Merged
philipsu522 merged 11 commits intomainfrom Feb 4, 2023
Merged
Conversation
This was referenced Feb 3, 2023
26bac9f to
bce1991
Compare
codchen
approved these changes
Feb 4, 2023
philipsu522
added a commit
to sei-protocol/sei-cosmos
that referenced
this pull request
Feb 4, 2023
## Describe your changes and provide context Includes sei-protocol/sei-tendermint#58 ## Testing performed to validate your change
codchen
pushed a commit
to sei-protocol/sei-cosmos
that referenced
this pull request
Feb 12, 2023
## Describe your changes and provide context Includes sei-protocol/sei-tendermint#58 ## Testing performed to validate your change
Timwood0x10
pushed a commit
to Timwood0x10/sei-tendermint
that referenced
this pull request
Jun 7, 2023
## Describe your changes and provide context Relevant PR: sei-protocol/sei-chain#313 We are moving the module deposits to the end of the block and transferring them all at once. This is to prevent the gas fee deposit from being a single source of a bottleneck when it comes to concurrency. ## Testing performed to validate your change Ran 3 iterations of load tests with 5 rounds, and 400 orders per block  
masih
pushed a commit
to sei-protocol/sei-chain
that referenced
this pull request
Sep 29, 2025
## Describe your changes and provide context Includes sei-protocol/sei-tendermint#58 ## Testing performed to validate your change
masih
pushed a commit
to sei-protocol/sei-chain
that referenced
this pull request
Sep 30, 2025
## Describe your changes and provide context Includes sei-protocol/sei-tendermint#58 ## Testing performed to validate your change
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Describe your changes and provide context
Add a channel to notify the node class when there are no more peers. When this happens, the node exits
Testing performed to validate your change
Ran 4 node tendermint cluster where I injected failures, verified that node was shut down.