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
Age
Commit message (
Expand
)
Author
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-28
Merge #17279: refactor: Remove redundant c_str() calls in formatting
MarcoFalke
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-27
Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp
Elichai Turkel
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow
2019-10-25
Move wallet enums to walletutil.h
Andrew Chow
2019-10-24
Merge #17154: wallet: Remove return value from CommitTransaction
Wladimir J. van der Laan
2019-10-23
Merge #16911: wallet: Only check the hash of transactions loaded from disk
Wladimir J. van der Laan
2019-10-21
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-20
wallet: Remove unused GetLabelName
Sebastian Falbesoner
2019-10-18
[wallet] Remove `state` argument from CWallet::CommitTransaction
John Newbery
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-18
[wallet] Add doxygen comment to CWallet::CommitTransaction()
John Newbery
2019-10-16
[wallet] Fix whitespace in CWallet::CommitTransaction()
John Newbery
2019-10-15
Remove unused includes
practicalswift
2019-10-15
Merge #17138: Remove wallet access to some node arguments
MarcoFalke
2019-10-15
Merge #17098: refactor: Feebumper EstimateFeeRate follow-up
MarcoFalke
2019-10-14
[wallet] Remove pruning check for -rescan option
John Newbery
2019-10-14
[wallet] Remove package limit config access from wallet
John Newbery
2019-10-10
change wallet pointers to references in feebumper
Adam Jonas
2019-10-10
Merge #16786: test: add unit test for wallet watch-only methods involving Pub...
MarcoFalke
2019-10-10
typo and unneccessary parentheses
Adam Jonas
2019-10-09
Add missing fields in TransactionDescriptionString and others
Antoine Riard
2019-10-09
MOVEONLY : move RPC wallets helpers to TransactionDescriptionString
Antoine Riard
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-10-03
Disallow implicit conversion for CFeeRate constructor
Gregory Sanders
2019-10-02
Merge #16524: Wallet: Disable -fallbackfee by default
MarcoFalke
2019-10-02
Truly decouple wallet from chainparams for -fallbackfee
Jorge Timón
2019-10-02
Merge #16884: wallet: Change default address type to bech32
Wladimir J. van der Laan
2019-10-02
Merge #16727: wallet: Explicit feerate for bumpfee
Wladimir J. van der Laan
2019-10-02
Merge #16952: gui: make sure to update the UI when deleting a transaction
Wladimir J. van der Laan
2019-09-30
Merge #16397: doc: Clarify includeWatching for fundrawtransaction
Wladimir J. van der Laan
2019-09-28
rpc bumpfee check fee_rate argument
ezegom
2019-09-28
rpc bumpfee: add fee_rate argument
ezegom
2019-09-26
Change default address type to bech32
Gregory Sanders
2019-09-24
make sure to update the UI when deleting a transaction
Jonas Schnelli
2019-09-20
Only check the hash of transactions loaded from disk
Andrew Chow
2019-09-16
test: add unit test for wallet watch-only methods involving PubKeys
Sebastian Falbesoner
2019-09-14
rpc: fix regression in gettransaction
Jon Atack
2019-09-13
[wallet] Rename 'decode' argument in gettransaction method to 'verbose'
John Newbery
2019-09-13
Clarify includeWatching for fundrawtransaction
Steven Roose
2019-09-09
Merge #16796: wallet: Fix segfault in CreateWalletFromFile
Samuel Dobson
2019-09-07
Merge #16798: Refactor rawtransaction_util's SignTransaction to separate prev...
fanquake
2019-09-06
Merge #16624: wallet: encapsulate transactions state
MeshCollider
2019-09-03
Refactor rawtransaction_util's SignTransaction to have previous tx parsing be...
Andrew Chow
2019-09-03
wallet: Fix segmentation fault in CreateWalletFromFile
MarcoFalke
2019-09-03
wallet: Fix documentation around WalletParameterInteraction
MarcoFalke
2019-09-03
Merge #16745: wallet: Translate all initErrors in CreateWalletFromFile
Wladimir J. van der Laan
2019-09-02
Merge #16185: gettransaction: add an argument to decode the transaction
MeshCollider
[next]