Skip to content
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

blockchain: demote BIP 9 log statements #1832

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

Roasbeef
Copy link
Member

In this commit, we demote a series of log statements added while
debugging the modified BIP 9 state machine. These are rather spammy on
mainnet, so we demote the transition logs (moving to a new state) to
debug, and the remaining log (when we're still in started to trace).

In this commit, we demote a series of log statements added while
debugging the modified BIP 9 state machine. These are rather spammy on
mainnet, so we demote the transition logs (moving to a new state) to
debug, and the remaining log (when we're still in started to trace).
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2001685928

  • 7 of 8 (87.5%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 54.182%

Changes Missing Coverage Covered Lines Changed/Added Lines %
blockchain/thresholdstate.go 7 8 87.5%
Totals Coverage Status
Change from base Build 1994295751: 0.0%
Covered Lines: 24764
Relevant Lines: 45705

💛 - Coveralls

@Roasbeef Roasbeef merged commit 558fcde into btcsuite:master Mar 18, 2022
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.

3 participants