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-01-09
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2018-01-09
Support P2WPKH and P2SH-P2WPKH in dumpprivkey
Pieter Wuille
2018-01-09
Support P2WPKH addresses in create/addmultisig
Pieter Wuille
2018-01-03
Extend validateaddress information for P2SH-embedded witness
Pieter Wuille
2018-01-03
Expose method to find key for a single-key destination
Pieter Wuille
2018-01-03
Improve witness destination types and use them more
Pieter Wuille
2018-01-03
[refactor] GetAccount{PubKey,Address} -> GetAccountDestination
Pieter Wuille
2018-01-03
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2017-12-12
Merge #11854: Split up key and script metadata for better type safety
Wladimir J. van der Laan
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
Merge #10279: Add a CChainState class to validation.cpp to take another step ...
Wladimir J. van der Laan
2017-12-12
Merge #11831: Always return true if AppInitMain got to the end
Wladimir J. van der Laan
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-12-12
Merge #11516: crypto: Add test cases covering the relevant HMAC-SHA{256,512} ...
Wladimir J. van der Laan
2017-12-11
Merge #11583: Do not make it trivial for inbound peers to generate log entries
Wladimir J. van der Laan
2017-12-11
Merge #11839: don't attempt mempool entry for wallet transactions on startup ...
Wladimir J. van der Laan
2017-12-11
don't attempt mempool entry for wallet transactions on startup if already in ...
Gregory Sanders
2017-12-09
Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling...
Wladimir J. van der Laan
2017-12-08
Split up key and script metadata for better type safety
Russell Yanofsky
2017-12-07
Merge #11847: Make boost::multi_index comparators const
Wladimir J. van der Laan
2017-12-07
Merge #11809: gui: Fix proxy setting options dialog crash
Wladimir J. van der Laan
2017-12-07
Merge #11838: qa: Add getrawtransaction in_active_chain=False test
Wladimir J. van der Laan
2017-12-07
gui: Fix proxy setting options dialog crash
Wladimir J. van der Laan
2017-12-07
Make boost::multi_index comparators const
Suhas Daftuar
2017-12-07
Merge #11829: Test datadir specified in conf file exists
Wladimir J. van der Laan
2017-12-06
qa: Add getrawtransaction in_active_chain=False test
MarcoFalke
2017-12-06
Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...
Wladimir J. van der Laan
2017-12-05
Avoid leaking the prune height through getdata (fingerprinting countermeasure)
Jonas Schnelli
2017-12-05
Always set NODE_NETWORK_LIMITED bit
Jonas Schnelli
2017-12-05
Add NODE_NETWORK_LIMITED flags and min block amount constants
Jonas Schnelli
2017-12-05
Always return true if AppInitMain got to the end
Matt Corallo
2017-12-06
Test datadir in conf file exists
MeshCollider
2017-12-04
Merge #11556: [Qt] Improved copy for RBF checkbox and tooltip
Jonas Schnelli
2017-12-05
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...
Karl-Johan Alm
2017-12-04
Merge #11781: Add `-debuglogfile` option
Wladimir J. van der Laan
2017-12-04
Avoid calling GetSerializeSize on each tx in a block if !fTxIndex
Matt Corallo
2017-12-04
Move some additional variables into CChainState private
Matt Corallo
2017-12-04
Create initial CChainState to hold chain state information
Matt Corallo
2017-12-04
Move block writing out of AcceptBlock
Matt Corallo
2017-12-04
Move txindex/undo data disk location stuff out of ConnectBlock
Matt Corallo
2017-12-04
Make DisconnectBlock unaware of where undo data resides on disk
Matt Corallo
2017-12-01
Merge #11804: [docs] Fixed outdated link with archive.is
Wladimir J. van der Laan
2017-12-01
[docs] Fixed outdated link with archive.is
Tim Shimmin
2017-12-01
Merge #11337: Fix code constness in CBlockIndex::GetAncestor() overloads
Wladimir J. van der Laan
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy...
Wladimir J. van der Laan
2017-11-30
Loop through the bip9 soft fork deployments instead of hard coding
Andrew Chow
2017-11-30
Merge #11794: Prefix leveldb debug logging
Wladimir J. van der Laan
2017-11-30
Merge #11744: net: Add missing locks in net.{cpp,h}
Wladimir J. van der Laan
2017-11-30
Add `-debuglogfile` option
Wladimir J. van der Laan
[next]