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-11-01
Refactor PSBTInput signing to enforce invariant
Glenn Willen
2018-11-01
Simplify arguments to SignPSBTInput
Glenn Willen
2018-11-01
Add bool PSBTInputSigned
Glenn Willen
2018-11-01
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-11-01
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-11-01
More concise conversion of CDataStream to string
Glenn Willen
2018-11-01
Merge #14377: check that a separator is found for psbt inputs, outputs, and g...
Wladimir J. van der Laan
2018-11-01
Merge #14197: [psbt] Convert non-witness UTXOs to witness if witness sig created
Wladimir J. van der Laan
2018-10-31
Merge #14454: Add SegWit support to importmulti
Wladimir J. van der Laan
2018-10-28
Bugfix: RPC: Add address_type named param for createmultisig
Luke Dashjr
2018-10-28
Merge #14585: refactor: remove usage of locale dependent std::isspace
MarcoFalke
2018-10-27
Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-10-26
Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uin...
practicalswift
2018-10-26
Merge #14568: build: Fix Qt link order for Windows build
MarcoFalke
2018-10-26
Merge #14561: Remove fs::relative call and fix listwalletdir tests
Wladimir J. van der Laan
2018-10-26
Merge #14518: rpc: Always throw in getblockstats if -txindex is required
Wladimir J. van der Laan
2018-10-25
Remove fs::relative call and fix listwalletdir tests
João Barbosa
2018-10-25
build: Fix Qt link order for Windows build
Chun Kuan Lee
2018-10-25
Make getaddressinfo return solvability
MeshCollider
2018-10-25
Add SegWit support to importmulti with some ProcessImport cleanup
MeshCollider
2018-10-24
Merge #14320: [bugfix] wallet: Fix duplicate fileid detection
Wladimir J. van der Laan
2018-10-24
wallet: Fix duplicate fileid
Chun Kuan Lee
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
rpc: Always throw in getblockstats if -txindex is required
João Barbosa
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
[next]