Age | Commit message (Expand) | Author |
---|---|---|
2021-12-08 | MOVEONLY: Move address related functions from rpcwallet to addresses.cpp | Samuel Dobson |
2021-12-08 | MOVEONLY: Move transaction related wallet RPCs to transactions.cpp | Samuel Dobson |
2021-12-03 | rpc: Add missing BlockUntilSyncedToCurrentChain to wallet RPCs | MarcoFalke |
2021-12-03 | Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide | MarcoFalke |
2021-12-03 | MOVEONLY: Move LoadWalletHelper to wallet/rpc/util | Samuel Dobson |
2021-12-03 | MOVEONLY: Move wallet encryption RPCs to encrypt.cpp | Samuel Dobson |
2021-12-03 | MOVEONLY: Move backupwallet and restorewallet to rpc/backup.cpp | Samuel Dobson |
2021-12-03 | MOVEONLY: Move rpcdump.cpp to wallet/rpc/backup.cpp | Samuel Dobson |
2021-12-01 | MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/util | Samuel Dobson |
2021-12-01 | Introduce wallet/rpc/util | Samuel Dobson |
2021-11-26 | wallet: Split signmessage from rpcwallet | MarcoFalke |