-
```python
# Hey, this spend is huge!
with pytest.raises(
RpcError, match="Spend transaction is too large, try spending less outpoints'"
):
man.rpc.…
-
See https://github.com/revault/practical-revault/issues/88
-
**Problem**:
* we want each watchtowers to have access to the spending transaction in order to give an ACK to the manager before broadcast
**suggested solution**:
Each stakeholder has a sync-ser…
-
https://github.com/revault/revault_net/issues/54
-
See https://github.com/revault/revaultd/issues/207
Even if efficiency isn't a goal of the v0 protocol, we could at least encode the tx in base64 instead of hex and enjoy a *4...
-
```python
bitcoind.generate_block(1, wait_for_mempool=2) …
-
While trying out one of the threads panicked, but I had no way to know
-
Happens with a 2/3 for the managers when i signed with 3 keys using the aggregated dummy signer. Don't know what the right thing to do here is.
![image](https://user-images.githubusercontent.com/22…
-
It seems to not detect the reorg sometimes. Could be nothing, but it should be fixed
```
revault_network =
bitcoind =
@pytest.mark.skipif(not POSTGRES_IS_SETUP, reason="Needs Postgres fo…
-
for import in the gui, it needs:
- `revaultd::Revaultd`
- `main::daemon_main` -> to move to `daemon` ?
- `sodiumoxide` maybe expose the dep in lib.rs ?