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
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2014-02-14
Handle "conflicted" transactions properly
Gavin Andresen
2014-02-13
Merge pull request #3662
Wladimir J. van der Laan
2014-02-13
Add raw transaction hex to `gettransaction` wallet RPC
Wladimir J. van der Laan
2014-02-12
Rename IsConfirmed to IsTrusted to better match the intended behavior.
Gregory Maxwell
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-30
small changes to rpc command help message strings
Philip Kaufmann
2014-01-29
Re-add BTC/KB in help message for `settxfee`
Wladimir J. van der Laan
2014-01-29
Mention `*` value for account in documentation for `getbalance` RPC
Wladimir J. van der Laan
2014-01-17
qt: allow `walletpassphrase` in debug console without -server
Wladimir J. van der Laan
2013-12-20
Merge pull request #3369
Wladimir J. van der Laan
2013-12-13
Move `verifymessage` from rpcwallet to rpcmisc
Wladimir J. van der Laan
2013-12-13
Move `createmultisig` from rpcwallet to rpcmisc
Wladimir J. van der Laan
2013-12-13
Move `validateaddress` from rpcwallet to rpcmisc
Wladimir J. van der Laan
2013-12-13
Move `settxfee` from rpcblockchain to rpcwallet
Wladimir J. van der Laan
2013-12-09
rpcwallet: use EnsureWalletIsUnlocked() where possible
Philip Kaufmann
2013-12-08
Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance
Michael Bauer
2013-12-04
Move getinfo to rpcnet.cpp
Wladimir J. van der Laan
2013-12-04
Move HelpExample* from rpcwallet to rpcserver
Wladimir J. van der Laan
2013-11-30
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-13
Issue #1865 - Clean up RPC help messages
sje
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-24
RPC: error code changes and prevent crash with walletpassphrase
Philip Kaufmann
2013-10-22
Merge branch 'bugfix_unknownoutputs' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-15
Reimplement CBlockLocator's chain-related logic in CChain.
Pieter Wuille
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-02
RPC validateaddress: test pwalletMain for NULL (no-wallet mode)
Jeff Garzik
2013-10-01
Support absence of wallet (pwalletMain==NULL) in several locations,
Jeff Garzik
2013-09-12
Make validateaddress provide redeemScript
Peter Todd
2013-09-02
Merge pull request #2948 from jgarzik/changeaddr
Gregory Maxwell
2013-08-28
RPC: add getrawchangeaddress, for raw transaction change destinations
Jeff Garzik
2013-08-23
Remove fAllowReuse from GetKeyFromPool.
Gregory Maxwell
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
Refactor: Move GetAccountAddresses to CWallet
Gavin Andresen
2013-08-22
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-08-16
Clarified the listsinceblock help test
Micha
2013-08-14
Merge pull request #2776 from jgarzik/keypoolsize
Gavin Andresen
2013-08-07
Use existing RPC_INVALID_PARAMETER constant
Han Lin Yap
2013-07-17
Bugfix: Supress "address" key in transaction details, when the destination is...
Luke Dashjr
2013-06-25
RPC: keypoolrefill gains optional size parameter
Jeff Garzik
2013-06-25
CWallet::TopUpKeyPool() takes optional pool size argument
Jeff Garzik
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-05-30
Merge pull request #2625 from gavinandresen/walletlock_asio
Jeff Garzik
2013-05-30
Merge pull request #2600 from sipa/keyrefactor
Jeff Garzik
2013-05-30
Merge pull request #2104 from al42and/listreceivedbyaddress_txids
Jeff Garzik
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
Make CPubKey statically allocated
Pieter Wuille
[prev]
[next]