-
Notifications
You must be signed in to change notification settings - Fork 55
Add human-readable fee breakdown response to /fee-estimate #79
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfeatureA new feature or endpoint to be added to the APIA new feature or endpoint to be added to the APIgood first issueGood for newcomersGood for newcomersstellarDirectly involves Stellar blockchain integrationDirectly involves Stellar blockchain integrationtrivialSmall change, low complexitySmall change, low complexity
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfeatureA new feature or endpoint to be added to the APIA new feature or endpoint to be added to the APIgood first issueGood for newcomersGood for newcomersstellarDirectly involves Stellar blockchain integrationDirectly involves Stellar blockchain integrationtrivialSmall change, low complexitySmall change, low complexity
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description:
The current /fee-estimate response returns numbers but doesn't explain what they mean to a developer who is new to Stellar. Extend the response to include a plain-English recommendation and context about when to use each fee tier.
Acceptance Criteria:
Adds recommendation field to response explaining which tier to use and why
Adds context field explaining what stroops are in plain English
Adds networkCongestion field: "low", "medium", or "high" based on ledgerCapacityUsage
networkCongestion thresholds: low < 0.5, medium < 0.75, high >= 0.75
No breaking changes to existing response fields
Test added