You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show bounty transaction description in transactions history
Base branch: develop
Requirements
Start saving payments outside of a chat in Message table when msgIndex is not empty and messageContent is not empty (bounty payments)
When loading transactions from LSP, match with existing payments in the db matching msgIndex (logic already implemented)
If payment is a bounty payment, based on message content and sender/receiver (check Android code reference), then show message content in the sender/receiver field in the row
Acceptance Criteria
Implements logic and UI to bounty description/title from messageContent on transactions history
Show bounty transaction description in transactions history
Base branch: develop
Requirements
Message
table whenmsgIndex
is not empty andmessageContent
is not empty (bounty payments)msgIndex
(logic already implemented)Acceptance Criteria
messageContent
on transactions historyAndroid code reference: https://github.com/stakwork/sphinx-android-v2/pull/71/files
The text was updated successfully, but these errors were encountered: