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.cpp
Age
Commit message (
Expand
)
Author
2024-06-18
Introduce Mining interface
Sjors Provoost
2024-06-13
refactor: remove warnings globals
stickies-v
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-04-19
[init] Add netgroupman to node.context
John Newbery
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-03-20
[net] Construct addrman outside connman
John Newbery
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-09-05
Remove mempool global
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
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