revaultd
revaultd copied to clipboard
The "wallet" daemon for participants under the Revault architecture
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...
We already happen to sometimes name the `unvault_emergency` an `emergency_unvault`, etc..
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.
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...
`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...
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: _ _ _...