< kallewoof>
I'm scratching my head over functional tests. It seems like the tests create wallet files before starting up nodes. At least, the single call to CWallet::CreateWalletFromFile() concludes that fFirstRun=false...
< jnewbery>
kallewoof: there's a cache. Look at the _initialize_chain() method in test_framework.py. That starts up MAX_NODES (8), which will create wallets for them.
< wumpus>
is there any example of using bitcoind json-rpc API with rust?
< wumpus>
there's https://github.com/apoelstra/rust-jsonrpc but it has only a very general example, ideal would be some project that uses it to communicate with bitcoind already
< queip>
wumpus: isn't one of LN implementations in rust, and capable of that
< wumpus>
I've checked that--there's BlueMatt's rust-lightning but it doesn't seem to communicate with bitcoind
< wumpus>
this serde stuff is a similar approach to haskell's json, which is on one hand nice but on the other hand a pain in the butt because it requires to statically specify all structures
< provoostenator>
If anyone has a 64 bit ARM device with a monitor, can you test if your keyboard works with #13696? Binary is at the bottom of issue.