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
/
test
/
walletload_tests.cpp
Age
Commit message (
Expand
)
Author
2024-02-20
descriptor: Be able to get the pubkeys involved in a descriptor
Ava Chow
2023-11-30
Remove unused CDataStream
MarcoFalke
2023-08-25
wallet: accurately account for the size of the witness stack
Antoine Poinsot
2023-08-25
descriptor: introduce a method to get the satisfaction size
Antoine Poinsot
2023-06-28
wallet: bugfix, always use apostrophe for spkm descriptor ID
furszy
2023-06-28
wallet: do not allow loading descriptor with an invalid ID
furszy
2023-06-12
Merge bitcoin/bitcoin#27783: Add public Boost headers explicitly
fanquake
2023-06-01
wallet: Add GetPrefixCursor to DatabaseBatch
Andrew Chow
2023-05-31
test: Avoid `BOOST_ASSERT` macro
Hennadii Stepanov
2023-05-03
tests: Modify records directly in wallet ckey loading test
Andrew Chow
2023-05-03
tests: Update DuplicateMockDatabase for MockableDatabase
Andrew Chow
2023-05-03
scripted-diff: Replace CreateMockWalletDB with CreateMockableWalletDB
Andrew Chow
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-01-26
Use DataStream where possible
MarcoFalke
2022-12-16
db: Change DatabaseCursor::Next to return status enum
Andrew Chow
2022-12-16
wallet: Have cursor users use DatabaseCursor directly
Andrew Chow
2022-11-21
test: load wallet, coverage for crypted keys
furszy
2022-09-09
wallet: coverage for loading an unknown descriptor
furszy