index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Merge #8215: [wallet] tests: Don't use floating point
MarcoFalke
2016-06-17
Merge #8214: [qa] mininode: fail on send_message instead of silent return
MarcoFalke
2016-06-17
[qa] mininode: fail on send_message instead of silent return
MarcoFalke
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-14
Merge #7636: Add bitcoin address label to request payment QR code
Jonas Schnelli
2016-06-14
Merge #8198: [trivial] Sync ax_pthread with upstream draft4
Wladimir J. van der Laan
2016-06-14
Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...
Wladimir J. van der Laan
2016-06-14
Merge #8194: [gitian] set correct PATH for wrappers
Wladimir J. van der Laan
2016-06-14
Merge #8197: [trivial] Ignore split-debug.sh
Wladimir J. van der Laan
2016-06-14
Detect -usehd mismatches when wallet.dat already exists
Jonas Schnelli
2016-06-14
Merge #8201: [qa] fundrawtransaction: Fix race, assert amounts
Wladimir J. van der Laan
2016-06-13
Randomize name lookup result in ConnectSocketByName
Pieter Wuille
2016-06-13
Prevent duplicate connections where one is by name and another by ip
Pieter Wuille
2016-06-13
Rework addnode behaviour
Pieter Wuille
2016-06-13
[qa] fundrawtransaction: Fix race, assert amounts
MarcoFalke
2016-06-13
[qa] util: Move check_fee_amount out of wallet.py
MarcoFalke
2016-06-13
Merge #7749: Enforce expected outbound services
Wladimir J. van der Laan
2016-06-13
Introduce REQUIRED_SERVICES constant
Pieter Wuille
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Don't require services in -addnode
Pieter Wuille
2016-06-13
Only store and connect to NODE_NETWORK nodes
Pieter Wuille
2016-06-13
Verify that outbound connections have expected services
Pieter Wuille
2016-06-13
Keep addrman's nService bits consistent with outbound observations
Pieter Wuille
2016-06-13
Add address label to request payment QR Code (QT)
Francesco 'makevoid' Canessa
[next]