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
/
wallet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
Pieter Wuille
2014-09-02
1
-6
/
+6
*
Serializer simplifications after IMPLEMENT_SERIALIZE overhaul
Pieter Wuille
2014-09-01
1
-25
/
+19
*
Merge pull request #4737
Pieter Wuille
2014-09-01
1
-28
/
+41
|
\
|
*
Use CSizeComputer to avoid counting sizes in SerializationOp
Pieter Wuille
2014-08-31
1
-32
/
+16
|
*
rework overhauled serialization methods to non-static
Kamil Domanski
2014-08-31
1
-51
/
+51
|
*
overhaul serialization code
Kamil Domanski
2014-08-31
1
-47
/
+76
*
|
Merge pull request #4779
Wladimir J. van der Laan
2014-09-01
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+2
*
|
Move CMerkleTx to wallet.cpp/h
Wladimir J. van der Laan
2014-08-29
1
-0
/
+57
*
|
Fix a few "Uninitialized scalar field" warnings
Wladimir J. van der Laan
2014-08-28
1
-0
/
+1
|
/
*
Merge pull request #4673
Wladimir J. van der Laan
2014-08-26
1
-0
/
+3
|
\
|
*
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
Cozz Lovan
2014-08-11
1
-0
/
+3
*
|
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-5
/
+1
*
|
Move functions in wallet.h to implementation file
Wladimir J. van der Laan
2014-08-26
1
-15
/
+3
*
|
Remove all other print() methods
Wladimir J. van der Laan
2014-08-20
1
-5
/
+0
*
|
Add a way to limit deserialized string lengths
Pieter Wuille
2014-08-09
1
-3
/
+3
|
/
*
Revert "UI to alert of respend attempt affecting wallet."
Wladimir J. van der Laan
2014-07-21
1
-13
/
+2
*
Add vout to ListTransactions output
Cozz Lovan
2014-07-15
1
-2
/
+8
*
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
1
-28
/
+120
|
\
|
*
replaced MINE_ with ISMINE_
JaSK
2014-07-02
1
-12
/
+12
|
*
Added MINE_ALL = (spendable|watchonly)
JaSK
2014-07-02
1
-3
/
+3
|
*
removed default argument values for ismine filter
JaSK
2014-07-02
1
-12
/
+13
|
*
Use script matching rather than destination matching for watch-only.
Pieter Wuille
2014-07-02
1
-2
/
+2
|
*
Showing 'involvesWatchonly' property for transactions returned by 'listtransa...
JaSK
2014-07-02
1
-2
/
+2
|
*
Added argument to getbalance to include watchonly addresses and fixed errors ...
JaSK
2014-07-02
1
-11
/
+41
|
*
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
1
-8
/
+63
|
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-4
/
+10
*
|
Rename SendMoneyToDestination to SendMoney.
Daniel Kraft
2014-07-07
1
-2
/
+1
*
|
Move fee policy out of core
Gavin Andresen
2014-07-03
1
-0
/
+1
*
|
Use fee/priority estimates in wallet CreateTransaction
Gavin Andresen
2014-07-03
1
-0
/
+5
|
/
*
UI to alert of respend attempt affecting wallet.
Tom Harding
2014-06-27
1
-2
/
+13
*
Merge pull request #3674
Wladimir J. van der Laan
2014-06-24
1
-1
/
+1
|
\
|
*
Let -zapwallettxes recover transaction meta data
Cozz Lovan
2014-06-16
1
-1
/
+1
*
|
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
2014-06-22
1
-2
/
+2
|
/
*
Ignore too-long redeemScripts while loading wallet
Wladimir J. van der Laan
2014-06-12
1
-1
/
+1
*
Type-safe CFeeRate class
Gavin Andresen
2014-06-06
1
-1
/
+1
*
CWallet: fix nTimeFirstKey init, by making constructor init common code
Jeff Garzik
2014-06-03
1
-11
/
+10
*
Properly initialize CWallet::nTimeFirstKey
tm314159
2014-06-02
1
-0
/
+1
*
Merge pull request #4206
Wladimir J. van der Laan
2014-05-25
1
-2
/
+2
|
\
|
*
Remove redundant c_str
R E Broadley
2014-05-22
1
-2
/
+2
*
|
remove CWallet::AddReserveKey which is never used
Kamil Domanski
2014-05-20
1
-1
/
+0
|
/
*
add DEFAULT_TRANSACTION_FEE constant in wallet
Philip Kaufmann
2014-05-05
1
-0
/
+2
*
[Qt] rescan progress
Cozz Lovan
2014-04-02
1
-0
/
+3
*
Add nHighTransactionFeeWarning as per #3969.
Bardi Harborow
2014-03-29
1
-0
/
+3
*
Make GetAvailableCredit run GetHash() only once per transaction.
Gregory Maxwell
2014-03-28
1
-1
/
+2
*
Fix null pointer in IsTrusted()
Cozz Lovan
2014-03-05
1
-1
/
+3
*
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-26
1
-100
/
+25
*
Wallet locking fixes for -DDEBUG_LOCKORDER
Gavin Andresen
2014-02-18
1
-1
/
+1
*
Merge pull request #3671 from gavinandresen/txn_conflicts
Gavin Andresen
2014-02-15
1
-1
/
+13
|
\
|
*
Track and report wallet transaction clones
Gavin Andresen
2014-02-14
1
-1
/
+13
[next]