Merge branch 'refactor-hotpath' into refactor-hotpath-next

# Conflicts:
#	src/node/bloom.rs
#	src/node/handlers/handshake.rs
This commit is contained in:
Johnathan Corgan
2026-05-28 21:21:12 +00:00
13 changed files with 1016 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@
"resp_decode_error": 0,
"resp_forwarded": 0,
"resp_identity_miss": 0,
"resp_no_route": 0,
"resp_proof_failed": 0,
"resp_received": 0,
"resp_timed_out": 0
+2
View File
@@ -17,9 +17,11 @@
"accepted": 0,
"addr_mismatch": 0,
"ancestry_changed": 0,
"ancestry_invalid": 0,
"decode_error": 0,
"flap_dampened": 0,
"loop_detected": 0,
"outbound_sign_failed": 0,
"parent_losses": 0,
"parent_switched": 0,
"parent_switches": 0,