🔧 Title: Add Stellar network fee surge detection and user warning
📘 Description
During Stellar network congestion, the base fee can surge significantly. Users should be warned when fees are unusually high before submitting a payment, with the option to wait for fees to normalise.
✅ Acceptance Criteria
🔧 Context: backend/src/services/stellarNetwork.js; frontend/src/components/NetworkStatusBanner.jsx.
🔧 Title: Add Stellar network fee surge detection and user warning
📘 Description
During Stellar network congestion, the base fee can surge significantly. Users should be warned when fees are unusually high before submitting a payment, with the option to wait for fees to normalise.
✅ Acceptance Criteria
GET /api/stellar/network-statusendpoint with fee surge indicator🔧 Context:
backend/src/services/stellarNetwork.js;frontend/src/components/NetworkStatusBanner.jsx.