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
/
accounting_tests.cpp
Age
Commit message (
Expand
)
Author
2015-11-21
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2015-01-26
Merge pull request #4805
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-03
[Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..)
Cozz Lovan
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-01-24
Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDER
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2012-09-08
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-08-23
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr