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
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-10-20
interfaces: Rename CalculateBumpFees methods to be compatible with capn'proto
Ryan Ofsky
2023-10-20
interfaces: Change getUnspentOutput return type to avoid multiprocess segfault
Ryan Ofsky
2023-10-20
interfaces: Add schedulerMockForward method so mockscheduler RPC can work acr...
Ryan Ofsky
2023-10-20
interfaces: Fix const virtual method that breaks multiprocess support
Ryan Ofsky
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-22
Merge bitcoin-core/gui#119: Replace send-to-self with dual send+receive entries
Hennadii Stepanov
2023-09-20
Merge bitcoin-core/gui#738: Add menu option to migrate a wallet
Hennadii Stepanov
2023-09-13
[node] interface to get bump fees
glozow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-06-23
GUI: TransactionRecord: Refactor to turn send-to-self into send+receive pairs
Luke Dashjr
2023-06-13
interfaces, wallet: Expose migrate wallet
Andrew Chow
2023-06-12
Merge bitcoin/bitcoin#27708: Return EXIT_FAILURE on post-init fatal errors
Ryan Ofsky
2023-06-10
gui: return EXIT_FAILURE on post-init fatal errors
furszy
2023-05-30
scripted-diff: move settings to common namespace
TheCharlatan
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-25
wallet: skip block scan if block was created before wallet birthday
furszy
2023-04-11
wallet: Replace use of purpose strings with an enum
Andrew Chow
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-02-07
Remove reindex special case from the progress bar label
MarcoFalke
2023-01-04
Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...
glozow
2022-12-26
wallet: remove `mempool_sequence` from `transactionRemovedFromMempool`
w0xlt
2022-12-26
wallet: remove `mempool_sequence` from `transactionAddedToMempool`
w0xlt
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-29
refactor: Rename ambiguous interfaces::MakeHandler functions
Ryan Ofsky
2022-11-29
refactor: Move src/interfaces/*.cpp files to libbitcoin_common.a
Ryan Ofsky
2022-10-25
add chain interface methods for using BIP 157 block filters
Sebastian Falbesoner
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
[next]