Skip to content

[86c6kqcw7]: Add transaction message to token transfer - #177

Merged
conxtantyn merged 36 commits into
release-v1.12.0from
constantine/feat/transaction-message
Feb 5, 2026
Merged

conxtantyn merged 36 commits into
release-v1.12.0from
constantine/feat/transaction-message

Conversation

@conxtantyn

Copy link
Copy Markdown
Contributor

Context

This PR introduces support for optional transaction messages when transferring Peer Tokens (PT) between users. The goal is to improve transparency and context in wallet transactions, allowing users to better understand the intent behind transfers. The feature is designed to be lightweight, with balance preview logic handled on the frontend for now.

Description

Adds an optional message field to PT transfer transactions and persists it alongside the transaction record. The backend validates and processes transfers as usual, returning success or error states. Transaction history responses now include the message when present, making it visible to both sender and recipient. No balance calculations are performed server-side for preview; the frontend derives remaining balance from the current balance response.

Links

@conxtantyn
conxtantyn force-pushed the constantine/feat/transaction-message branch from 4ca25fc to 5d7e844 Compare February 3, 2026 12:39
@github-actions github-actions Bot added build documentation Improvements or additions to documentation labels Feb 3, 2026
@conxtantyn
conxtantyn merged commit 1f07b22 into release-v1.12.0 Feb 5, 2026
11 checks passed
@conxtantyn
conxtantyn deleted the constantine/feat/transaction-message branch February 5, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

android assets build documentation Improvements or additions to documentation tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants