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-08-16
Merge bitcoin/bitcoin#30621: wallet: fix blank legacy detection
glozow
2024-08-15
Merge bitcoin/bitcoin#30659: wallet: fix UnloadWallet thread safety assumptions
Ava Chow
2024-08-15
Rename ReleaseWallet to FlushAndDeleteWallet
furszy
2024-08-14
wallet: WaitForDeleteWallet, do not expect thread safety
Ryan Ofsky
2024-08-14
wallet: rename UnloadWallet to WaitForDeleteWallet
furszy
2024-08-14
wallet: unload, notify GUI as soon as possible
furszy
2024-08-14
Merge bitcoin-core/gui#824: Migrate legacy wallets that are not loaded
Hennadii Stepanov
2024-08-13
gui: Use wallet name for wallet migration rather than WalletModel
Ava Chow
2024-08-13
wallet, interfaces: Include database format in listWalletDir
Ava Chow
2024-08-12
wallet: fix, detect blank legacy wallets in IsLegacy
furszy
2024-08-12
Merge bitcoin/bitcoin#30563: fuzz: improve `scriptpubkeyman` target
Ava Chow
2024-08-12
Merge bitcoin/bitcoin#30265: wallet: Fix listwalletdir listing of migrated de...
glozow
2024-08-12
Merge bitcoin/bitcoin#30524: doc: rpc: Use "output script" consistently (2/2)
merge-script
2024-08-09
wallet: List sqlite wallets with empty string name
Ava Chow
2024-08-09
wallet: Ignore .bak files when listing wallet files
Ava Chow
2024-08-07
Merge bitcoin/bitcoin#30525: doc, rpc : `#30275` followups
Ava Chow
2024-08-06
Merge bitcoin/bitcoin#30485: log: Remove NOLINT(bitcoin-unterminated-logprintf)
Ryan Ofsky
2024-08-05
Merge bitcoin/bitcoin#30575: fuzz: fix timeout in crypter target
merge-script
2024-08-02
[rpc, fees]: add more detail on the fee estimation modes
ismaelsadeeq
2024-08-02
fuzz: fix timeout in crypter target
brunoerg
2024-08-01
fuzz: improve scriptpubkeyman target
brunoerg
2024-07-30
policy: Add OP_1 <0x4e73> as a standard output type
Greg Sanders
2024-07-25
doc: rpc: Use "output script" consistently (2/2)
MarcoFalke
2024-07-20
fuzz: reduce keypool size in scriptpubkeyman target
brunoerg
2024-07-19
log: Remove NOLINT(bitcoin-unterminated-logprintf)
MarcoFalke
2024-07-17
Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...
Ava Chow
2024-07-17
Merge bitcoin/bitcoin#30457: doc: getaddressinfo[isscript] is optional
merge-script
2024-07-17
doc: getaddressinfo[isscript] is optional
MarcoFalke
2024-07-16
Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly return...
Ava Chow
2024-07-15
Merge bitcoin/bitcoin#30373: fuzz: fix key size in `crypter`
merge-script
2024-07-11
Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-default
merge-script
2024-07-11
Merge bitcoin/bitcoin#26596: wallet: Migrate legacy wallets to descriptor wal...
glozow
2024-07-09
Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf...
Ava Chow
2024-07-08
Merge bitcoin/bitcoin#30355: wallet: use LogTrace for walletdb log messages a...
Ryan Ofsky
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-07-06
random: drop ad-hoc Shuffle in favor of std::shuffle
Pieter Wuille
2024-07-04
fuzz: fix key size in crypter target
brunoerg
2024-07-02
wallet: fix FillPSBT errantly showing as complete
willcl-ark
2024-07-01
wallet: Use LegacyDataSPKM when loading
Ava Chow
2024-07-01
wallet: Move MigrateToDescriptor and DeleteRecords to LegacyDataSPKM
Ava Chow
2024-07-01
wallet: Move LegacyScriptPubKeyMan::IsMine to LegacyDataSPKM
Ava Chow
2024-07-01
wallet: Move LegacySPKM data storage and handling to LegacyDataSPKM
Ava Chow
2024-07-01
wallet: update mempool conflicts tests + docs
ishaanam
2024-06-28
wallet: use LogTrace for walletdb log messages at trace level
Anthony Towns
2024-06-27
Merge bitcoin/bitcoin#30050: refactor, wallet: get serialized size of `CRecip...
Ava Chow
2024-06-27
[wallet, rpc]: add `max_tx_weight` to tx funding options
ismaelsadeeq
2024-06-27
[wallet]: update the data type of `change_output_size`, `change_spend_size` a...
ismaelsadeeq
2024-06-27
[doc]: update reason for deducting change output weight
ismaelsadeeq
2024-06-27
[refactor]: update coin selection algorithms input parameter `max_weight` name
ismaelsadeeq
2024-06-26
Change MigrateLegacyToDescriptor to reopen wallet as BERKELEY_RO
Ava Chow
[next]