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-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-08-08
Fix typo in gettransaction help
Derek701
2014-07-29
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-21
Revert "Add -respendnotify option and new RPC data"
Wladimir J. van der Laan
2014-07-15
Add vout to ListTransactions output
Cozz Lovan
2014-07-11
`getrawchangeaddress` should fail when keypool exhausted
Wladimir J. van der Laan
2014-07-07
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
Merge pull request #4446
Wladimir J. van der Laan
2014-07-07
Use GetBlockTime() more
jtimon
2014-07-07
Rename SendMoneyToDestination to SendMoney.
Daniel Kraft
2014-07-02
replaced MINE_ with ISMINE_
JaSK
2014-07-02
fixed bug in ListReceived()
JaSK
2014-07-02
removed default argument values for ismine filter
JaSK
2014-07-02
added includedWatchonly argument to listreceivedbyaddress/...account
JaSK
2014-07-02
added includeWatchonly argument to 'gettransaction' because it affects balanc...
JaSK
2014-07-02
fixed tiny glitch and improved readability like laanwj suggested
JaSK
2014-07-02
Added argument to listtransactions and listsinceblock to include watchonly ad...
JaSK
2014-07-02
Showing 'involvesWatchonly' property for transactions returned by 'listtransa...
JaSK
2014-07-02
Added argument to listaccounts to include watchonly addresses
JaSK
2014-07-02
Added argument to getbalance to include watchonly addresses and fixed errors ...
JaSK
2014-06-27
Add -respendnotify option and new RPC data
Tom Harding
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-06
Type-safe CFeeRate class
Gavin Andresen
2014-05-29
No references to centralized databases in help text.
Pieter Wuille
2014-05-13
removed a few unnecessary casts
Kamil Domanski
2014-05-13
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-09
fixes #4163
Matthew Bogosian
2014-05-08
Check redeemScript size does not exceed 520 byte limit
Peter Todd
2014-03-27
[Qt] fix style, formating, comment and indentation problems
Philip Kaufmann
2014-03-10
Merge pull request #3717 from djpnewton/wallet-txcount
Jeff Garzik
2014-02-27
move wallet info stuff to "getwalletinfo" rpc (left original wallet
Daniel Newton
2014-02-26
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-21
Remove "conflicted" as transaction category.
Wladimir J. van der Laan
2014-02-17
Merge pull request #3679 from laanwj/2014_02_walletpassphrase_behavior
Gavin Andresen
2014-02-17
Serialize only CTransaction data in gettransaction RPC hex
Wladimir J. van der Laan
2014-02-16
Merge pull request #3646
Wladimir J. van der Laan
2014-02-16
Document new `walletpassphrase` behavior in 0.9
Wladimir J. van der Laan
2014-02-14
Track and report wallet transaction clones
Gavin Andresen
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
[next]