aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionrecord.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵Wladimir J. van der Laan2011-12-281-20/+19
| | | | | | | necessarily IP tx'es - Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther", (IP tx'es are so rare they can be put together with funky EV_EVAL scripts)
* Fix broken ExtractAddress (refactored, made callers check for addresses in ↵Gavin Andresen2011-12-221-2/+2
| | | | keystore if they care)
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-11/+9
| | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-9/+11
|
* Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-1/+1
|
* Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-271-1/+1
| | | | | Conflicts: src/script.cpp
* Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-6/+8
| | | | | Conflicts: src/bitcoinrpc.cpp
* remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan2011-07-091-1/+1
|
* Export functionality for transaction listWladimir J. van der Laan2011-07-071-0/+6
|
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-10/+11
|
* number of confirmations is no longer magic valueWladimir J. van der Laan2011-06-201-1/+1
|
* remove commented code, use // for one-line comments and comments inside ↵Wladimir J. van der Laan2011-06-181-1/+2
| | | | functions
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+254