Antoine Poinsot

Results 549 comments of Antoine Poinsot

Untested, but i think you can use this to externally fund the CPFP wallet: ```diff diff --git a/tests/test_framework/revault_network.py b/tests/test_framework/revault_network.py index 0a840f8..8dfa68e 100644 --- a/tests/test_framework/revault_network.py +++ b/tests/test_framework/revault_network.py @@ -3,6 +3,7 @@...

This should fix the unit tests CI, and also fixes the configuration of the functional tests CI (thanks for reporting it!): https://github.com/revault/revaultd/pull/423.

Master, `-n 20`: `45 passed, 5 skipped in 335.05s (0:05:35)` Master, `-n 10`: `45 passed, 5 skipped in 412.12s (0:06:52)` This branch, `-n 10`: `45 passed, 5 skipped in 290.53s...

I think that just keeping signatures in DB instead of PSBT would remove most edge cases #368

Discussed this with @Sam071100 outside of Github, and we need to find a workaround for the OpenSSL-on-Windows issue: https://github.com/petertodd/python-bitcoinlib/issues/262 . The current explored option is to drop the python-bitcoinlib dependency,...

@Sam071100 are you still planning to work on this?

Rebased and updated this PR.

The change would be unspendable if below "our" dust. EDIT: sorry, expanding a bit. It is not worth creating an expensive transaction chain for small UTxOs. Actually i believe that...

Sorry, yes, 1ofM is what i meant. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ Le mercredi 8 septembre 2021 à 3:39 PM, Daniela Brozzoni ***@***.***> a écrit : >> We should not create...