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-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-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-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
2019-08-31
Merge #16716: wallet: Use wallet name instead of pointer on unload/release
fanquake
2019-08-30
gettransaction: add an argument to decode the transaction
darosior
2019-08-29
Modify wallet tx status if has been reorged out
Antoine Riard
2019-08-29
wallet: extract PubKey from P2PK script with Solver
Sebastian Falbesoner
2019-08-28
wallet: Translate all initErrors in CreateWalletFromFile
MarcoFalke
2019-08-28
util: Make util/error bilingual_str (refactor)
MarcoFalke
2019-08-26
rpc bumpfee: move feerate estimation logic into separate method
ezegom
2019-08-25
wallet: Use wallet name instead of pointer on unload/release
João Barbosa
2019-08-23
Remove SyncTransaction for conflicted txn in CWallet::BlockConnected
Antoine Riard
2019-08-23
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-08-21
Merge #16572: wallet: Fix Char as Bool in Wallet
fanquake
2019-08-16
Give more errors for specific failure conditions
Andrew Chow
2019-08-16
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-08-16
Merge #16383: rpcwallet: default include_watchonly to true for watchonly wallets
fanquake
2019-08-12
Merge #16557: [wallet] restore coinbase and confirmed/conflicted checks in Su...
MarcoFalke
2019-08-09
[wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()
John Newbery
2019-08-08
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-08
Fix Char as Bool in interfaces
Jeremy Rubin
[next]