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
/
validation.cpp
Age
Commit message (
Expand
)
Author
2017-04-13
Trivial: Remove unneeded includes from .h:
Jorge Timón
2017-04-10
Merge #9725: CValidationInterface Cleanups
Wladimir J. van der Laan
2017-04-10
Merge #10135: [p2p] Send the correct error code in reject messages
Wladimir J. van der Laan
2017-04-07
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
Handle SyncTransaction in ActivateBestChain instead of ConnectTrace
Matt Corallo
2017-04-07
Keep conflictedTxs in ConnectTrace per-block
Matt Corallo
2017-04-07
Handle conflicted transactions directly in ConnectTrace
Matt Corallo
2017-04-07
Make ConnectTrace::blocksConnected private, hide behind accessors
Matt Corallo
2017-04-07
Add pblock to connectTrace at the end of ConnectTip, not start
Matt Corallo
2017-04-06
Merge #9902: Lightweight abstraction of boost::filesystem
Wladimir J. van der Laan
2017-04-05
Merge #10133: Clean up calculations of pcoinsTip memory usage
Wladimir J. van der Laan
2017-04-03
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-02
Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.
Gregory Maxwell
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-31
Make threshold for flushing more conservative.
Alex Morcos
2017-03-31
Send the correct error code in reject messages
John Newbery
2017-03-31
Make pcoinsTip memory calculations consistent
Alex Morcos
2017-03-30
Compensate for memory peak at flush time
Pieter Wuille
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-03-14
Merge #8665: Assert all the things!
Wladimir J. van der Laan
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-02-22
Merge #9773: Return errors from importmulti if complete rescans are not succe...
Wladimir J. van der Laan
2017-02-22
Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction
Wladimir J. van der Laan
2017-02-21
Removed redundant parameter from mempool.PrioritiseTransaction
gubatron
2017-02-20
Read/write mempool.dat as a binary.
Pavel Janík
2017-02-19
Assert ConnectBlock block and pIndex are the same block
NicolasDorier
2017-02-18
Merge #9696: [trivial] Fix recently introduced typos in comments
MarcoFalke
2017-02-17
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-15
Harden against mistakes handling invalid blocks
Suhas Daftuar
2017-02-15
ContextualCheckBlockHeader should never have pindexPrev to NULL
NicolasDorier
2017-02-14
[trivial] Fix recently introduced typos in comments
practicalswift
2017-01-30
Merge #9644: [refactor] Remove using namespace <xxx> from src/
MarcoFalke
2017-01-30
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-26
Merge #9519: Exclude RBF replacement txs from fee estimation
Wladimir J. van der Laan
2017-01-24
[Trivial] fix logging typo in FlushStateToDisk()
John Newbery
2017-01-23
Introduce MemPoolConflictRemovalTracker
Alex Morcos
2017-01-23
mempool: add notification for added/removed entries
Wladimir J. van der Laan
2017-01-23
Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempool
Pieter Wuille
2017-01-23
Merge #9511: Don't overwrite validation state with corruption check
Wladimir J. van der Laan
2017-01-20
Exclude RBF txs from fee estimation
Alex Morcos
2017-01-19
[bugfix] save feeDelta instead of priorityDelta in DumpMempool
Alex Morcos
2017-01-19
Use incrementalRelayFee for BIP 125 replacement
Alex Morcos
[next]