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-12-30
gui: Favor macOS show / hide action in dock menu
João Barbosa
2018-12-24
Merge #14893: 0.17 [Backport 14890] rpc: Avoid creating non-standard raw tran...
MarcoFalke
2018-12-09
importmulti: Don't add internal addresses to address book
Gregory Sanders
2018-12-07
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-07
Merge #14889: [0.17] Backport #14424 (Stop requiring imported pubkey to sign ...
Wladimir J. van der Laan
2018-12-07
Stop requiring imported pubkey to sign non-PKH schemes
Pieter Wuille
2018-12-06
Merge #14880: 0.17: Backport #14453
MarcoFalke
2018-12-05
rpc: Fix wallet unload during walletpassphrase timeout
João Barbosa
2018-12-05
fix converttopsbt permitsigdata arg, add basic test
Gregory Sanders
2018-12-03
Refactor PSBTInput signing to enforce invariant
Glenn Willen
2018-12-03
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
Add bool PSBTInputSigned
Glenn Willen
2018-12-03
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-12-03
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-12-03
More concise conversion of CDataStream to string
Glenn Willen
2018-12-03
check that a separator is found for psbt inputs, outputs, and global map
Andrew Chow
2018-12-01
Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...
MarcoFalke
2018-11-30
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-30
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-29
Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
practicalswift
2018-11-29
rpc: Make HTTP RPC debug logging more informative
practicalswift
2018-11-29
add test demonstrating addrLocal UB
Kaz Wesley
2018-11-29
fix uninitialized read when stringifying an addrLocal
Kaz Wesley
2018-11-29
Throw error if CPubKey is invalid during PSBT keypath serialization
Gregory Sanders
2018-11-29
Bugfix: RPC: Add address_type named param for createmultisig
Luke Dashjr
2018-11-28
Fix listreceivedbyaddress not taking address as a string
Eric Scrivner
2018-11-28
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-11-28
disallow oversized CBlockHeaderAndShortTxIDs
Kaz Wesley
2018-11-28
fix a deserialization overflow edge case
Kaz Wesley
2018-11-28
add a test demonstrating an overflow in a deserialization edge case
Kaz Wesley
2018-11-28
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-11-10
Merge #14441: [wallet] Backport(0.17): Restore ability to list incoming trans...
Wladimir J. van der Laan
2018-11-06
qt: Revert "Force TLS1.0+ for SSL connections"
Tim Ruffing
2018-10-28
Merge #14566: 0.17: qa backports
MarcoFalke
2018-10-24
Disable wallet and address book Qt tests on macOS minimal platform
Russell Yanofsky
2018-10-18
[doc] getblocktemplate: use SegWit in example
Sjors Provoost
2018-10-10
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-09-17
Fix crash bug with duplicate inputs within a transaction
Suhas Daftuar
2018-09-11
Convert non-witness UTXOs to witness if witness sig created
Andrew Chow
2018-09-11
Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...
Andrew Chow
2018-09-06
Replace duplcate reference with reference to reference doc
v0.17.0rc3
Pieter Wuille
2018-09-06
Adjust TODO link
Pieter Wuille
2018-09-06
util: Report parse errors in configuration file
Wladimir J. van der Laan
2018-09-05
doc: Change documentation for =0 for non-boolean options
Wladimir J. van der Laan
2018-08-28
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-27
Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...
Jesse Cohen
2018-08-27
qa: Stop txindex thread before calling destructor
MarcoFalke
2018-08-27
Docs: Fix help message typo optiona -> optional
Ben Woosley
2018-08-21
RPCTypeCheck bip32derivs arg in walletcreatefunded
Gregory Sanders
2018-08-21
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
[next]