Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-21 | Remove no-longer used UI hints in bitcoin core | Wladimir J. van der Laan | |
The Qt UI has its own associated structures for temporary transaction state / cache. | |||
2012-04-17 | Remove headers.h | Pieter Wuille | |
2012-04-17 | Remove unused and unreachable code | Wladimir J. van der Laan | |
2012-02-06 | Restructure credit transaction decomposition (solves issue #689) | Wladimir J. van der Laan | |
When a transaction has multiple outputs that go to the wallet, list these as multiple transactions in the UI. This is also applied to generated (coinbase) transactions. Also makes the code shorter and easier to understand. | |||
2011-12-28 | Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵ | Wladimir J. van der Laan | |
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) | |||
2011-12-22 | Fix broken ExtractAddress (refactored, made callers check for addresses in ↵ | Gavin Andresen | |
keystore if they care) | |||
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | |
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | |||
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | |
2011-12-19 | Use std::numeric_limits<> for typesafe INT_MAX/etc | Gavin Andresen | |
2011-07-27 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
Conflicts: src/script.cpp | |||
2011-07-26 | Merge remote branch 'upstream/master' | Wladimir J. van der Laan | |
Conflicts: src/bitcoinrpc.cpp | |||
2011-07-09 | remove magic number: change threshold for nLockTime to constant | Wladimir J. van der Laan | |
2011-07-07 | Export functionality for transaction list | Wladimir J. van der Laan | |
2011-06-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | |
2011-06-20 | number of confirmations is no longer magic value | Wladimir J. van der Laan | |
2011-06-18 | remove commented code, use // for one-line comments and comments inside ↵ | Wladimir J. van der Laan | |
functions | |||
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan | |