You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use real container endpoints for P2P outbox polling
The outbox polling was using derived container names like 'challenge-term-challenge'
but the actual container names have unique suffixes like 'challenge-term-challenge-4133b3431b1c'.
Changes:
- Use challenge_endpoints HashMap which has the real endpoints
- Fix decrypt response URL to use actual endpoint
- Add logging when messages are found in outbox
This fixes the P2P proposal broadcast not being sent because the wrong URL was used.
0 commit comments