aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2020-11-17Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke
2020-11-17Merge #20139: Wallet: do not return warnings from UpgradeWallet()MarcoFalke
2020-11-16[upgradewallet] removed unused warning paramSishir Giri
2020-11-14Add missing optional.h includeKristaps Kaupe
2020-11-14Silence false positive GCC warningKristaps Kaupe
2020-11-12wallet: override minfee checks (fOverrideFeeRate) for fee_rateJon Atack
2020-11-12wallet: update sendtoaddress, send RPC examples with fee_rateJon Atack
2020-11-12wallet: use MIN_RELAY_TX_FEE in bumpfee helpJon Atack
2020-11-12wallet: provide valid values if invalid estimate mode passedJon Atack
2020-11-12wallet: update remaining rpcwallet fee rate units to BTC/kvBJon Atack
2020-11-12wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack
2020-11-11wallet: remove fee rates from conf_target helpsJon Atack
2020-11-11wallet: add fee_rate unit warnings to bumpfeeJon Atack
2020-11-11wallet: remove redundant bumpfee fee_rate checksJon Atack
2020-11-11wallet: introduce fee_rate (sat/vB) param/optionJon Atack
2020-11-11wallet: remove unneeded WALLET_BTC_KB_TO_SAT_B constantJon Atack
2020-11-11wallet: fix bug in RPC send optionsJon Atack
2020-11-04Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson
2020-11-02[wallet] Return object from upgradewallet RPCSishir Giri
2020-10-29Merge #20156: build: Make sqlite support optional (compile-time)Wladimir J. van der Laan
2020-10-29rpc: update conf_target helps for correctness/consistencyJon Atack
2020-10-29wallet, rpc: fix send subtract_fee_from_outputs helpJon Atack
2020-10-27wallet: improve bumpfee error/help, add explicit fee rate coverageJon Atack
2020-10-25wallet: fix SetFeeEstimateMode() error messageJon Atack
2020-10-24wallet, bugfix: fix bumpfee with explicit fee rate modesJon Atack
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