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-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for wallet calls
Wladimir J. van der Laan
2017-01-04
Mark the minconf parameter to move as ignored
Pieter Wuille
2016-12-22
updated listsinceblock rpc docs
accraze
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-05
Merge #9165: SendMoney: use already-calculated balance
Wladimir J. van der Laan
2016-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-15
SendMoney: use already-calculated balance
instagibbs
2016-10-31
Change all instance of 'GMT epoch' to 'Unix epoch'
matthias
2016-10-28
Merge #9016: Return useful error message on ATMP failure
Wladimir J. van der Laan
2016-10-26
Return useful error message on ATMP failure
instagibbs
2016-10-26
rpc: Remove invalid explanation from wallet fee message
Wladimir J. van der Laan
2016-10-19
Add importmulti rpc call
Pedro Branco
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-17
Fix ismine and addwitnessaddress: no uncompressed keys in segwit
Pieter Wuille
2016-09-20
init: Get rid of fDisableWallet
MarcoFalke
2016-09-13
Merge #8693: add witness address to address book
Wladimir J. van der Laan
2016-09-09
add witness address to address book
instagibbs
2016-09-08
net: Pass CConnection to wallet rather than using the global
Cory Fields
2016-08-31
Do not shadow variables.
Pavel Janík
2016-08-25
Do not shadow global RPC table variable (tableRPC)
Pavel Janík
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-28
Port from 0.13: Create a new HD seed after encrypting the wallet
Jonas Schnelli
2016-07-21
[Wallet] Correct hdmasterkeyid/masterkeyid name confusion
Jonas Schnelli
2016-07-18
Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddress
Wladimir J. van der Laan
2016-07-15
[Wallet] comsetic non-code changes for the HD feature
Jonas Schnelli
2016-07-09
[Wallet] print hd masterkeyid in getwalletinfo
Jonas Schnelli
2016-07-08
[rpcwallet] Don't use floating point
MarcoFalke
2016-06-22
[qa] Add rpc test for segwit
Alex Morcos
2016-06-22
[RPC] Add wallet support for witness transactions (using P2SH)
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-08
Fix two warnings for comparison between signed and unsigned
Pieter Wuille
2016-06-07
[rpc] fundrawtransaction feeRate: Use BTC/kB
MarcoFalke
2016-06-06
[rpc] fundrawtransaction: Fix help text and interface
MarcoFalke
2016-06-06
Improve CWallet API with new GetAccountPubkey function.
Patrick Strateman
2016-06-06
Merge #8137: Improve CWallet API with new AccountMove function.
Wladimir J. van der Laan
2016-06-03
Merge #7967: [RPC] add feerate option to fundrawtransaction
Wladimir J. van der Laan
2016-06-03
Merge #7825: Prevent multiple calls to ExtractDestination
Pieter Wuille
2016-06-02
Improve CWallet API with new AccountMove function.
Patrick Strateman
2016-05-25
Merge #8061: [Wallet] Improve Wallet encapsulation
Pieter Wuille
2016-05-16
Move BackupWallet to CWallet::BackupWallet
Patrick Strateman
2016-05-16
Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance
Patrick Strateman
2016-05-10
[doc] Remove outdated line from listunspent RPC help, fix typo
MarcoFalke
2016-05-06
Prevent multiple calls to ExtractDestination
Pedro Branco
2016-05-06
Add more clear interface for CoinControl.h regarding individual feerate
Jonas Schnelli
2016-04-28
[RPC] add feerate option to fundrawtransaction
Jonas Schnelli
2016-04-25
Merge #7688: List solvability in listunspent output and improve help
Wladimir J. van der Laan
2016-04-18
Merge #7900: fix spelling mistake
Wladimir J. van der Laan
[next]