index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-565
/
+0
*
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
1
-44
/
+4
*
Merge #9183: Final Preparation for main.cpp Split
Pieter Wuille
2016-12-01
1
-0
/
+15
|
\
|
*
Document cs_main status when calling into PNB or PNBH
Matt Corallo
2016-12-01
1
-0
/
+4
|
*
Expose AcceptBlockHeader through main.h
Matt Corallo
2016-11-23
1
-0
/
+11
*
|
Make fImporting an std::atomic
Matt Corallo
2016-11-26
1
-1
/
+1
|
/
*
Merge #8930: Move orphan processing to ActivateBestChain
Pieter Wuille
2016-11-23
1
-0
/
+1
|
\
|
*
Move orphan-conflict removal from main logic into a callback
Matt Corallo
2016-11-23
1
-0
/
+1
*
|
Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minute
Wladimir J. van der Laan
2016-11-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Set DEFAULT_LIMITFREERELAY = 0 kB/minute
MarcoFalke
2016-11-18
1
-1
/
+1
*
|
Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)
Pieter Wuille
2016-11-17
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
1
-2
/
+8
|
*
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-09
1
-2
/
+2
*
|
Remove redundant duplicate-input check from CheckTransaction
Matt Corallo
2016-11-09
1
-1
/
+1
|
/
*
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-03
1
-1
/
+1
*
Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2)
Wladimir J. van der Laan
2016-11-03
1
-1
/
+1
|
\
|
*
Remove network state wipe from UnloadBlockIndex.
Matt Corallo
2016-10-31
1
-1
/
+1
*
|
Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB()
Wladimir J. van der Laan
2016-11-02
1
-1
/
+1
|
\
\
|
*
|
Explicitly pass const CChainParams& to LoadBlockIndexDB()
Geoffrey Tsui
2016-10-25
1
-1
/
+1
|
|
/
*
|
Add DumpMempool and LoadMempool
Pieter Wuille
2016-10-31
1
-0
/
+6
*
|
Add AcceptToMemoryPoolWithTime function
Pieter Wuille
2016-10-30
1
-0
/
+4
|
/
*
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
1
-1
/
+2
*
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
1
-28
/
+44
|
\
|
*
Use BlockChecked signal to send reject messages from mapBlockSource
Matt Corallo
2016-10-04
1
-0
/
+1
|
*
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-04
1
-2
/
+2
|
*
Use CValidationInterface from chain logic to notify peer logic
Matt Corallo
2016-10-04
1
-0
/
+11
|
*
Move net-processing logic definitions together in main.h
Matt Corallo
2016-10-04
1
-26
/
+30
*
|
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-18
1
-0
/
+3
|
\
\
|
*
|
Add preciousblock RPC
Pieter Wuille
2016-08-26
1
-0
/
+3
*
|
|
Align constant names for maximum compact block / blocktxn depth
Pieter Wuille
2016-10-17
1
-0
/
+5
|
|
/
|
/
|
*
|
net: Pass CConnman around as needed
Cory Fields
2016-09-08
1
-4
/
+6
*
|
Predeclare PrecomputedTransactionData as sturct
Pieter Wuille
2016-09-02
1
-1
/
+1
*
|
Merge #8524: Precompute sighashes
Pieter Wuille
2016-09-01
1
-3
/
+6
|
\
\
|
*
|
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-26
1
-6
/
+6
|
*
|
Precompute sighashes
Pieter Wuille
2016-08-16
1
-3
/
+6
*
|
|
Reduce default number of blocks to check at startup
Pieter Wuille
2016-08-27
1
-1
/
+1
|
|
/
|
/
|
*
|
various typos
leijurv
2016-08-14
1
-1
/
+1
|
/
*
Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...
Pieter Wuille
2016-08-01
1
-1
/
+1
|
\
|
*
Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB...
Jorge Timón
2016-07-27
1
-1
/
+1
*
|
Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckI...
Pieter Wuille
2016-08-01
1
-0
/
+13
|
\
\
|
*
|
Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs
Jorge Timón
2016-07-29
1
-0
/
+13
*
|
|
Merge #8365: Treat high-sigop transactions as larger rather than rejecting them
Wladimir J. van der Laan
2016-07-26
1
-2
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Treat high-sigop transactions as larger rather than rejecting them
Pieter Wuille
2016-07-19
1
-2
/
+0
*
|
|
Merge #8347: Trivial: Make CBlockIndex param const in ContextualCheckBlockHea...
Wladimir J. van der Laan
2016-07-21
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and Conte...
Jorge Timón
2016-07-17
1
-2
/
+2
|
|
/
*
|
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-1
/
+1
*
|
Improve handling of unconnecting headers
Suhas Daftuar
2016-07-12
1
-0
/
+3
|
/
*
Merge #8275: Remove bad chain alert partition check
Wladimir J. van der Laan
2016-07-06
1
-2
/
+0
|
\
|
*
Remove bad chain alert partition check
BtcDrak
2016-06-14
1
-2
/
+0
*
|
[qa] Add GetTransactionSigOpCost unit tests
Jonas Nick
2016-06-22
1
-0
/
+8
[next]