João Barbosa

Results 33 comments of João Barbosa

@achow101 reasonable answers.

> For compatibility, wallets using BDB will use the BDB generated id @achow101 compatibility with what?

> I would suggest adding a commit to this PR that exposed the wallet ID for `getwalletinfo` and allows using it with `loadwallet` and `unloadwallet`. @Sjors how could `loadwallet` load...

@Sjors ~~IIRC listing wallets doesn't open the files.~~ Actually wallet files are opened to read some magic bytes and infer the wallet file format. But scanning all wallet files in...

Sorry, just saw this now. I'll try to fix.

@hebasto at the moment loading happens on a separate thread but it loads everything, which is not ideal. For now, I think I'll move the loading code from constructors to...

@hebasto added fa425d10753fb1a0ce331343b4548a68fcb0b954 to address the above comment, also updated OP.