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
/
interfaces
Age
Commit message (
Expand
)
Author
2022-08-29
Make validation interface capable of signalling header presync
Pieter Wuille
2022-08-10
wallet: Return `util::Result` from WalletLoader methods
w0xlt
2022-08-05
Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...
Andrew Chow
2022-08-03
Change getWalletTxs to return a set instead of a vector
Andrew Chow
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CChainState use in index CommitInternal method
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in coinstatsindex LookUpOne function
Ryan Ofsky
2022-07-18
indexes, refactor: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks
Andrew Chow
2022-07-12
refactor: Return BResult from restoreWallet
MacroFake
2022-07-12
Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...
MacroFake
2022-07-12
Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress
MacroFake
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-06-23
wallet: Save wallet scan progress
w0xlt
2022-06-21
refactor: use ForEachAddrBookEntry in interfaces::getAddresses
furszy
2022-05-19
settings: Add resetSettings() method
Ryan Ofsky
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-02-15
wallet: avoid rescans if under the snapshot
James O'Beirne
2022-01-25
Remove unused checkFinalTx
MarcoFalke
2022-01-14
interfaces: Remove unused is_final
MarcoFalke
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-11
Change type of `backup_file` parameter in RestoreWallet/restoreWallet
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-12-21
wallet: add taprootEnabled() to interface
Sjors Provoost
2021-12-14
refactor: Implement restorewallet() logic in the wallet section
w0xlt
2021-12-01
wallet: Replace confusing getAdjustedTime() with GetTime()
MarcoFalke
2021-11-25
refactor: Use underlying type of isminetype for isminefilter
MarcoFalke
2021-11-25
Merge bitcoin/bitcoin#23512: policy: Treat taproot as always active
MarcoFalke
2021-11-24
scripted-diff: rename `proxyType` to `Proxy`
Vasil Dimov
2021-11-16
Merge bitcoin/bitcoin#23499: multiprocess: Add interfaces::Node::broadCastTra...
MarcoFalke
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-11-15
Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client construction
W. J. van der Laan
2021-11-15
Merge bitcoin/bitcoin#23004: multiprocess: add interfaces::ExternalSigner class
W. J. van der Laan
2021-11-12
multiprocess: Add interfaces::Node::broadCastTransaction method
Russell Yanofsky
2021-10-13
Merge bitcoin/bitcoin#23003: multiprocess: Make interfaces::Chain::isTaprootA...
MarcoFalke
2021-10-05
multiprocess: add interfaces::ExternalSigner class
Russell Yanofsky
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-16
multiprocess: Delay wallet client construction
Russell Yanofsky
2021-09-16
multiprocess: Make interfaces::Chain::isTaprootActive non-const
Russell Yanofsky
2021-09-16
Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...
fanquake
2021-09-25
Make GUI UTXO lock/unlock persistent
Samuel Dobson
2021-09-25
Allow locked UTXOs to be store in the wallet database
Samuel Dobson
2021-09-20
Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...
W. J. van der Laan
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
[next]