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
2020-01-06
psbt: check output index is within bounds before accessing
Andrew Chow
2019-12-06
Merge #17373: wallet: Various fixes and cleanup to keypool handling in Legacy...
fanquake
2019-12-04
Merge #17648: doc: rename wallet-tool references to bitcoin-wallet
Wladimir J. van der Laan
2019-12-03
Merge #17643: wallet: Fix origfee return for bumpfee with feerate arg
MarcoFalke
2019-12-02
doc: rename wallet-tool references to bitcoin-wallet
Wilson Ccasihue S
2019-12-02
Key pool: Fix omitted pre-split count in GetKeyPoolSize
Andrew Chow
2019-12-02
Key pool: Change ReturnDestination interface to take address instead of key
Andrew Chow
2019-12-02
Key pool: Move LearnRelated and GetDestination calls
Andrew Chow
2019-12-01
Fix origfee return for bumpfee with feerate arg
Gregory Sanders
2019-12-01
Merge #17568: wallet: fix when sufficient preset inputs and subtractFeeFromOu...
fanquake
2019-11-26
Default to bnb_used = false as there are many cases where BnB is not used
Andrew Chow
2019-11-26
Add OutputType and CPubKey parameters to KeepDestination
Andrew Chow
2019-11-26
Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapper
Andrew Chow
2019-11-26
Merge #17283: rpc: improve getaddressinfo test coverage, help, code docs
Wladimir J. van der Laan
2019-11-24
rpc: add getaddressinfo code documentation
Jon Atack
2019-11-24
rpc: update getaddressinfo RPCExamples to bech32
Jon Atack
2019-11-24
rpc: clarify label vs labels in getaddressinfo RPCHelpman
Jon Atack
2019-11-24
rpc: improve getaddressinfo RPCHelpman content
Jon Atack
2019-11-24
wallet: replace raw pointer with const reference in AddrToPubKey
Harris
2019-11-24
rpc: improve getaddressinfo RPCHelpman formatting
Jon Atack
2019-11-23
refactor: Nuke coincontrol circular dependency
Hennadii Stepanov
2019-11-22
Key pool: Move CanGetAddresses call
Andrew Chow
2019-11-23
Merge #17447: wallet: Make -walletdir network only
Samuel Dobson
2019-11-23
Merge #17553: wallet: Remove out of date comments for CalculateMaximumSignedT...
Samuel Dobson
2019-11-23
Merge #17237: wallet: LearnRelatedScripts only if KeepDestination
Samuel Dobson
2019-11-23
Merge #16944: gui: create PSBT with watch-only wallet
Samuel Dobson
2019-11-23
Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProvider
Samuel Dobson
2019-11-23
Merge #17290: Enable BnB coin selection for preset inputs and subtract fee fr...
Samuel Dobson
2019-11-21
Remove out of date comments for CalculateMaximumSignedTxSize
Gregory Sanders
2019-11-20
Merge #17444: wallet: Avoid showing GUI popups on RPC errors (take 2)
MarcoFalke
2019-11-20
Allow BnB when subtract fee from outputs
Andrew Chow
2019-11-20
Use BnB when preset inputs are selected
Andrew Chow
2019-11-18
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-11-18
Accumulate result UniValue in SignTransaction
Andrew Chow
2019-11-13
[wallet] ListCoins: include watch-only for wallets without private keys
Sjors Provoost
2019-11-12
wallet: Make -walletdir network only
João Barbosa
2019-11-11
rpc: Expose block height of wallet transactions
João Barbosa
2019-11-11
wallet: Avoid showing GUI popups on RPC errors (take 2)
MarcoFalke
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
Merge #17405: wallet: Remove unused boost::this_thread::interruption_point
fanquake
2019-11-08
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-07
wallet: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-07
Merge #17384: test: Create new test library
MarcoFalke
2019-11-06
Remove getBlockDepth method from Chain::interface
Antoine Riard
2019-11-06
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
Use CWallet::m_last_block_processed_height in GetDepthInMainChain
Antoine Riard
2019-11-06
Only return early from BlockUntilSyncedToCurrentChain if current tip
Antoine Riard
2019-11-06
Refactor some importprunedfunds checks with guard clause
Antoine Riard
2019-11-06
Add block_height field in struct Confirmation
Antoine Riard
[next]