Skip to content

Add test confirming fee exemption list takes precedence over per-token fee tiers #373

Description

@Chuks-coderr

Overview

When a sender is on the fee exemption list and the token also has a per-token fee tier, the exemption must take precedence and no fee should be charged.

Proposed Solution

  • Configure a per-token fee tier for token T, add sender S to the exemption list, create a stream from S using token T
  • Assert zero protocol fee deducted

Acceptance Criteria

  • Exempt sender pays zero fee even when the token has a configured tier
  • Non-exempt sender using the same token pays the per-token fee
  • Test covers both scenarios for contrast

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programcomplexity: highComplex feature, refactor, or new integrationdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions