index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
transactionrecord.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-04
1
-1
/
+1
*
Revert "UI to alert of respend attempt affecting wallet."
Wladimir J. van der Laan
2014-07-21
1
-7
/
+3
*
replaced MINE_ with ISMINE_
JaSK
2014-07-02
1
-6
/
+6
*
Added MINE_ALL = (spendable|watchonly)
JaSK
2014-07-02
1
-1
/
+1
*
Fixed some stuff in TransactionDesc
JaSK
2014-07-02
1
-3
/
+3
*
removed default argument values for ismine filter
JaSK
2014-07-02
1
-1
/
+1
*
Watchonly transactions are marked in transaction history
JaSK
2014-07-02
1
-0
/
+7
*
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
1
-5
/
+12
*
UI to alert of respend attempt affecting wallet.
Tom Harding
2014-06-27
1
-3
/
+7
*
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-25
1
-0
/
+1
*
Add AssertLockHeld for cs_main to ChainActive-using functions
Wladimir J. van der Laan
2014-04-17
1
-0
/
+2
*
qt: Modernize 'confirmed' terminology in shown tx status
Wladimir J. van der Laan
2014-02-28
1
-28
/
+31
*
Merge pull request #3646
Wladimir J. van der Laan
2014-02-16
1
-1
/
+1
|
\
|
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
|
qt: GUI for conflicted transactions
Wladimir J. van der Laan
2014-02-14
1
-1
/
+5
*
|
Rename IsConfirmed to IsTrusted to better match the intended behavior.
Gregory Maxwell
2014-02-12
1
-1
/
+1
|
/
*
Fix off-by-one errors in use of IsFinalTx()
Peter Todd
2014-01-26
1
-2
/
+2
*
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-30
1
-1
/
+1
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-9
/
+11
*
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-0
/
+4
*
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-3
/
+3
*
qt: add vout index to transaction id in transactions details dialog
Wladimir J. van der Laan
2013-09-06
1
-2
/
+7
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-2
/
+2
*
Display tx nLockTime correctly when set to block #
Peter Todd
2013-01-09
1
-1
/
+1
*
Qt: show mined transactions at depth 1
Philip Kaufmann
2012-08-24
1
-12
/
+2
*
Treat generation (mined) transactions less different from receive transactions
Luke Dashjr
2012-08-23
1
-6
/
+6
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-6
/
+7
*
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
1
-92
/
+89
*
Clean up warnings
Pieter Wuille
2012-05-09
1
-1
/
+1
*
Remove no-longer used UI hints in bitcoin core
Wladimir J. van der Laan
2012-04-21
1
-1
/
+1
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+1
*
Remove unused and unreachable code
Wladimir J. van der Laan
2012-04-17
1
-6
/
+0
*
Restructure credit transaction decomposition (solves issue #689)
Wladimir J. van der Laan
2012-02-06
1
-37
/
+23
*
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...
Wladimir J. van der Laan
2011-12-28
1
-20
/
+19
*
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-22
1
-2
/
+2
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-11
/
+9
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-9
/
+11
*
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-1
/
+1
*
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-27
1
-1
/
+1
*
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
2011-07-26
1
-6
/
+8
*
remove magic number: change threshold for nLockTime to constant
Wladimir J. van der Laan
2011-07-09
1
-1
/
+1
*
Export functionality for transaction list
Wladimir J. van der Laan
2011-07-07
1
-0
/
+6
*
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-26
1
-10
/
+11
*
number of confirmations is no longer magic value
Wladimir J. van der Laan
2011-06-20
1
-1
/
+1
*
remove commented code, use // for one-line comments and comments inside funct...
Wladimir J. van der Laan
2011-06-18
1
-1
/
+2
*
move back to original directory structure
Wladimir J. van der Laan
2011-06-11
1
-0
/
+254