aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
Commit message (Expand)AuthorAgeFilesLines
* Remove separate node and wallet contextsRoss Nicoll2021-06-092-2/+2
* Add node context to wallet RPC request objectRoss Nicoll2021-06-092-2/+2
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-2/+4
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-15/+17
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-1/+1
* Remove references to CreateWalletFromFilefanquake2020-11-121-2/+2
* [send] Make send RPCs return fee reasonSishir Giri2020-09-261-1/+2
* Merge #19927: validation: Reduce direct g_chainman usageMarcoFalke2020-09-231-3/+3
|\
| * validation: Move PruneOneBlockFile to BlockManagerCarl Dong2020-09-151-3/+3
* | Do not create default walletAndrew Chow2020-09-082-2/+2
|/
* refactor: Pass wallet database into CWallet::CreateRussell Yanofsky2020-09-031-1/+4
* Remove WalletLocation classRussell Yanofsky2020-09-035-35/+35
* wallet: Reload previously loaded wallets on GUI startupAndrew Chow2020-09-011-3/+3
* Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...MarcoFalke2020-08-311-6/+6
|\
| * rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)MarcoFalke2020-08-141-6/+6
* | refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-275-11/+12
|/
* Make Hash[160] consume range-like objectsPieter Wuille2020-07-301-2/+2
* Merge #19370: Static asserts for consistency of fee defaultsWladimir J. van der Laan2020-07-221-0/+5
|\
| * Static asserts for consistency of fee defaults.Daniel Kraft2020-06-241-0/+5
* | wallet: Fix clang build in MacAnthony Fieroni2020-07-111-2/+2
* | Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i...Samuel Dobson2020-07-112-4/+6
|\ \
| * | wallet: Pass unused args to StartWalletsMarcoFalke2020-07-092-4/+6
* | | Merge #18850: wallet: Fix ZapSelectTx to sync wallet spendsSamuel Dobson2020-07-111-0/+33
|\ \ \ | |/ / |/| |
| * | Fix ZapSelectTx to sync wallet spendsAnthony Fieroni2020-05-071-0/+33
* | | Merge #19277: util: Add Assert identity functionMarcoFalke2020-07-041-3/+3
|\ \ \
| * | | scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke2020-06-151-3/+3
* | | | Merge #19413: refactor: Remove confusing BlockIndex globalMarcoFalke2020-07-031-8/+9
|\ \ \ \
| * | | | refactor: Remove confusing BlockIndex globalMarcoFalke2020-06-291-8/+9
* | | | | psbt: always put a non_witness_utxo and don't remove itAndrew Chow2020-06-241-1/+1
|/ / / /
* | | / refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-242-3/+3
| |_|/ |/| |
* | | Convert CPubKey to WitnessV0KeyHash directlyBen Woosley2020-06-191-3/+3
* | | scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow2020-06-175-34/+34
* | | walletdb: Move BDB specific things into bdb.{cpp/h}Andrew Chow2020-06-151-1/+1
|/ /
* | test: Avoid overwriting the NodeContext member of the testing setupMarcoFalke2020-06-063-3/+0
* | validation: Make PruneOneBlockFile() a member of ChainstateManagerMarcoFalke2020-05-211-3/+3
* | refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-3/+7
* | test: Fix outstanding -Wsign-compare errorsBen Woosley2020-05-081-4/+4
|/
* Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson2020-05-063-23/+9
|\
| * Disable CWalletTx copy constructorRussell Yanofsky2020-05-011-4/+2
| * Remove CWalletTx merging logic from AddToWalletRussell Yanofsky2020-05-012-19/+7
* | wallet: Avoid translating RPC errors when creating txsMarcoFalke2020-05-011-1/+1
* | wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-011-2/+3
|/
* [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-42/+63
* [wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-5/+5
* [wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-1/+1
* test: Add CreateWalletFromFile testRussell Yanofsky2020-04-261-0/+114
* Introduce WalletDescriptor classAndrew Chow2020-04-231-0/+21
* Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwalletSamuel Dobson2020-04-231-6/+9
|\
| * wallet: Add BlockUntilSyncedToCurrentChain to dumpwalletMarcoFalke2020-04-161-6/+9
* | wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa2020-04-191-5/+5