aboutsummaryrefslogtreecommitdiff
path: root/src/node/kernel_notifications.cpp
AgeCommit message (Expand)Author
2024-06-17Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnin...Ava Chow
2024-06-14Merge bitcoin/bitcoin#30255: log: use error level for critical log messagesAva Chow
2024-06-13refactor: remove warnings globalsstickies-v
2024-06-13node: update uiInterface whenever warnings updatedstickies-v
2024-06-13introduce and use the generalized `node::Warnings` interfacestickies-v
2024-06-13move-only: move warnings from common to nodestickies-v
2024-06-10log: use error level for critical log messagesMarcoFalke
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-09kernel: Remove key module from kernel libraryTheCharlatan
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-03-21node: Make translations of fatal errors consistentTheCharlatan
2023-12-04refactor: Remove calls to StartShutdown from KernelNotificationsRyan Ofsky
2023-07-11kernel: Remove StartShutdown calls from validation codeRyan Ofsky
2023-06-28kernel: Add fatalError method to notificationsTheCharlatan
2023-06-28kernel: Add flushError method to notificationsTheCharlatan
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-20kernel: Add warning method to notificationsTheCharlatan
2023-05-20kernel: Add progress method to notificationsTheCharlatan
2023-05-20kernel: Add headerTip method to notificationsTheCharlatan
2023-05-20kernel: Add notification interfaceTheCharlatan