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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2014-12-02
Move SendMoney() to rpcwallet.cpp.
Pavel JanÃk
2014-11-29
[Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)
Cozz Lovan
2014-11-26
Merge pull request #5209
Wladimir J. van der Laan
2014-11-23
Add sanity check after key generation
Pieter Wuille
2014-11-19
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-19
[Wallet] Prevent user from paying a non-sense fee
Cozz Lovan
2014-11-19
[Wallet] Add global boolean whether to pay at least the custom fee (default=t...
Cozz Lovan
2014-11-19
[Wallet] Add global boolean whether to send free transactions (default=true)
Cozz Lovan
2014-11-07
Make sure that GetRandomBytes never fails
Wladimir J. van der Laan
2014-11-04
[Wallet] Reduce minTxFee for transaction creation to 1000 satoshis
Cozz Lovan
2014-10-28
Update comments in wallet to be doxygen compatible
Michael Ford
2014-10-24
Make CBlockIndex* returned by GetDepthInMainChain const.
Daniel Kraft
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-13
Merge pull request #4937
Wladimir J. van der Laan
2014-10-08
Merge pull request #4996
Pieter Wuille
2014-10-03
[Wallet] Watch-only fixes
Cozz Lovan
2014-10-01
change exit(1) to an assert in CWallet::EncryptWallet
Philip Kaufmann
2014-10-01
fix possible memory leaks in CWallet::EncryptWallet
Philip Kaufmann
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-22
Merge pull request #4787
Wladimir J. van der Laan
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
Merge pull request #4825
Pieter Wuille
2014-09-10
Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)
jtimon
2014-09-09
Merge pull request #4868
Pieter Wuille
2014-09-09
Remove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann
2014-09-08
Separate script/sign
jtimon
2014-09-06
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-08-30
Clean up CMerkleTx::SetMerkleBranch.
Daniel Kraft
2014-08-29
Move CMerkleTx to wallet.cpp/h
Wladimir J. van der Laan
2014-08-26
Merge pull request #4673
Wladimir J. van der Laan
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move functions in wallet.h to implementation file
Wladimir J. van der Laan
2014-08-11
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
Cozz Lovan
2014-07-21
Revert "UI to alert of respend attempt affecting wallet."
Wladimir J. van der Laan
2014-07-21
Revert "Add -respendnotify option and new RPC data"
Wladimir J. van der Laan
2014-07-21
Revert "Formatting, spelling, comment fixes."
Wladimir J. van der Laan
2014-07-18
Fix a signed/unsigned warning introduced in 1b4568c
Wladimir J. van der Laan
2014-07-15
Add vout to ListTransactions output
Cozz Lovan
2014-07-14
Fixed error in 'getbalance' when using watchonly addresses.
JaSK
2014-07-14
Merge pull request #4400
Wladimir J. van der Laan
2014-07-13
Fix Watchonly: cs_main lock not held
Cozz Lovan
2014-07-11
`getrawchangeaddress` should fail when keypool exhausted
Wladimir J. van der Laan
2014-07-09
add GetRandBytes() as wrapper for RAND_bytes()
Philip Kaufmann
2014-07-08
Fee fixes
Cozz Lovan
2014-07-07
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
Merge pull request #4446
Wladimir J. van der Laan
2014-07-07
Use GetBlockTime() more
jtimon
2014-07-07
Rename SendMoneyToDestination to SendMoney.
Daniel Kraft
2014-07-03
Move fee policy out of core
Gavin Andresen
[next]