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-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-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
2019-08-06
[wallet] restore coinbase check in SubmitMemoryPoolAndRelay()
John Newbery
2019-08-02
Merge #16097: Refactor: Add Flags enum to ArgsManager class
MarcoFalke
2019-08-02
Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...
MarcoFalke
2019-08-02
Merge #15911: Use wallet RBF default for walletcreatefundedpsbt
MarcoFalke
2019-08-01
Remove duplicate checks in SubmitMemoryPoolAndRelay
Antoine Riard
2019-08-01
Introduce CWalletTx::SubmitMemoryPoolAndRelay
Antoine Riard
2019-08-01
Merge #16277: [Tests] Suppress output in test_bitcoin for expected errors
Wladimir J. van der Laan
2019-08-01
Merge #16394: Allow createwallet to take empty passwords to make unencrypted ...
MeshCollider
2019-08-01
Merge #16502: wallet: Drop unused OldKey
fanquake
2019-07-31
wallet: Drop unused OldKey
João Barbosa
2019-07-31
Merge #15906: [wallet] Move min_depth and max_depth to coin control
Wladimir J. van der Laan
2019-07-30
[wallet] Remove CMerkleTx serialization logic
John Newbery
2019-07-30
[wallet] Flatten CWalletTx class hierarchy
John Newbery
2019-07-30
[wallet] Move CMerkleTx functions into CWalletTx
John Newbery
2019-07-30
Add setting as known type
Peter Bushnell
2019-07-30
Merge #16475: wallet: Enumerate walletdb keys
fanquake
2019-07-29
Allow createwallet to take empty passwords to make unencrypted wallets
Andrew Chow
2019-07-29
Merge #16399: wallet: Improve wallet creation
MarcoFalke
2019-07-27
wallet: Rename CWalletKey to OldKey
MarcoFalke
2019-07-27
wallet: Enumerate walletdb keys
MarcoFalke
2019-07-27
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
[doc] rpc: remove "fallback to" from RBF default help
Sjors Provoost
2019-07-27
[rpc] walletcreatefundedpsbt: use wallet default RBF
Sjors Provoost
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
[next]