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
2012-10-01
data-driven base58 CBitcoinAddress/CBitcoinSecret tests
Wladimir J. van der Laan
2012-09-18
Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2012-09-18
Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-09-08
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-09-07
Wrong address added to collection in test
xanatos
2012-09-05
Add various tests for CTransaction::CheckTransaction()
Matt Corallo
2012-09-05
check tx.CheckTransaction for data-driven tx tests.
Matt Corallo
2012-08-24
Merge pull request #1699 from laanwj/2012_08_securealloc
Pieter Wuille
2012-08-23
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr
2012-08-23
Handle locked pages more robustly (Fixes issue #1462)
Wladimir J. van der Laan
2012-08-21
Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2012-08-21
Merge pull request #1687 from gavinandresen/quietunit
Pieter Wuille
2012-08-20
Add data-driven transaction tests.
Matt Corallo
2012-08-20
Add a few test cases to data-driven script tests.
Matt Corallo
2012-08-20
Suppress output when running unit tests.
Gavin Andresen
2012-08-20
Set block.nVersion to fix miner unit test
Gavin Andresen
2012-08-17
Remove useless non-cross-platform tests.
Matt Corallo
2012-08-02
fix further spelling errors / remove a tab in the source
Philip Kaufmann
2012-08-01
Bugfix: Use standard BTC unit in comments
Luke Dashjr
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-07-12
Tests for CreateNewBlock
Luke Dashjr
2012-07-11
Run BDB disk-less for test_bitcoin
Luke Dashjr
2012-07-05
Implement raw transaction RPC calls
Gavin Andresen
2012-06-30
Fix a couple more typos
fanquake
2012-06-28
Merge branch 'patch-3' of https://github.com/xanatos/bitcoin
Gavin Andresen
2012-06-25
Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)
Gavin Andresen
2012-06-23
Node support for Tor hidden services
Pieter Wuille
2012-06-22
Unit tests for base32 encode/decode
Pieter Wuille
2012-06-22
Small fix to rpc_tests
xanatos
2012-06-21
= instead of == in multisig_tests.cpp
xanatos
2012-06-19
Fix netbase tests
Pieter Wuille
2012-06-18
Merge pull request #1399 from sipa/ipparse
Gavin Andresen
2012-06-18
Merge branch 'signbugs' of https://github.com/wizeman/bitcoin
Gavin Andresen
2012-06-14
Add netbase tests
Pieter Wuille
2012-06-14
Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694
Wladimir J. van der Laan
2012-06-07
Move NOINLINE definition to test where it's used.
Ricardo M. Correia
2012-06-04
Fix coin selection to only include change when it's necessary.
Chris Moore
2012-06-04
Test that the coin selection code is suitably random, and add tests re. sub-c...
Chris Moore
2012-06-04
Refactor SelectCoinsMinConf() and add unit tests.
Chris Moore
2012-05-31
Use C++-style numeric limits instead of C-style.
Ricardo M. Correia
2012-05-31
Fix noinline definition so that it works for more compilers.
Ricardo M. Correia
2012-05-26
Merge pull request #1357 from sipa/keyid
Pieter Wuille
2012-05-25
Remove newlines from JSON strings
Gavin Andresen
2012-05-25
Unit tests for transaction size limits
Gavin Andresen
2012-05-24
Lots more Script unit test cases.
Gavin Andresen
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
More CScript unit tests.
Gavin Andresen
2012-05-24
DoS_tests: fix signed/unsigned comparison warnings
Jeff Garzik
2012-05-22
Merge branch 'optimize'
Gavin Andresen
[next]