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.h
Age
Commit message (
Expand
)
Author
2016-07-06
Merge #8275: Remove bad chain alert partition check
Wladimir J. van der Laan
2016-06-22
[qa] Add GetTransactionSigOpCost unit tests
Jonas Nick
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
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
Merge #8068: Compact Blocks
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-19
Move context-required checks from CheckBlockHeader to Contextual...
Matt Corallo
2016-06-15
Add recently accepted blocks and txn to AttemptToEvictConnection.
Gregory Maxwell
2016-06-15
Adds an expiration time for orphan tx.
Gregory Maxwell
2016-06-14
Remove bad chain alert partition check
BtcDrak
2016-06-08
Merge #7935: Versionbits: GBT support
Pieter Wuille
2016-06-06
Implement BIP 9 GBT changes
Luke Dashjr
2016-05-20
Consensus: Decouple from chainparams.o and timedata.o
Jorge Timón
2016-05-17
Make ProcessNewBlock dbp const and update comment
Pieter Wuille
2016-05-16
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
Gregory Maxwell
2016-05-10
Merge #8019: Remove state arg from ReconsiderBlock, rename to ResetBlockFailu...
Wladimir J. van der Laan
2016-05-09
Rename ReconsiderBlock func to reflect real behavior
instagibbs
2016-05-09
Merge #7976: Remove obsolete reference to CValidationState from UpdateCoins.
Wladimir J. van der Laan
2016-05-06
Remove state arg from ReconsiderBlock
instagibbs
2016-05-06
Merge #7815: Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-05-05
Merge #7840: Several performance and privacy improvements to inv/mempool hand...
Wladimir J. van der Laan
2016-04-30
Remove obsolete reference to CValidationState from UpdateCoins.
21E14
2016-04-20
Explicitly pass CChainParams to ConnectBlock
face
2016-04-20
Eliminate TX trickle bypass, sort TX invs for privacy and priority.
Gregory Maxwell
2016-04-19
Pass CChainParams to DisconnectTip()
face
2016-04-15
Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-04-07
Reduce block timeout to 10 minutes
Wladimir J. van der Laan
2016-04-07
Track block download times per individual block
Pieter Wuille
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
2016-03-21
Merge #7692: Remove p2p alert system
Wladimir J. van der Laan
2016-03-21
Merge #7708: De-neuter NODE_BLOOM
Wladimir J. van der Laan
2016-03-18
Always disconnect old nodes which request filtered connections.
Patrick Strateman
2016-03-18
Remove `-alerts` option
BtcDrak
2016-03-18
Merge #7575: Minimal BIP9 implementation
Wladimir J. van der Laan
2016-03-16
Add LockPoints
Alex Morcos
2016-03-15
Softfork status report in RPC
Pieter Wuille
2016-03-15
BIP9 Implementation
Pieter Wuille
2016-02-16
Merge #7509: Common argument defaults for NODE_BLOOM stuff and -wallet
Wladimir J. van der Laan
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-11
fix sdaftuar's nits again
Alex Morcos
2016-02-11
Common argument defaults for NODE_BLOOM stuff and -wallet
Luke Dashjr
2016-02-10
Implement SequenceLocks functions
Alex Morcos
2016-02-04
Merge #7070: Move maxTxFee out of mempool
Wladimir J. van der Laan
2016-02-03
Merge #7444: Improve block validity/ConnectBlock() comments
Wladimir J. van der Laan
2016-02-03
Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal strin...
Wladimir J. van der Laan
2016-02-02
Move maxTxFee out of mempool
MarcoFalke
2016-02-02
Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
Wladimir J. van der Laan
[next]