- improved sendTx to check if the utxo is already used but unconfirmed (ie, still in mempool) and ignore those utxos.
This allows users to send multiple tx from the same floID without the need to wait for confirmation of prev tx as long as enough utxos are available.
- Optional parameter: strict_utxo (boolean): Default=true (safe mode).
If false, allows unconfirmed UTXOs to be included in the txn.
This will allow users to chain send tx as long as enough balance FLO is available.
WARNING: if one tx in the chain is dropped, all next tx dependent on that tx will be dropped too.
- writeData (as it invokes sendTx) also have the above improvements
- readData: option txid changed to tx. now resolves data with txid, time, blockheight along with flo data as an object [if option tx is true].
Note: backward not compactible when txid was passed as option
Additional filter options to readData function
- receivedOnly: filters only received data
- txid: (boolean) resolve txid or not
- sender: flo-id(s) of sender
- receiver: flo-id(s) of receiver
UX: add label for toggling pin visibility
UI: make input field UI more consistent across pages
UI: show full time and date in opened mail
UI: mail cards now show sender's initials like chats
- Added verifyPin: function to verify the pin of login credentials without logging in (ie, not storing the keys in memory)
- 'pin' argument can be ignored to check if private key is secured or not.
Feat(user): Add feature to preview accent color in chat window with demo message bubbles.
Fix (user): solve issue with accent color not saved seperately for each user
fix (user): issue with group chat consecutive received message from different senders won't have any visual distinction
Fix (user): issue with touch and hold where even after moving finger it would register long press
Fix (user): default selected color wouldn't show up when app first loaded
Feat (user): add option to clear chats
Feat (user): add option to delete chats (DMs only)
Feat (user): add touch and hold interaction to show chat options popup
Fix (user): fix bug while creating group searching for contacts would show all contacts instead of valid only
Fix (user): Searching while creating group contacts will not cause already selected contacts to reset
Feat(user): add option to add new group members
Feat(user): add option to remove group members
Fix(user): Issue with removed people not showing as a group activity card
Refactor (dev): refactored code for disaplying groups information
Feat (user): add option to change group name
Feat (user): add option to change group description
Feat (dev): add new component 'text-field' for quick editing text