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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only test supermajority for block rejects against v3 blocks
Patrick Lodder
2015-10-18
1
-18
/
+4
*
Use the same time-based constraints as in 1.10
Patrick Lodder
2015-10-18
1
-8
/
+8
*
Reject version 1 blocks with version 3 supermajority
Patrick Lodder
2015-10-18
1
-4
/
+8
*
enable CBlockIndex::IsSuperMajority
Patrick Lodder
2015-10-18
1
-2
/
+0
*
Implement [CBlock|CBlockIndex]::GetBaseVersion()
Patrick Lodder
2015-10-18
1
-6
/
+6
*
Correct BIP 66 patches
Ross Nicoll
2015-10-18
1
-20
/
+21
*
Implement BIP 66 validation rules and switchover logic
Pieter Wuille
2015-10-18
1
-12
/
+27
*
Reduce fingerprinting through timestamps in 'addr' messages.
Pieter Wuille
2015-06-27
1
-5
/
+15
*
Introduce whitelisted peers.
Pieter Wuille
2015-06-27
1
-5
/
+14
*
Use pong receive time rather than processing time
Pieter Wuille
2015-06-27
1
-3
/
+3
*
Ping automatically every 2 minutes (unconditionally)
Pieter Wuille
2015-06-27
1
-7
/
+6
*
rename fNoListen to fListen and move to net
Philip Kaufmann
2015-06-27
1
-2
/
+2
*
Add %i to -blocknotify and replace it by the height of the block that the not...
langerhans
2014-12-20
1
-0
/
+2
*
Stricter handling of orphan transactions
Gavin Andresen
2014-10-04
1
-13
/
+50
*
Merge pull request #718 from michilumin/1.8.1-dev-limit-orphan-tx
Ross Nicoll
2014-09-28
1
-2
/
+3
|
\
|
*
Make max number of orphan blocks kept in memory a startup parameter (fixes #4...
shshshsh
2014-09-27
1
-1
/
+1
|
*
Initial check in of branch for conflict resolution
michilumin
2014-09-27
1
-1
/
+2
*
|
Fix crashing bug caused by orphan(s) with duplicate prevout.hash
Gavin Andresen
2014-09-18
1
-0
/
+2
*
|
Avoid repeated lookups in mapOrphanTransactions and mapOrphanTransactionsByPrev
Wladimir J. van der Laan
2014-09-18
1
-10
/
+13
*
|
Add a way to limit deserialized string lengths
Pieter Wuille
2014-08-29
1
-6
/
+3
|
/
*
Merge pull request #622 from rnicoll/1.8-dev-safemode
langerhans
2014-08-24
1
-0
/
+19
|
\
|
*
Disable safe mode around AuxPoW switchover.
Ross Nicoll
2014-08-18
1
-0
/
+19
*
|
Condense retarget debug output even more.
Patrick Lodder
2014-08-24
1
-4
/
+5
*
|
Merge pull request #616 from patricklodder/1.8-dev-auxpow-version
langerhans
2014-08-18
1
-2
/
+6
|
\
\
|
*
|
check block version for aux blocks properly for version warning
Patrick Lodder
2014-08-17
1
-2
/
+6
*
|
|
Merge pull request #613 from rnicoll/1.8-dev-coinbase
langerhans
2014-08-18
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Added further diagnostic detail in case of transaction ID clash.
Ross Nicoll
2014-08-16
1
-2
/
+4
|
|
/
*
/
Adjust trigger conditions for safe mode to suit Dogecoin block time.
Ross Nicoll
2014-08-17
1
-3
/
+3
|
/
*
Apply predetermined block for testnet fork
Patrick Lodder
2014-08-05
1
-6
/
+15
*
Merge pull request #591 from patricklodder/1.8-version-check-fix
langerhans
2014-08-04
1
-1
/
+2
|
\
|
*
Check against the right aux block version number
Patrick Lodder
2014-08-04
1
-1
/
+2
*
|
Merge pull request #589 from patricklodder/1.8-dev-testnet-retarget
langerhans
2014-08-04
1
-13
/
+13
|
\
\
|
*
|
Break testnet difficulty reset out of never matching condition.
Patrick Lodder
2014-08-04
1
-13
/
+13
|
|
/
*
/
Tidy up retargeting code and debug.log output.
Patrick Lodder
2014-08-04
1
-20
/
+18
|
/
*
Make version check in UpdateTip() consider auxpow block version
Patrick Lodder
2014-08-03
1
-1
/
+1
*
extracted auxpow consts
Patrick Lodder
2014-08-03
1
-3
/
+3
*
Support auxillary proof of work.
Nell Hardcastle
2014-08-01
1
-15
/
+122
*
Add missing LOCK(cs_main)
Pieter Wuille
2014-07-09
1
-1
/
+4
*
Increase IsStandard() scriptSig length
Peter Todd
2014-06-29
1
-4
/
+8
*
Do not trigger a DoS ban if SCRIPT_VERIFY_NULLDUMMY fails
Peter Todd
2014-06-29
1
-6
/
+18
*
Add missing cs_main lock to VerifyDB
Wladimir J. van der Laan
2014-06-29
1
-0
/
+1
*
Remove NumBlocksOfPeers
Wladimir J. van der Laan
2014-06-29
1
-11
/
+0
*
Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants
Peter Todd
2014-06-29
1
-1
/
+1
*
don't send feeless transactions
Jannis Froese
2014-06-09
1
-1
/
+1
*
Merge pull request #549 from leofidus/1.7-rpctests
leofidus
2014-06-07
1
-2
/
+2
|
\
|
*
Make rewards in regtest mode less random
Jannis Froese
2014-06-02
1
-2
/
+2
*
|
use standard __func__ instead of __PRETTY_FUNCTION__
Philip Kaufmann
2014-05-29
1
-4
/
+4
*
|
Correct indentation
R E Broadley
2014-05-29
1
-44
/
+45
*
|
Split AcceptBlockHeader from AcceptBlock.
Pieter Wuille
2014-05-29
1
-63
/
+137
*
|
Split up CheckBlock in a block and header version
Pieter Wuille
2014-05-29
1
-9
/
+17
[next]