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
2024-04-30
Merge bitcoin/bitcoin#29906: Disable util::Result copying and assignment
Ava Chow
2024-04-29
Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by name
Ryan Ofsky
2024-04-25
refactor: Avoid copying util::Result values
Ryan Ofsky
2024-04-25
refactor: Drop util::Result operator=
Ryan Ofsky
2024-04-25
Merge bitcoin/bitcoin#29904: refactor: Use our own implementation of urlDecode
Ryan Ofsky
2024-04-24
scripted-diff: Modernize name of urlDecode function and param
Fabian Jahr
2024-04-24
refactor: Remove hooking code for urlDecode
Fabian Jahr
2024-04-24
refactor: Replace libevent use in urlDecode with our own code
Fabian Jahr
2024-04-23
Merge bitcoin/bitcoin#24313: Improve display address handling for external si...
Ava Chow
2024-04-18
Merge bitcoin-core/gui#806: refactor: Misc int sign change fixes
merge-script
2024-04-16
wallet: return and display signer error
Sjors Provoost
2024-04-16
wallet: compare address returned by displayaddress
Sjors Provoost
2024-04-07
[clang-tidy] Enable the misc-no-recursion check
dergoegge
2024-03-29
Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...
Ryan Ofsky
2024-03-27
Merge bitcoin/bitcoin#27307: wallet: track mempool conflicts with wallet tran...
Ryan Ofsky
2024-03-21
refactor: Avoid implicit-integer-sign-change in createTransaction
MarcoFalke
2024-03-20
wallet, rpc: Add createwalletdescriptor RPC
Ava Chow
2024-03-20
wallet: Be able to retrieve single key from descriptors
Ava Chow
2024-03-20
wallet: Add GetActiveHDPubKeys to retrieve xpubs from active descriptors
Ava Chow
2024-03-20
wallet, descspkm: Refactor wallet descriptor generation to standalone func
Andrew Chow
2024-03-20
wallet: Refactor function for single DescSPKM setup
Andrew Chow
2024-03-20
wallet, rpc: Add gethdkeys RPC
Ava Chow
2024-03-20
wallet, rpc: show mempool conflicts in `gettransaction` result
ishaanam
2024-03-20
wallet: track mempool conflicts
ishaanam
2024-03-18
wallet: Add IsActiveScriptPubKeyMan
Ava Chow
2024-03-18
desc spkm: Add functions to retrieve specific private keys
Ava Chow
2024-03-15
wallet refactor: use CWalletTx member functions to determine tx state
ishaanam
2024-03-14
scripted-diff: wallet: s/TxStateConflicted/TxStateBlockConflicted
ishaanam
2024-03-11
Merge bitcoin/bitcoin#29586: wallet: default wallet migration, modify inconve...
Ava Chow
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-03-08
wallet: default wallet migration, modify inconvenient backup filename
furszy
2024-03-01
rpc: access some args by name
stickies-v
2024-02-28
wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...
UdjinM6
2024-02-23
Fix CI-detected codespell warnings
LÅ‘rinc
2024-02-21
[fuzz] Avoid partial negative result
Murch
2024-02-20
descriptor: Be able to get the pubkeys involved in a descriptor
Ava Chow
2024-02-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-20
Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe...
fanquake
2024-02-16
wallet: Retrieve ID from loaded DescSPKM directly
Ava Chow
2024-02-16
wallet: Use scriptPubKeyCache in GetSolvingProvider
Ava Chow
2024-02-16
wallet: Use scriptPubKey cache in GetScriptPubKeyMans
Ava Chow
2024-02-16
wallet: Use scriptPubKey cache in IsMine
Ava Chow
2024-02-16
wallet: Cache scriptPubKeys for all DescriptorSPKMs
Ava Chow
2024-02-16
wallet: Introduce a callback called after TopUp completes
Ava Chow
2024-02-16
Merge bitcoin/bitcoin#28037: rpc: Drop migratewallet experimental warning
fanquake
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-12
wallet: simplify EraseRecords by using 'ErasePrefix'
furszy
2024-02-12
wallet: bdb batch 'ErasePrefix', do not create txn internally
furszy
2024-02-12
wallet: db, introduce 'RunWithinTxn()' helper function
furszy
[next]