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
/
test
Age
Commit message (
Expand
)
Author
2015-12-02
Merge pull request #7144
Wladimir J. van der Laan
2015-12-01
Rewrite CreateNewBlock
Alex Morcos
2015-12-01
Add a score index to the mempool.
Alex Morcos
2015-12-01
Store the total sig op count of a tx.
Alex Morcos
2015-12-01
test: Disable scheduler test manythreads
Wladimir J. van der Laan
2015-12-01
Merge pull request #6915
Wladimir J. van der Laan
2015-12-01
Merge pull request #6914
Wladimir J. van der Laan
2015-11-30
Merge pull request #7072
Gregory Maxwell
2015-11-30
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-28
[RPC] Add transaction size to JSON output
Nick
2015-11-19
Change GetPriority calculation.
Alex Morcos
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
Merge pull request #7095
Wladimir J. van der Laan
2015-11-27
Merge pull request #7053
Wladimir J. van der Laan
2015-11-27
Merge pull request #6134
Wladimir J. van der Laan
2015-11-27
Merge pull request #5967
Wladimir J. van der Laan
2015-11-25
Replace scriptnum_test's normative ScriptNum implementation
Wladimir J. van der Laan
2015-11-23
Globals: Remove a bunch of Params() calls from main.cpp:
Jorge Timón
2015-11-20
Merge pull request #6851
Gregory Maxwell
2015-11-21
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-11-18
Alter assumptions in CCoinsViewCache::BatchWrite
Alex Morcos
2015-11-18
Merge pull request #6932
Wladimir J. van der Laan
2015-11-16
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-16
Merge pull request #6986
Gregory Maxwell
2015-11-16
add estimateSmartFee to the unit test
Alex Morcos
2015-11-16
Increase success threshold for fee estimation to 95%
Alex Morcos
2015-11-15
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-11-13
Prevector type
Pieter Wuille
2015-11-13
Fix bug in mempool_tests unit test
Alex Morcos
2015-11-12
Add unit test for UpdateCoins
Alex Morcos
2015-11-11
Make CCoinsViewTest behave like CCoinsViewDB
Alex Morcos
2015-11-11
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-09
[trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000
MarcoFalke
2015-11-09
transaction_tests: Be more strict checking dust
MarcoFalke
2015-11-03
Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...
Gregory Maxwell
2015-11-02
Merge pull request #6928
Wladimir J. van der Laan
2015-11-01
Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...
Gregory Maxwell
2015-11-01
tests: Initialize networking on windows
Wladimir J. van der Laan
2015-10-27
unittest: fix test for null tx input
Daniel Kraft
2015-10-26
Merge pull request #6888
Wladimir J. van der Laan
2015-10-25
Use BOOST_CHECK_MESSAGE() rather than BOOST_CHECK() in alerts_tests.cpp and i...
Eric Lombrozo
2015-10-23
Enable policy enforcing GetMedianTimePast as the end point of lock-time const...
Mark Friedenbach
2015-10-23
Merge pull request #6873
Jeff Garzik
2015-10-22
leveldbwrapper file rename to dbwrapper.*
Jeff Garzik
2015-10-22
leveldbwrapper symbol rename: Remove "Level" from class, etc. names
Jeff Garzik
2015-10-22
Merge pull request #6848
Wladimir J. van der Laan
2015-10-21
Merge pull request #6722
Wladimir J. van der Laan
2015-10-20
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
Chainparams: Replace CBaseChainParams::Network enum with string constants (su...
Jorge Timón
[next]