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
/
rpc
/
node.cpp
Age
Commit message (
Expand
)
Author
2023-10-20
interfaces: Add schedulerMockForward method so mockscheduler RPC can work acr...
Ryan Ofsky
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-07-21
refactor: Use EnsureAnyNodeContext
MarcoFalke
2023-07-21
test: Add SyncWithValidationInterfaceQueue to mockscheduler RPC
MarcoFalke
2023-06-16
Remove the syscall sandbox
fanquake
2023-05-20
refactor: Split util::AnyPtr into its own file
TheCharlatan
2023-05-17
doc: remove mention of glibc 2.10+
fanquake
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-17
Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)
fanquake
2023-01-11
rpc: Run type check against RPCArgs
MarcoFalke
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-03
scripted-diff: Rename rpc/misc.cpp to rpc/node.cpp
MacroFake