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
2022-09-06
Merge bitcoin/bitcoin#26010: RPC: fix sendall docs
Andrew Chow
2022-09-05
RPC: fix sendall docs
Anthony Towns
2022-09-05
Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac...
glozow
2022-09-01
Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...
Andrew Chow
2022-09-01
Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors result
Andrew Chow
2022-08-31
rpc: sort listdescriptors result
Sjors Provoost
2022-08-31
Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)
fanquake
2022-08-29
Add migratewallet RPC
Andrew Chow
2022-08-29
Implement MigrateLegacyToDescriptor
Andrew Chow
2022-08-29
Implement MigrateToSQLite
Andrew Chow
2022-08-29
wallet: Deduplicate Resend and ReacceptWalletTransactions
Andrew Chow
2022-08-26
Merge bitcoin/bitcoin#25922: wallet: trigger MaybeResendWalletTxs() every minute
Andrew Chow
2022-08-26
Merge bitcoin/bitcoin#25896: wallet: Log when Wallet::SetMinVersion sets a di...
Andrew Chow
2022-08-26
wallet: Refactor SetupDescSPKMs to take CExtKey
Andrew Chow
2022-08-26
Implement LegacyScriptPubKeyMan::DeleteRecords
Andrew Chow
2022-08-25
Implement LegacyScriptPubKeyMan::MigrateToDescriptor
Andrew Chow
2022-08-25
scriptpubkeyman: Implement GetScriptPubKeys in Legacy
Andrew Chow
2022-08-25
Apply label to all scriptPubKeys of imported combo()
Andrew Chow
2022-08-25
Wallet::SetMinVersion - Log the new minversion
Ali Sherief
2022-08-25
wallet: trigger MaybeResendWalletTxs() every minute
stickies-v
2022-08-24
scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/)
Sebastian Falbesoner
2022-08-22
Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResult
Andrew Chow
2022-08-22
fixups for BIP125 doc cleanup
glozow
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-22
Merge bitcoin/bitcoin#23202: wallet: allow psbtbumpfee to work with txs with ...
fanquake
2022-08-20
Fix issues when calling std::move(const&)
MacroFake
2022-08-19
wallet, tests: Test bumpfee's max input weight calculation
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array
Andrew Chow
2022-08-19
bumpfee: be able to bump fee of a tx with external inputs
Andrew Chow
2022-08-19
bumpfee: Clear scriptSigs and scriptWitnesses before calculated max size
Andrew Chow
2022-08-19
bumpfee: extract weights of external inputs when bumping fee
Andrew Chow
2022-08-19
bumpfee: Calculate fee by looking up UTXOs
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-19
Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ...
fanquake
2022-08-18
wallet: remove UNKNOWN type from OUTPUT_TYPES array
furszy
2022-08-18
wallet: Try estimating input size with external data if wallet fails
Andrew Chow
2022-08-18
wallet: SelectExternal actually external inputs
Andrew Chow
2022-08-17
Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider Merge
Andrew Chow
2022-08-17
Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest response
fanquake
2022-08-17
Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequest
fanquake
2022-08-16
wallet: Add CWallet::IsMine(COutPoint)
Andrew Chow
2022-08-16
Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups
Andrew Chow
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-08-16
rpc: add an include_change parameter to listsinceblock
Antoine Poinsot
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-15
refactor: Remove not needed empty RPC doc std::string
MacroFake
2022-08-15
wallet: use GetChange() when computing waste
S3RK
2022-08-15
wallet: use GetChange() in tx building
S3RK
2022-08-15
wallet: add SelectionResult::GetChange
S3RK
[next]