Byron Hambly
Byron Hambly
Concept ACK
@SwapMarket is that an explicit transaction? can you try blinding it to see if that works
Please describe how you are creating your transaction with reproduction steps. I was able to get the same error with a similar explicit transaction, the inputs were from blinded outputs...
It's not a function nor RPC, it's an opcode ie. it's a specific byte (0xc0 = 192), which when included in bitcoin script has a specific function. When this opcode...
Hi @whitslack thanks for the feedback. It seems these tests are only run in the `extended` tests, which aren't run in CI since they take a very long time. I...
Fixed in #1298
Force pushed to reduce the number of iterations in the dbcrash test, such that it still passes but in a "reasonable" amount of time (about 6 hours in my testing)....
@jamesdorfman yes you ran the right test. It seems I've reduced the values too much for it to fail (correctly) every time. Bumped the number of iterations from 3 to...
latest run: ``` > test/functional/feature_dbcrash.py 2024-04-04T09:04:35.877000Z TestFramework (INFO): Initializing test directory /tmp/bitcoin_func_test_dybbv4yh 2024-04-04T09:48:20.887000Z TestFramework (INFO): Prepped 5001 utxo entries 2024-04-04T09:48:47.443000Z TestFramework (INFO): Iteration 0, generating 2500 transactions [0, 0, 0]...
strange, worked for me again. i'm going to bump up the iteration and run it again. ``` 2024-04-04T15:10:11.209000Z TestFramework (INFO): Initializing test directory /tmp/bitcoin_func_test_1c04byhm 2024-04-04T15:53:58.589000Z TestFramework (INFO): Prepped 5001 utxo...