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

btcec/schnorr/musig2: fix BenchmarkPartialVerify #1920

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

Roasbeef
Copy link
Member

@Roasbeef Roasbeef commented Nov 9, 2022

In this commit, we fix the BenchmarkPartialVerify test. When we moved to musig 1.0, we stopped requiring the input as an x-only key. So we need to remove the round trip serialization to force the key to be x-only.

In this commit, we fix the `BenchmarkPartialVerify` test. When we moved
to musig 1.0, we stopped requiring the input as an x-only key. So we
need to remove the round trip serialization to force the key to be
x-only.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3431736064

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 55.15%

Totals Coverage Status
Change from base Build 3431626669: 0.02%
Covered Lines: 26556
Relevant Lines: 48152

💛 - Coveralls

@Roasbeef Roasbeef merged commit 4350859 into btcsuite:master Nov 10, 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.

4 participants