elements icon indicating copy to clipboard operation
elements copied to clipboard

availablecoins_tests fails intermittently with "invalid schnorr signature"

Open delta1 opened this issue 1 year ago • 0 comments

upstream pull bitcoin/bitcoin#24584 introduces a new unit test availablecoins_tests

about 30% of the time the test fails with "invalid schnorr signature" when trying to verify the signature of the transaction it has just created

this only occurs when the variants are all run in the same test.

splitting the tests into individual boost test cases works around the issue

this requires further investigation

debugging commit: https://github.com/delta1/elements/commit/0739a575cf8de46d65475677e3bcf2a3cd1aacca

delta1 avatar Oct 24 '24 09:10 delta1