Add initiator field and parse url (#3558)

- Add initiator field to flow proto
- Parse URL
- Update a few trace logs
This commit is contained in:
Maycon Santos
2025-03-21 14:47:04 +01:00
committed by GitHub
parent cb318b7ef4
commit d9d051cb1e
4 changed files with 89 additions and 69 deletions

View File

@@ -22,6 +22,8 @@ message FlowEvent {
bytes public_key = 3;
FlowFields flow_fields = 4;
bool isInitiator = 5;
}
message FlowEventAck {