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
/
context.h
Age
Commit message (
Expand
)
Author
2022-05-31
kernel: Introduce empty and unused kernel::Context
Carl Dong
2022-04-19
[init] Add netgroupman to node.context
John Newbery
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-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-04-23
multiprocess: Add bitcoin-node process spawning support
Russell Yanofsky
2021-03-20
[net] Construct addrman outside connman
John Newbery
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-09-07
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-05
Remove mempool global
MarcoFalke
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-07-08
gui: Fix regression in GUI console
Hennadii Stepanov
2020-06-15
refactor: Remove unused EnsureChainman
MarcoFalke
2020-05-21
node: Add chainman alias for g_chainman
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
MOVEONLY: Move NodeContext struct to node/context.h
Russell Yanofsky