Skip to content

chore: remove db_backend config option and CLI argument#4915

Merged
melekes merged 6 commits intofeature/remove-cometbftdbfrom
remove-cometbft-db-fix-test-add-changelog
Feb 4, 2025
Merged

chore: remove db_backend config option and CLI argument#4915
melekes merged 6 commits intofeature/remove-cometbftdbfrom
remove-cometbft-db-fix-test-add-changelog

Conversation

@melekes
Copy link
Collaborator

@melekes melekes commented Feb 3, 2025

also

@melekes melekes requested a review from a team as a code owner February 3, 2025 13:03
@melekes melekes requested a review from a team February 3, 2025 13:03
@melekes melekes requested a review from a team as a code owner February 3, 2025 13:03
@melekes melekes self-assigned this Feb 3, 2025

for i := int64(0); i < numTxs; i++ {
msg2 := <-txsSub.Out()
var msg2 cmtpubsub.Message
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we turn this into a select statement due to a test failing?

Looks like this catches the service stopping, or the event queue being closed. Not sure what that has to do with removing the db-backend options and commands though.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it was a general improvement. Not related to this PR.

@melekes melekes mentioned this pull request Feb 4, 2025
9 tasks
@melekes melekes merged commit c41a48e into feature/remove-cometbftdb Feb 4, 2025
31 checks passed
@melekes melekes deleted the remove-cometbft-db-fix-test-add-changelog branch February 4, 2025 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants