Skip to content

fix(exchange): reject sub-minimum native amounts in VerifiedFiatCalculator#816

Merged
bmc08gt merged 1 commit into
code/cashfrom
fix/reject-sub-minimum-native-amount
May 31, 2026
Merged

fix(exchange): reject sub-minimum native amounts in VerifiedFiatCalculator#816
bmc08gt merged 1 commit into
code/cashfrom
fix/reject-sub-minimum-native-amount

Conversation

@bmc08gt

@bmc08gt bmc08gt commented May 31, 2026

Copy link
Copy Markdown
Collaborator

Tiny bonding-curve sell estimates (e.g. ₦0.003 for a low-supply token) pass the existing zero guard but round to ₦0.00 at display precision, causing the server to reject with "native amount is less than minimum transfer value." Validate at the source so all callers surface a proper error instead of silently dropping the bill.

…lator

Tiny bonding-curve sell estimates (e.g. ₦0.003 for a low-supply token)
pass the existing zero guard but round to ₦0.00 at display precision,
causing the server to reject with "native amount is less than minimum
transfer value." Validate at the source so all callers surface a proper
error instead of silently dropping the bill.
@bmc08gt bmc08gt self-assigned this May 31, 2026
@bmc08gt bmc08gt merged commit 3bef21b into code/cash May 31, 2026
3 checks passed
@bmc08gt bmc08gt deleted the fix/reject-sub-minimum-native-amount branch May 31, 2026 23:42
@github-actions github-actions Bot added type: fix Bug fix area: payments Payments, transfers, intents, billing area: network gRPC, connectivity, API, exchange rates and removed type: fix Bug fix labels May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: network gRPC, connectivity, API, exchange rates area: payments Payments, transfers, intents, billing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant