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-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-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
2021-08-19
Merge bitcoin/bitcoin#19101: refactor: remove ::vpwallets and related global ...
fanquake
2021-08-17
Start using init makeNode, makeChain, etc methods
Russell Yanofsky
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-08-18
Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found member
fanquake
2021-08-01
Expose ancestorsize and ancestorfees via getTransactionAncestry
Luke Dashjr
2021-07-22
Merge bitcoin/bitcoin#22218: multiprocess: Add ipc::Context and ipc::capnp::C...
MarcoFalke
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-12
Merge bitcoin/bitcoin#22156: Allow tr() import only when Taproot is active
W. J. van der Laan
2021-06-10
Allow tr() import only when Taproot is active
Andrew Chow
2021-06-10
Avoid wallet code writing node settings file
Russell Yanofsky
2021-06-10
Add FoundBlock.found member
Russell Yanofsky
2021-06-10
Add ipc::Context and ipc::capnp::Context structs
Russell Yanofsky
2021-06-10
Rearrange fillPSBT arguments
Russell Yanofsky
2021-06-09
Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)
Samuel Dobson
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-27
node: add externalSigners to interface
Sjors Provoost
2021-05-27
gui: display address on external signer
Sjors Provoost
2021-05-27
wallet: add displayAddress to interface
Sjors Provoost
[next]