aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2020-10-29Merge #20156: build: Make sqlite support optional (compile-time)Wladimir J. van der Laan
2020-10-20RPC: createwallet: Nicer error message if descriptor wallet requested and sql...Luke Dashjr
2020-10-20Merge #20125: rpc, wallet: Expose database format in getwalletinfoSamuel Dobson
2020-10-16Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake
2020-10-14rpc, wallet: Expose database format in getwalletinfoJoão Barbosa
2020-10-13rpc: Adjust witness-tx deserialize error messageMarcoFalke
2020-10-07rpc: change no wallet loaded message to be clearerAndrew Chow
2020-10-03Merge #19956: rpc: Improve invalid vout value rpc error messagefanquake
2020-09-30scripted diff: Improve invalid vout value rpc error messageNima Yazdanmehr
2020-09-30doc: Remove double-whitespace from help string, other whitespace fixupsMarcoFalke
2020-09-30Merge #19501: send* RPCs in the wallet returns the "fee reason"MarcoFalke
2020-09-29Merge #19969: Send RPC bug fix and touch-upsfanquake
2020-09-26[send] Make send RPCs return fee reasonSishir Giri
2020-09-22Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)MarcoFalke
2020-09-17[rpc] send: various touch-upsSjors Provoost
2020-09-17[rpc] send: fix parsing replaceable optionSjors Provoost
2020-09-17Mark send RPC experimentalSjors Provoost
2020-09-10[rpc] add send methodSjors Provoost
2020-09-07[rpc] add snake case aliases for transaction methodsSjors Provoost
2020-09-07[rpc] walletcreatefundedpsbt: allow inputs to be nullSjors Provoost
2020-09-03wallet: Remove path checking code from createwallet RPCRussell Yanofsky
2020-09-03wallet: Remove path checking code from loadwallet RPCRussell Yanofsky
2020-09-03refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-09-03Merge #19754: wallet, gui: Reload previously loaded wallets on startupJonas Schnelli
2020-09-01wallet: Reload previously loaded wallets on GUI startupAndrew Chow
2020-09-01Merge #19671: wallet: Remove -zapwallettxesfanquake
2020-08-31Remove -zapwallettxesAndrew Chow
2020-08-31Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...MarcoFalke
2020-08-31Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...Samuel Dobson
2020-08-30rpc: Properly deserialize txs with witness before signingMarcoFalke
2020-08-27Merge #19169: rpc: Validate provided keys for query_options parameter in list...MarcoFalke
2020-08-15Merge #15937: Add loadwallet and createwallet load_on_startup optionsSamuel Dobson
2020-08-14rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)MarcoFalke
2020-08-14Merge #19644: rpc: document returned error fields as optional if applicableSamuel Dobson
2020-08-13Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky
2020-08-13Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...Wladimir J. van der Laan
2020-08-13Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfeeSamuel Dobson
2020-08-12Cap listsinceblock target_confirmations paramAdam Stein
2020-08-09Merge #19660: refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-07[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coinsSjors Provoost
2020-08-06refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-02rpc: document returned error fields as optional if applicableSebastian Falbesoner
2020-07-31rpc: Document getwalletinfo's unlocked_until field as optionalJustin Moon
2020-07-12Merge #18202: refactor: consolidate sendmany and sendtoaddress codeSamuel Dobson
2020-07-11wallet: Fix typo in comments; Simplify assertMarcoFalke
2020-07-02Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan
2020-07-01Remove confusing OutputType::CHANGE_AUTOMarcoFalke
2020-07-01wallet: Replace boost::none with nulloptMarcoFalke
2020-06-28Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke