Hennadii Stepanov
306ccd4927
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
- 2021: f47dda2c58
- 2020: fa0074e2d8
- 2019: aaaaad6ac9
2022-12-24 23:49:50 +00:00
fanquake
079cf88c0d
refactor: move Boost datetime usage to wallet
...
This means we don't need datetime in a --disable-wallet build, and it
isn't included in the kernel.
2022-10-01 11:41:53 +01:00
Antoine Poinsot
b724476158
rpc: output wallet descriptors for received entries in listsinceblock
...
The descriptor wallets allow an application to track coins of multiple
descriptors in a single wallet. However, such an application would not
previously be able to (easily) tell what received coin "belongs" to what
descriptor.
This commit tackles this issues by adding a "wallet_desc" entry to the
entries for received coins in 'listsinceblock'.
2022-07-19 12:46:01 +02:00
Russell Yanofsky
f7086fd8ff
Add src/wallet/* code to wallet:: namespace
2022-01-06 22:14:16 -05:00
w0xlt
abbb7eccef
refactor: Move restorewallet() RPC logic to the wallet section
...
It also simplifies restorewallet() and loadwallet() RPC error handling.
2021-12-15 18:41:40 -03:00
Samuel Dobson
5b2167fd30
MOVEONLY: Move LoadWalletHelper to wallet/rpc/util
2021-12-03 13:53:12 +13:00
Samuel Dobson
ff945e553a
MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/util
2021-12-01 19:22:38 +13:00
Samuel Dobson
7b04a064f6
Introduce wallet/rpc/util
2021-12-01 19:07:49 +13:00