50 Commits (f914f1a746d7f91951c1da262a4a749dd3ebfa71)

Author SHA1 Message Date
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Cozz Lovan ccca27a788 [Wallet] Watch-only fixes 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 145d5be896 Introduce BlockMap type for mapBlockIndex 10 years ago
Wladimir J. van der Laan 3015e0bca6 Revert "UI to alert of respend attempt affecting wallet." 10 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 10 years ago
JaSK 519dd1c89a Added MINE_ALL = (spendable|watchonly) 10 years ago
JaSK 23b0506c91 Fixed some stuff in TransactionDesc 10 years ago
JaSK 80dda36a07 removed default argument values for ismine filter 10 years ago
JaSK d2692f6116 Watchonly transactions are marked in transaction history 10 years ago
JaSK ffd40da361 Watchonly balances are shown separately in gui. 10 years ago
Tom Harding ada5a067c7 UI to alert of respend attempt affecting wallet. 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
Wladimir J. van der Laan e07c943ce8 Add AssertLockHeld for cs_main to ChainActive-using functions 10 years ago
Wladimir J. van der Laan f642fd9dd6 qt: Modernize 'confirmed' terminology in shown tx status 10 years ago
Wladimir J. van der Laan 9a3d936fc2 qt: GUI for conflicted transactions 11 years ago
Gregory Maxwell 0542619d93 Rename IsConfirmed to IsTrusted to better match the intended behavior. 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Peter Todd 665bdd3bc9
Fix off-by-one errors in use of IsFinalTx() 11 years ago
Gavin Andresen 0733c1bde6 Refactor: move GetValueIn(tx) to tx.GetValueIn() 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Wladimir J. van der Laan ed4c7fd4fd qt: add vout index to transaction id in transactions details dialog 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Peter Todd 10046e27db Display tx nLockTime correctly when set to block # 12 years ago
Philip Kaufmann f09e8fcd33 Qt: show mined transactions at depth 1 12 years ago
Luke Dashjr e07c8e9123 Treat generation (mined) transactions less different from receive transactions 12 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 12 years ago
Wladimir J. van der Laan fe4a655042 Fine-grained UI updates 12 years ago
Pieter Wuille f621326c24 Clean up warnings 12 years ago
Wladimir J. van der Laan b6c837cbe1 Remove no-longer used UI hints in bitcoin core 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Wladimir J. van der Laan 7fa3ad83a9 Remove unused and unreachable code 12 years ago
Wladimir J. van der Laan ab07866c8d Restructure credit transaction decomposition (solves issue #689) 13 years ago
Wladimir J. van der Laan 56c6e3696d Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es 13 years ago
Gavin Andresen 2e17ac83c6 Fix broken ExtractAddress (refactored, made callers check for addresses in keystore if they care) 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Gavin Andresen 26ce92b352 Use std::numeric_limits<> for typesafe INT_MAX/etc 13 years ago
Wladimir J. van der Laan 2eace48d9a remove magic number: change threshold for nLockTime to constant 13 years ago
Wladimir J. van der Laan fbaee7a853 Export functionality for transaction list 13 years ago
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Wladimir J. van der Laan 18b99e3f69 number of confirmations is no longer magic value 13 years ago
Wladimir J. van der Laan 0f3981bea9 remove commented code, use // for one-line comments and comments inside functions 13 years ago
Wladimir J. van der Laan ba4081c1fc move back to original directory structure 13 years ago
Wladimir J. van der Laan 8e86dca256 consistent bracing style 13 years ago
Wladimir J. van der Laan 64bca50d54 update transaction status as new blocks come in 13 years ago
Wladimir J. van der Laan 8c937da5f2 "Receive with" i.s.o. "Receive from" address 13 years ago