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
/
main.cpp
Age
Commit message (
Expand
)
Author
2016-12-06
IBD check uses minimumchain work instead of checkpoints.
Gregory Maxwell
2016-12-06
Remove duplicate nBlocksEstimate cmp (we already checked IsIBD())
Matt Corallo
2016-11-20
Modify getblocktxn handler not to drop requests for old blocks
Russell Yanofsky
2016-11-20
Align constant names for maximum compact block / blocktxn depth
Pieter Wuille
2016-11-20
More agressively filter compact block requests
Matt Corallo
2016-11-20
Dont remove a "preferred" cmpctblock peer if they provide a block
Matt Corallo
2016-11-09
Merge #9048: [0.13 backport] Fix handling of invalid compact blocks
Wladimir J. van der Laan
2016-11-01
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-10-27
Add missing cs_main lock to ::GETBLOCKTXN processing
Matt Corallo
2016-10-17
Add standard limits for P2WSH with tests
Johnson Lau
2016-10-13
Use cmpctblock type 2 for segwit-enabled transfer
Matt Corallo
2016-10-13
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-10-13
net: fix a few cases where messages were sent rather than dropped upon discon...
Cory Fields
2016-09-26
Implement NULLDUMMY softfork
Johnson Lau
2016-09-26
Do not store witness txn in rejection cache
Pieter Wuille
2016-09-21
UndoReadFromDisk works on undo files (rev), not on block files.
Pavel JanÃk
2016-09-21
Use __func__ to get function name for output printing
MarcoFalke
2016-09-21
various typos
leijurv
2016-09-21
Use a signal to continue init after genesis activation
Pieter Wuille
2016-09-21
net: Ignore `notfound` P2P messages
Wladimir J. van der Laan
2016-09-13
fix op order to append first alert
rodasmith
2016-09-07
Do not add random inbound peers to addrman.
Gregory Maxwell
2016-09-07
Fix some locks
Pieter Wuille
2016-09-07
Check for compatibility with download in FindNextBlocksToDownload
Pieter Wuille
2016-09-07
Precompute sighashes
Pieter Wuille
2016-09-07
[Qt] show network/chain errors in the GUI
Jonas Schnelli
2016-09-07
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-07-31
Treat high-sigop transactions as larger rather than rejecting them
Pieter Wuille
2016-07-29
Prevent fingerprinting, disk-DoS with compact blocks
Suhas Daftuar
2016-07-26
Make witness v0 outputs non-standard before segwit activation
Johnson Lau
2016-07-19
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
Merge #8305: Improve handling of unconnecting headers
Wladimir J. van der Laan
2016-07-14
Merge #8312: Fix mempool DoS vulnerability from malleated transactions
Wladimir J. van der Laan
2016-07-14
Merge #8271: [bugfix] Do not send witnesses in cmpctblock
Wladimir J. van der Laan
2016-07-12
Improve handling of unconnecting headers
Suhas Daftuar
2016-07-07
Fix DoS vulnerability in mempool acceptance
Suhas Daftuar
2016-07-06
Merge #8275: Remove bad chain alert partition check
Wladimir J. van der Laan
2016-07-05
Revert "net: Avoid duplicate getheaders requests." PR #8054
Gregory Maxwell
2016-06-26
Do not send witnesses in cmpctblock
Pieter Wuille
2016-06-22
[qa] Add rpc test for segwit
Alex Morcos
2016-06-22
Do not use compact blocks when segwit is enabled
Pieter Wuille
2016-06-22
Add rewind logic to deal with post-fork software updates
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP144: Handshake and relay (receiver side)
Pieter Wuille
2016-06-22
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
Merge #8068: Compact Blocks
Wladimir J. van der Laan
2016-06-21
Fix some minor compact block issues that came up in review
Matt Corallo
[next]