mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
- Add [[maybe_unused]] to the RAII span in processSession() — the variable is not read but its lifetime scopes the active OTel context for child spans created in processRequest() - Regenerate levelization: remove premature xrpld.telemetry entries that reference a module not yet present on this branch Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
472 B
Plaintext
25 lines
472 B
Plaintext
Loop: test.jtx test.toplevel
|
|
test.toplevel > test.jtx
|
|
|
|
Loop: test.jtx test.unit_test
|
|
test.unit_test ~= test.jtx
|
|
|
|
Loop: xrpl.telemetry xrpld.rpc
|
|
xrpld.rpc ~= xrpl.telemetry
|
|
|
|
Loop: xrpld.app xrpld.overlay
|
|
xrpld.app > xrpld.overlay
|
|
|
|
Loop: xrpld.app xrpld.peerfinder
|
|
xrpld.peerfinder ~= xrpld.app
|
|
|
|
Loop: xrpld.app xrpld.rpc
|
|
xrpld.rpc > xrpld.app
|
|
|
|
Loop: xrpld.app xrpld.shamap
|
|
xrpld.shamap > xrpld.app
|
|
|
|
Loop: xrpld.overlay xrpld.rpc
|
|
xrpld.rpc ~= xrpld.overlay
|
|
|