Skip to content

Conversation

@aditya1702
Copy link
Contributor

What

[TODO: Short statement about what is changing.]

Why

[TODO: Why this change is being made. Include any context required to understand the why.]

Known limitations

[TODO or N/A]

Issue that this PR addresses

[TODO: Attach the link to the GitHub issue or task. Include the priority of the task here in addition to the link.]

Checklist

PR Structure

  • It is not possible to break this PR down into smaller PRs.
  • This PR does not mix refactoring changes with feature changes.
  • This PR's title starts with name of package that is most changed in the PR, or all if the changes are broad or impact many packages.

Thoroughness

  • This PR adds tests for the new functionality or fixes.
  • All updated queries have been tested (refer to this check if the data set returned by the updated query is expected to be same as the original one).

Release

  • This is not a breaking change.
  • This is ready to be tested in development.
  • The new functionality is gated with a feature flag if this is not ready for production.

@socket-security
Copy link

socket-security bot commented Oct 21, 2025

@aditya1702 aditya1702 changed the title [PoC] Account balances Support account balances for classic, SAP and SEP-41 tokens Nov 6, 2025
@aditya1702 aditya1702 changed the title Support account balances for classic, SAP and SEP-41 tokens Support account balances for classic, SAC and SEP-41 tokens Nov 7, 2025
- name: () -> (String)
- symbol: () -> (String)
- approve: (from: Address, spender: Address, amount: i128, expiration_ledger: u32) -> ()
- transfer: (from: Address, to: Address, amount: i128) -> ()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CAP-67 changes impact several signature by adding MuxedAddress support. You'll likely see more of the new signature going forward but imo we should look for both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants