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
/
test_bitcoin.cpp
Age
Commit message (
Expand
)
Author
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
Merge #8068: Compact Blocks
Wladimir J. van der Laan
2016-06-19
Add TestMemPoolEntryHelper::FromTx version for CTransaction
Matt Corallo
2016-06-18
Enable mempool consistency checks in unit tests
Pieter Wuille
2016-05-18
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-04-19
Merge #7787: [Moveonly] Create ui_interface.cpp
Wladimir J. van der Laan
2016-04-18
test: Create test fixture for wallet
Wladimir J. van der Laan
2016-04-02
[ui] Move InitError, InitWarning, AmountErrMsg
MarcoFalke
2016-04-02
Merge #7691: [Wallet] refactor wallet/init interaction
Wladimir J. van der Laan
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-22
[Wallet] refactor wallet/init interaction
Jonas Schnelli
2016-03-16
Merge #7187: Keep reorgs fast for SequenceLocks checks
Wladimir J. van der Laan
2016-03-16
Add LockPoints
Alex Morcos
2016-03-11
Move GetTempPath() to testutil.
Mustafa
2016-01-20
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Store the total sig op count of a tx.
Alex Morcos
2015-11-30
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-19
Change GetPriority calculation.
Alex Morcos
2015-11-27
Merge pull request #7053
Wladimir J. van der Laan
2015-11-23
Globals: Remove a bunch of Params() calls from main.cpp:
Jorge Timón
2015-11-16
Implement helper class for CTxMemPoolEntry constructor
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-01
tests: Initialize networking on windows
Wladimir J. van der Laan
2015-10-20
Chainparams: Replace CBaseChainParams::Network enum with string constants (su...
Jorge Timón
2015-07-27
Unit test doublespends in new blocks
Gavin Andresen
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-05-06
Merge pull request #6047
Wladimir J. van der Laan
2015-05-04
Update key.cpp to use new libsecp256k1
Pieter Wuille
2015-04-16
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-04-01
Merge pull request #5900
Wladimir J. van der Laan
2015-03-29
Initialization: setup environment before starting tests
dexX7
2015-03-27
Add a consistency check for the block chain data structures
Pieter Wuille
2015-03-20
Merge pull request #5745
Wladimir J. van der Laan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-09
test: Remove UNITTEST params
Wladimir J. van der Laan
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-20
Rename CWalletInterface to CValidationInterface
Pieter Wuille
2014-10-08
Merge pull request #4834
Pieter Wuille
2014-10-02
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
Revert merge of pull #4845
Wladimir J. van der Laan
2014-09-29
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-24
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-07
Move ui_interface to bitcoin_server.a
Wladimir J. van der Laan
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
[next]