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-07-20
fuzz: reduce keypool size in scriptpubkeyman target
brunoerg
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
2024-06-26
Merge bitcoin/bitcoin#30309: wallet: notify when preset + automatic inputs ex...
Ava Chow
2024-06-21
wallet: notify when preset + automatic inputs exceed max weight
furszy
2024-06-20
refactor: remove extraneous lock annotations from function definitions
Cory Fields
2024-06-20
Merge bitcoin/bitcoin#30307: fuzz: Fix wallet_bdb_parser 32-bit unhandled fse...
merge-script
2024-06-20
Merge bitcoin/bitcoin#30248: refactor: Add explicit cast to expected_last_pag...
merge-script
2024-06-19
fuzz: Fix wallet_bdb_parser 32-bit unhandled fseek error
MarcoFalke
2024-06-17
move-only: refactor CreateTransactionInternal
josibake
2024-06-17
wallet: use CRecipient instead of CTxOut
josibake
2024-06-14
Merge bitcoin/bitcoin#27969: bumpfee: ignore WALLET_INCREMENTAL_RELAY_FEE whe...
Ava Chow
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
refactor: Add explicit cast to expected_last_page to silence fuzz ISan
MarcoFalke
2024-06-04
Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#28074: fuzz: wallet, add target for `Crypter`
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessor
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#28979: wallet, rpc: document and update `sendall` behav...
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#28366: Fix waste calculation in SelectionResult
Ava Chow
2024-06-03
Merge bitcoin/bitcoin#30134: fuzz: add more coverage for `ScriptPubKeyMan`
merge-script
2024-05-29
fuzz: Handle missing BDBRO errors
Ava Chow
2024-05-28
Use `exact_target` shorthand in coinselector_tests
Murch
2024-05-24
Fold GetSelectionWaste() into ComputeAndSetWaste()
Murch
2024-05-24
fuzz: Fix wallet_bdb_parser stdlib error matching
MarcoFalke
2024-05-23
Merge bitcoin/bitcoin#30115: rpc: avoid copying into UniValue
Ryan Ofsky
2024-05-22
Merge bitcoin/bitcoin#30131: wallet, tests: Avoid stringop-overflow warning i...
merge-script
[next]