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
/
validation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-11
/
+11
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-3
/
+3
*
Remove relay-only rounding
Ross Nicoll
2021-08-17
1
-4
/
+4
*
[ #2297 ] Implemented suggestions: camel casing as suggested and printing deb...
Escanor Liones
2021-08-16
1
-14
/
+23
*
fix: A newly appended block header should not build on an invalid chain
p-j01
2021-08-16
1
-8
/
+66
*
consensus: Fix a rare crash bug
Ross Nicoll
2021-08-04
1
-1
/
+5
*
bugfix: break ActivateBestChain() differently on shutdown
Patrick Lodder
2021-08-04
1
-3
/
+9
*
Initial back end framework to separate wallet and relay fees + dust.
Michi Lumin
2021-07-30
1
-3
/
+5
*
Refactor: fix typo in validation.cpp
Ikko Ashimine
2021-04-27
1
-1
/
+1
*
Merge pull request #1676 from shibe2/skipcheckpow
Ross Nicoll
2021-02-15
1
-10
/
+10
|
\
|
*
Don't re-check AuxPoW when sending data to peers
Shibe
2021-02-08
1
-10
/
+10
*
|
Merge pull request #1655 from John-Gee/1.14.3-dev
Max K
2021-02-14
1
-2
/
+7
|
\
\
|
*
|
Fix for Boost 1.74
John-Gee
2021-02-02
1
-2
/
+7
|
|
/
*
/
Fixate BIP65 softfork heights
Patrick Lodder
2021-02-13
1
-9
/
+4
|
/
*
[backport] [rpc] getblockchaininfo: add size_on_disk, prune_target_size, auto...
Daniel Edgecumbe
2020-07-24
1
-0
/
+6
*
Introduce basic Dogecoin branding
Ross Nicoll
2019-03-25
1
-3
/
+3
*
Re-introduce alert functionality (#1470)
Ross Nicoll
2018-09-19
1
-13
/
+3
*
Clean up RPC tests (#1465)
Ross Nicoll
2018-09-19
1
-9
/
+9
*
Enforce minor Dogecoin parameters (#1427)
Ross Nicoll
2018-09-19
1
-8
/
+7
*
Always use parameters at block 0 to get genesis block hash (#1416)
Ross Nicoll
2018-09-19
1
-2
/
+2
*
Move COINBASE_MATURITY to the consensus parameters (#1426)
Ross Nicoll
2018-09-19
1
-3
/
+1
*
Check only the base block version (#1411)
Ross Nicoll
2018-09-19
1
-2
/
+2
*
Add Dogecoin current fee calculation logic (#1413)
Ross Nicoll
2018-09-19
1
-1
/
+1
*
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
1
-51
/
+72
*
Change BIP65/66 enforcement to match Dogecoin (#1403)
Ross Nicoll
2018-09-19
1
-4
/
+26
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-9
/
+37
*
Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...
Warren Togami
2018-09-19
1
-2
/
+2
*
Add Dogecoin block subsidy calculations.
Ross Nicoll
2018-09-19
1
-1
/
+2
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2018-09-19
1
-3
/
+7
*
Fix crash bug with duplicate inputs within a transaction
Suhas Daftuar
2018-09-18
1
-1
/
+1
*
Make threshold for flushing more conservative.
Alex Morcos
2017-04-05
1
-2
/
+3
*
Make pcoinsTip memory calculations consistent
Alex Morcos
2017-04-05
1
-2
/
+2
*
Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.
Gregory Maxwell
2017-04-04
1
-3
/
+5
*
Compensate for memory peak at flush time
Pieter Wuille
2017-03-31
1
-1
/
+1
*
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-22
1
-1
/
+6
*
Read/write mempool.dat as a binary.
Pavel JanÃk
2017-02-21
1
-2
/
+2
*
Harden against mistakes handling invalid blocks
Suhas Daftuar
2017-02-15
1
-5
/
+11
*
Merge #9644: [refactor] Remove using namespace <xxx> from src/
MarcoFalke
2017-01-30
1
-24
/
+22
|
\
|
*
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-24
/
+22
*
|
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use incrementalRelayFee for BIP 125 replacement
Alex Morcos
2017-01-19
1
-2
/
+2
*
|
Merge #9519: Exclude RBF replacement txs from fee estimation
Wladimir J. van der Laan
2017-01-26
1
-5
/
+7
|
\
\
|
*
|
Exclude RBF txs from fee estimation
Alex Morcos
2017-01-20
1
-5
/
+7
*
|
|
[Trivial] fix logging typo in FlushStateToDisk()
John Newbery
2017-01-24
1
-1
/
+1
*
|
|
Introduce MemPoolConflictRemovalTracker
Alex Morcos
2017-01-23
1
-0
/
+45
*
|
|
mempool: add notification for added/removed entries
Wladimir J. van der Laan
2017-01-23
1
-4
/
+4
*
|
|
Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempool
Pieter Wuille
2017-01-23
1
-1
/
+1
|
\
\
\
|
*
|
|
[bugfix] save feeDelta instead of priorityDelta in DumpMempool
Alex Morcos
2017-01-19
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge #9511: Don't overwrite validation state with corruption check
Wladimir J. van der Laan
2017-01-23
1
-3
/
+4
|
\
\
\
|
*
|
|
Don't overwrite validation state with corruption check
Alex Morcos
2017-01-10
1
-3
/
+4
[next]