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
/
qt
/
transactionrecord.cpp
Age
Commit message (
Expand
)
Author
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-09
Merge #15098: qt: Show addresses for "SendToSelf" transactions
fanquake
2019-06-19
Move ismine to wallet module
Andrew Chow
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-01-06
Show addresses for "SendToSelf" transactions
Hennadii Stepanov
2019-01-03
Don't label transactions "Open" while catching up
Hennadii Stepanov
2018-10-28
Remove unused `adjustedTime` parameter
Hennadii Stepanov
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-09
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-07
Merge #12620: Remove TransactionTableModel::TxIDRole
Wladimir J. van der Laan
2018-03-07
qt: Remove TransactionTableModel::TxIDRole
João Barbosa
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-24
[Qt] make sure transaction table entry gets updated after bump
Jonas Schnelli
2017-05-09
[wallet] Remove CTransaction&() helper conversion operator from wallet implem...
Karl-Johan Alm
2017-04-17
[qt] Stop treating coinbase outputs differently: show them at 1conf
Matt Corallo
2017-01-26
[Qt] fix transaction details output-index to reflect vout index
Jonas Schnelli
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-04-04
Merge #7707: [RPC][QT] UI support for abandoned transactions
Jonas Schnelli
2016-04-04
[Qt] Support for abandoned/abandoning transactions
Jonas Schnelli
2016-03-29
[Qt] remove trailing output-index from transaction-id
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-20
Add have-pubkey distinction to ISMINE flags
Matt Corallo
2015-05-27
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-03
[Wallet] Watch-only fixes
Cozz Lovan
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-07-21
Revert "UI to alert of respend attempt affecting wallet."
Wladimir J. van der Laan
2014-07-02
replaced MINE_ with ISMINE_
JaSK
2014-07-02
Added MINE_ALL = (spendable|watchonly)
JaSK
[next]