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
/
node
/
interfaces.cpp
Age
Commit message (
Expand
)
Author
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-19
settings: Add resetSettings() method
Ryan Ofsky
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-04-19
scripted-diff: Rename pindexBestHeader, fHavePruned
Carl Dong
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-19
move-mostly: Make pindexBestHeader a ChainMan member
Carl Dong
2022-04-05
init: Disable syscall sandbox in the bitcoin-qt process
MarcoFalke
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-01-25
Remove unused checkFinalTx
MarcoFalke
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-15
Move FindForkInGlobalIndex from BlockManager to CChainState
MarcoFalke
2021-12-01
wallet: Replace confusing getAdjustedTime() with GetTime()
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-22
refactor: cast bool to int to silence compiler warning
Jon Atack
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-21
[mempool] delete exists(uint256) function
glozow
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-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-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
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-17
Start using init makeNode, makeChain, etc methods
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-06-30
[refactor] Add versionbits deployments to deploymentstatus.h
Anthony Towns
2021-06-23
script, doc: spelling update
Jon Atack
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-16
refactor: clean up external_signer.h includes
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
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-10
tree-wide: Remove stray review-only assertion
Carl Dong
2021-06-10
Avoid wallet code writing node settings file
Russell Yanofsky
[next]