index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2017-05-17
Merge #10413: Fix docs (there's no rpc command setpaytxfee)
Wladimir J. van der Laan
2017-05-17
Add query options to listunspent rpc call
Pedro Branco
2017-05-16
Fix docs (there's no rpc command setpaytxfee)
Ryan Havar
2017-05-11
Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::stri...
Wladimir J. van der Laan
2017-05-05
rpc/wallet: Workaround older UniValue which returns a std::string temporary f...
Luke Dashjr
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-04-26
[wallet] Remove unneeded legacy getbalance code
Russell Yanofsky
2017-04-26
[wallet] Add GetLegacyBalance method to simplify getbalance RPC
Russell Yanofsky
2017-04-24
Merge #9951: Wallet database handling abstractions/simplifications
Wladimir J. van der Laan
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-18
[rpc] Add abortrescan command to RPC interface.
Kalle Alm
2017-04-13
Missing includes
Jorge Timón
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-02
Improve CFeeBumper interface, add comments, make use of std::move
Jonas Schnelli
2017-04-02
Restore invalid fee check (must be > 0)
Jonas Schnelli
2017-04-02
Refactor Bumpfee core functionality
Jonas Schnelli
2017-04-02
Bumpfee move request parameter interaction to the top
Jonas Schnelli
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-28
Fix rebase issue where pwalletMain was used instead of pwallet
Jonas Schnelli
2017-03-24
Fix superfluous cast and code style nits in RPC wallet-hd.py test
Jonas Schnelli
2017-03-24
Only show keypoolsize_hd_internal if HD split is enabled
Jonas Schnelli
2017-03-24
Switch to 100% for the HD internal keypool size
Jonas Schnelli
2017-03-24
Fix wrong keypool internal size in RPC getwalletinfo help
Jonas Schnelli
2017-03-24
[Wallet] split the keypool in an internal and external part
Jonas Schnelli
2017-03-10
Add safe flag to listunspent result
NicolasDorier
2017-03-09
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-07
Return correct error codes in fundrawtransaction().
John Newbery
2017-03-07
Return correct error codes in bumpfee().
John Newbery
2017-03-03
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-02-27
Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLa...
Luke Dashjr
2017-02-27
More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest w...
Luke Dashjr
2017-02-27
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...
Luke Dashjr
2017-02-27
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-02-26
Change bitcoin address in RPC helpaddress to an invalid address, so people do...
Marijn Stollenga
2017-02-23
Update sendfrom RPC help to correct coin selection misconception
Russell Yanofsky
2017-02-14
[trivial] Fix recently introduced typos in comments
practicalswift
2017-02-02
[wallet] Set correct metadata on bumpfee wallet transactions
Russell Yanofsky
2017-02-02
Merge #9663: [RPC] clarify listunspent amount description
Wladimir J. van der Laan
2017-02-01
clarify listunspent amount description
Gregory Sanders
2017-01-31
rpc: bumpfee: handle errors more gracefully
Suhas Daftuar
2017-01-31
rpc: bumpfee: use correct maximum signed tx size for fee calculation
Suhas Daftuar
2017-01-30
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-26
Change bumpfee result value from 'oldfee' to 'origfee'.
Alex Morcos
2017-01-26
Introduce WALLET_INCREMENTAL_RELAY_FEE
Alex Morcos
2017-01-26
Use CWallet::GetMinimumFee in bumpfee
Alex Morcos
[next]