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
2018-10-24
Merge #14453: rpc: Fix wallet unload during walletpassphrase timeout
Wladimir J. van der Laan
2018-10-24
Merge #14451: Add BIP70 deprecation warning and allow building GUI without BI...
Wladimir J. van der Laan
2018-10-24
Merge #12842: Prevent concurrent savemempool
Wladimir J. van der Laan
2018-10-24
Merge #14296: [wallet] Remove addwitnessaddress
MarcoFalke
2018-10-24
Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to wallet
MarcoFalke
2018-10-23
Merge #14444: Add compile time checking for cs_main locks which we assert at ...
MarcoFalke
2018-10-23
Merge #14417: Fix listreceivedbyaddress not taking address as a string
MarcoFalke
2018-10-23
Merge #14468: [wallet] Deprecate generate RPC method
MarcoFalke
2018-10-23
[rpc] add 'getnewaddress' hint to 'generatetoaddress' help text.
John Newbery
2018-10-22
Don't link SSL_LIBS with GUI unless BIP70 is enabled
James Hilliard
2018-10-22
Add BIP70 deprecation warning
James Hilliard
2018-10-22
qt: cleanup: Move BIP70 functions together in paymentserver
Wladimir J. van der Laan
2018-10-20
Add tests for key origin support
Pieter Wuille
2018-10-20
Add key origin support to descriptors
Pieter Wuille
2018-10-20
Merge #13909: validation: Pass chainparams in AcceptToMemoryPoolWorker(...)
MarcoFalke
2018-10-20
Merge #14527: qa: Revert "Make qt wallet test compatible with qt4"
Wladimir J. van der Laan
2018-10-20
rpc: Prevent concurrent savemempool
João Barbosa
2018-10-20
Revert "Make qt wallet test compatible with qt4"
MarcoFalke
2018-10-19
Merge #14460: tests: Improve 'CAmount' tests
Pieter Wuille
2018-10-19
Merge #14011: Disable wallet and address book Qt tests on macOS minimal platform
Pieter Wuille
2018-10-19
Merge #14474: bitcoin-tx: Use constant for n pubkeys check
Pieter Wuille
2018-10-19
Merge #14426: utils: Fix broken Windows filelock
Pieter Wuille
2018-10-19
Merge #14513: Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_...
Pieter Wuille
2018-10-19
Merge #14291: wallet: Add ListWalletDir utility function
Wladimir J. van der Laan
2018-10-18
rpc: Fix wallet unload during walletpassphrase timeout
João Barbosa
2018-10-18
rpc: Add listwalletdir RPC
João Barbosa
2018-10-18
interfaces: Add getWalletDir and listWalletDir to Node
João Barbosa
2018-10-18
wallet: Add ListWalletDir utility
João Barbosa
2018-10-18
[wallet] Deprecate the generate RPC method
John Newbery
2018-10-18
Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAG
practicalswift
2018-10-18
Merge #14510: Avoid triggering undefined behaviour in base_uint<BITS>::bits()
Wladimir J. van der Laan
2018-10-19
utils: Fix broken Windows filelock
Chun Kuan Lee
2018-10-18
Merge #14374: qt: Add "Blocksdir" to Debug window
Wladimir J. van der Laan
2018-10-18
Merge #14177: qt: Set C locale for amountWidget
Wladimir J. van der Laan
2018-10-18
Avoid triggering undefined behaviour in base_uint<BITS>::bits()
practicalswift
2018-10-18
Merge #14146: wallet: Remove trailing separators from -walletdir arg
Wladimir J. van der Laan
2018-10-18
Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...
Wladimir J. van der Laan
2018-10-18
Merge #14472: [doc] getblocktemplate: use SegWit in example
Wladimir J. van der Laan
2018-10-17
Merge #14450: qt: Fix QCompleter popup regression
Jonas Schnelli
2018-10-16
Merge #14335: net: refactor: cleanup ThreadSocketHandler
Wladimir J. van der Laan
2018-10-16
Merge #14403: qt: Revert "Force TLS1.0+ for SSL connections"
Wladimir J. van der Laan
2018-10-16
Merge #14383: qt: Clean system tray icon menu for '-disablewallet' mode
Wladimir J. van der Laan
2018-10-15
Merge #14424: Stop requiring imported pubkey to sign non-PKH schemes
Jonas Schnelli
2018-10-14
Fix listreceivedbyaddress not taking address as a string
Eric Scrivner
2018-10-13
Fix QCompleter popup regression
Hennadii Stepanov
2018-10-13
bitcoin-tx: Use constant for n pubkeys check
Antoine Le Calvez
2018-10-13
[doc] getblocktemplate: use SegWit in example
Sjors Provoost
2018-10-10
Improve CAmount tests
Hennadii Stepanov
2018-10-10
Add compile time checking for cs_main locks which we assert at run time
practicalswift
2018-10-10
Merge #14373: Consistency fixes for RPC descriptions
MarcoFalke
[next]