aboutsummaryrefslogtreecommitdiff
path: root/build-aux/m4/ax_boost_program_options.m4
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-05-24 11:29:07 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2018-05-24 11:58:41 +0200
commit6378eef18f618620e7226765339fd4c9c1349174 (patch)
tree98b8621ee0ad995809de0af5b9345c97db12e092 /build-aux/m4/ax_boost_program_options.m4
parent5c41b600807968794c5a09c899674a0e618e2d95 (diff)
parent80b4910f7d87983f50047074c3c2397b0a5c4e92 (diff)
downloadbitcoin-6378eef18f618620e7226765339fd4c9c1349174.tar.xz
Merge #13063: Use shared pointer to retain wallet instance
80b4910f7d87983f50047074c3c2397b0a5c4e92 wallet: Use shared pointer to retain wallet instance (João Barbosa) Pull request description: Currently there are 3 places where it makes sense to retain a wallet shared pointer: - `vpwallets`; - `interfaces::Wallet` interface instance - used by the UI; - wallet RPC functions - given by `GetWalletForJSONRPCRequest`. The way it is now it is possible to have, for instance, listunspent RPC and in parallel unload the wallet (once #13111 is merged) without blocking. Once the RPC finishes, the shared pointer will release the wallet. It is also possible to get all existing wallets without blocking because the caller keeps a local list of shared pointers. This is mostly relevant for wallet unloading. This PR replaces #11402. Tree-SHA512: b7e37c7e1ab56626085afe2d40b1628e8d4f0dbda08df01b7e618ecd2d894ce9b83d4219443f444ba889096286eff002f163cb0a48f37063b62e9ba4ccfa6cce
Diffstat (limited to 'build-aux/m4/ax_boost_program_options.m4')
0 files changed, 0 insertions, 0 deletions