revaultd icon indicating copy to clipboard operation
revaultd copied to clipboard

The "wallet" daemon for participants under the Revault architecture

Results 61 revaultd issues
Sort by recently updated
recently updated
newest added

Changed the version of psycopg2 from 2.8 to 2.9 for Windows compatibility in test/requirements.txt

Mainly a self reminder, i didn't think of any guideline yet. This code is complex and intricate (change output computation, fee computation, CPFP output computation). It should be moved to...

good first issue
JSONRPC API
tests

We already happen to sometimes name the `unvault_emergency` an `emergency_unvault`, etc..

good first issue
JSONRPC API

I really need to finish my Python script for the env...

It was encountered by Shubham on Windows where his path to the tmp revaultd dir was longer than SUN_LEN.

robustness

First, describe how to start a Postgre docker for the coordinator to quickly run the tests without setting up Postgre: ``` docker run --rm -d -p 5432:5432 --name postgres-coordinatord -e...

documentation

`revaultd` is creating a directory (the "datadir") and some files (the database, the UNIX domain socket for RPC) on the host OS. We want to setup some basic OS permissions...

enhancement
good first issue
High prio

At the moment we aren't testing spends with an higher CSV because calling `generatetoaddress` with a too high number of blocks causes: ``` > rn.spend_vaults_anyhow([vaultA, vaultB]) test_misc.py:403: _ _ _...

robustness
tests