Age | Commit message (Expand) | Author |
---|---|---|
2021-04-08 | Move external signer out of wallet module | Sjors Provoost |
2021-04-07 | Drop JSONRPCRequest constructors after #21366 | Russell Yanofsky |
2021-04-02 | Fix wrong wallet RPC context set after #21366 | Russell Yanofsky |
2021-03-29 | refactor: replace util::Ref by std::any (C++17) | Sebastian Falbesoner |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2021-02-23 | rpc: add external signer RPC files | Sjors Provoost |
2020-12-12 | Merge #20275: wallet: List all wallets in non-SQLite and non-BDB builds | MarcoFalke |
2020-12-06 | Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t... | practicalswift |
2020-12-04 | refactor: Replace ListWalletDir() function with ListDatabases() | Russell Yanofsky |
2020-11-24 | Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cpp | Russell Yanofsky |