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
2016-06-23
trivial: capitalize BIP32 in option help
Wladimir J. van der Laan
2016-06-22
Merge #8068: Compact Blocks
Wladimir J. van der Laan
2016-06-22
Merge #8234: qt: Periodic transifex update
Wladimir J. van der Laan
2016-06-22
Merge #8231: [Qt] fix a bug where the SplashScreen will not be hidden during ...
Wladimir J. van der Laan
2016-06-22
Merge #8222: Enable mempool consistency checks in unit tests
Wladimir J. van der Laan
2016-06-21
Fix some minor compact block issues that came up in review
Matt Corallo
2016-06-21
qt: Periodic transifex update
Wladimir J. van der Laan
2016-06-21
[Qt] fix a bug where the SplashScreen will not be hidden during startup
Jonas Schnelli
2016-06-21
Fix LogPrint to LogPrintf
TheLazieR Yip
2016-06-20
Merge #8220: Stop trimming when mapTx is empty
Wladimir J. van der Laan
2016-06-20
Merge #8179: Evict orphans which are included or precluded by accepted blocks.
Wladimir J. van der Laan
2016-06-20
Merge #7687: Stop treating importaddress'ed scripts as change
Wladimir J. van der Laan
2016-06-20
Merge #8210: [Qt] Bump to Qt5.6.1
Wladimir J. van der Laan
2016-06-20
Only pass -lQt5PlatformSupport if >=Qt5.6
Jonas Schnelli
2016-06-19
Elaborate bucket size math
Pieter Wuille
2016-06-19
Use vTxHashes to optimize InitData significantly
Matt Corallo
2016-06-19
Provide a flat list of txid/terators to txn in CTxMemPool
Matt Corallo
2016-06-19
Add reconstruction debug logging
Matt Corallo
2016-06-19
Get our "best three" peers to announce blocks using cmpctblocks
Matt Corallo
2016-06-19
Add ability to fetch CNode by NodeId
Matt Corallo
2016-06-19
Add receiver-side protocol implementation for CMPCTBLOCK stuff
Matt Corallo
2016-06-19
Add sender-side protocol implementation for CMPCTBLOCK stuff
Matt Corallo
2016-06-19
Add protocol messages for short-ids blocks
Matt Corallo
2016-06-19
Add some blockencodings tests
Matt Corallo
2016-06-19
Add TestMemPoolEntryHelper::FromTx version for CTransaction
Matt Corallo
2016-06-19
Add partial-block block encodings API
Matt Corallo
2016-06-19
Add COMPACTSIZE wrapper similar to VARINT for serialization
Matt Corallo
2016-06-19
Move context-required checks from CheckBlockHeader to Contextual...
Matt Corallo
2016-06-19
If AcceptBlockHeader returns true, pindex will be set.
Matt Corallo
2016-06-19
Stop trimming when mapTx is empty
Pieter Wuille
2016-06-18
Enable mempool consistency checks in unit tests
Pieter Wuille
2016-06-18
Stop trimming when mapTx is empty
Pieter Wuille
2016-06-17
[wallet] tests: Don't use floating point
MarcoFalke
2016-06-16
Merge #7600: Mining: Select transactions using feerate-with-ancestors
Pieter Wuille
2016-06-16
Add unit tests for ancestor feerate mining
Suhas Daftuar
2016-06-16
Use ancestor-feerate based transaction selection for mining
Suhas Daftuar
2016-06-16
Merge #7892: Add full UTF-8 support to RPC
Wladimir J. van der Laan
2016-06-16
Merge #8113: Rework addnode behaviour
Wladimir J. van der Laan
2016-06-16
Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsing
Wladimir J. van der Laan
2016-06-16
Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.
Wladimir J. van der Laan
2016-06-16
Merge #8208: Do not set extra flags for unfiltered DNS seed results
Wladimir J. van der Laan
2016-06-16
Merge #8207: [trivial] Add a link to the Bitcoin-Core repository and website ...
Wladimir J. van der Laan
2016-06-16
[doc] Add website links to about dialog
MarcoFalke
2016-06-15
Allow disconnecting a netgroup with only one member in eviction.
Gregory Maxwell
2016-06-15
Add recently accepted blocks and txn to AttemptToEvictConnection.
Gregory Maxwell
2016-06-15
Do not set extra flags for unfiltered DNS seed results
Pieter Wuille
2016-06-15
Increase maximum orphan size to 100,000 bytes.
Gregory Maxwell
2016-06-15
Treat orphans as implicit inv for parents, discard when parents rejected.
Gregory Maxwell
2016-06-15
Adds an expiration time for orphan tx.
Gregory Maxwell
2016-06-14
Merge #7636: Add bitcoin address label to request payment QR code
Jonas Schnelli
[next]