looprpc: expose static autoloop output

Extend the public rpc surface for static autoloop integration
without turning the planner on yet. SuggestSwaps responses can
now carry static-address loop-in requests and the new planner
reason for missing static candidates is mapped over rpc.
This commit is contained in:
Boris Nagaev 2026-04-10 23:58:29 -05:00
parent 7cf0a87c2b
commit e467ac932b
No known key found for this signature in database
8 changed files with 201 additions and 110 deletions

View file

@ -46,7 +46,8 @@
"{\n",
" \"disqualified\": [],\n",
" \"loop_in\": [],\n",
" \"loop_out\": []\n",
" \"loop_out\": [],\n",
" \"static_loop_in\": []\n",
"}\n"
]
}