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
Age
Commit message (
Expand
)
Author
2014-07-02
fixed bug where validateaddress doesn't display information
JaSK
2014-07-02
fixed bug in ListReceived()
JaSK
2014-07-02
Added MINE_ALL = (spendable|watchonly)
JaSK
2014-07-02
Fixed some stuff in TransactionDesc
JaSK
2014-07-02
removed default argument values for ismine filter
JaSK
2014-07-02
Use script matching rather than destination matching for watch-only.
Pieter Wuille
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-07-02
Watchonly transactions are marked in transaction history
JaSK
2014-07-02
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
qt: Hide unspendable outputs in coin control
Wladimir J. van der Laan
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-07-02
qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fall...
Julian Haight
2014-07-02
Merge pull request #4312
Wladimir J. van der Laan
2014-07-02
Fix the Qt5 build after d95ba75
Wladimir J. van der Laan
2014-07-01
libsecp256k1 integration
Pieter Wuille
2014-07-01
secp256k1: Add build-side changes for libsecp256k1
Cory Fields
2014-07-01
qt: Change serious messages from qDebug to qWarning
Wladimir J. van der Laan
2014-07-01
qt: Log messages with type>QtDebugMsg as non-debug
Wladimir J. van der Laan
2014-07-01
Merge pull request #4325
Wladimir J. van der Laan
2014-07-01
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2014-07-01
fix copyright string in two of our *.rc files
Philip Kaufmann
2014-07-01
Merge pull request #4397
Wladimir J. van der Laan
2014-06-30
test: Fix warning about integer signedness in P2SH tests
Wladimir J. van der Laan
2014-06-30
Merge pull request #4415
Wladimir J. van der Laan
2014-06-30
Fix the build for Qt5
Wladimir J. van der Laan
2014-06-30
Merge pull request #3883 from dgenr8/first_double_spend
Gavin Andresen
2014-06-30
Merge pull request #4420 from sipa/skiplist
Gavin Andresen
2014-06-30
Merge pull request #4437
Wladimir J. van der Laan
2014-06-29
Add skiplist unit tests
Pieter Wuille
2014-06-29
Add a skiplist to the CBlockIndex structure.
Pieter Wuille
2014-06-29
Track peers' available blocks
Pieter Wuille
2014-06-28
fix RPC error replies
kazcw
2014-06-28
Move non-trivial uint256.h methods to uint256.cpp
Pieter Wuille
2014-06-28
Merge pull request #4436
Wladimir J. van der Laan
2014-06-28
Merge pull request #4425
Wladimir J. van der Laan
2014-06-28
Merge pull request #4398
Wladimir J. van der Laan
2014-06-28
Correct comment for 15-of-15 p2sh script size
Michael Ford
2014-06-28
Replace HexBits with strprintf
jtimon
2014-06-28
Merge pull request #3990
Wladimir J. van der Laan
2014-06-28
Display unknown commands received.
R E Broadley
2014-06-28
Show only one zero instead of many when getblocks request received with a has...
R E Broadley
2014-06-27
Formatting, spelling, comment fixes.
Tom Harding
2014-06-27
Merge pull request #4430
Wladimir J. van der Laan
2014-06-27
Add -respendnotify option and new RPC data
Tom Harding
[next]