|
c90d3cd731
|
added the handler functions
|
2025-08-25 17:28:11 +03:00 |
|
|
cda2d49f3e
|
added TransactionInitiateSwap functionality that performs a swap followed by a send
|
2025-08-25 17:27:20 +03:00 |
|
|
4492f8087a
|
added TransactionSwapPreview functionality
|
2025-08-25 17:25:59 +03:00 |
|
|
0f8c2f9270
|
use the recipient's phone number to read swap related data
|
2025-08-25 17:24:58 +03:00 |
|
|
7e1042c6a9
|
update the MaxAmount logic to check the swap capability for swap transactions
|
2025-08-25 12:46:16 +03:00 |
|
|
e274967c8e
|
update the handlePhoneNumber logic to cover new users or those without an active voucher
|
2025-08-25 10:52:22 +03:00 |
|
Alfred Kamanda
|
b6de057cc4
|
add a reset for the DATA_RECIPIENT_ACTIVE_TOKEN key
|
2025-08-04 11:21:14 +03:00 |
|
Alfred Kamanda
|
f441b3b2af
|
split the ValidateRecipient and check the transaction type
|
2025-08-04 11:18:45 +03:00 |
|
Alfred Kamanda
|
4d687cac2e
|
updated the MaxAmount description comment
|
2025-07-30 11:46:22 +03:00 |
|
|
bd8631eb05
|
update the TestCheckBlockedStatus to account for the udpated functionality
release / docker (push) Has been cancelled
|
2025-07-28 16:15:21 +03:00 |
|
|
c51fd89ad5
|
set key flags (language and PIN) if the data exists and the flags are missing
|
2025-07-28 16:14:32 +03:00 |
|
|
193c9c119a
|
filter out the active voucher from swapToList
|
2025-07-21 13:01:06 +03:00 |
|
|
61f48abb7d
|
return on navigation inputs to prevent data processing
|
2025-07-21 12:30:05 +03:00 |
|
|
3e40a09d39
|
format the balance to 2 d.p. before displaying it
|
2025-07-21 12:22:05 +03:00 |
|
|
7e90124199
|
filter out the active pool from the list of available pools
|
2025-07-21 11:50:50 +03:00 |
|
|
e27905765c
|
updated TestManageVouchers to match filtering of active vouchers
|
2025-07-21 11:28:05 +03:00 |
|
|
4ce9baa379
|
return on navigation inputs to prevent data processing
|
2025-07-21 11:27:20 +03:00 |
|
|
e47415cc22
|
remove the active voucher from the list of stored vouchers
|
2025-07-21 11:25:33 +03:00 |
|
|
1f4d810e14
|
update the GetVoucherList comment description
|
2025-07-21 10:23:00 +03:00 |
|
|
058d802c0f
|
return on navigation inputs to prevent calling the API
|
2025-07-18 16:04:24 +03:00 |
|
|
da64c3b80e
|
MAJOR REFACTOR: project-tidyup - menuhandler and tests (#90)
Partly resolves issue #86
Reviewed-on: #90
Co-authored-by: alfred-mk <alfredmwaik@gmail.com>
Co-committed-by: alfred-mk <alfredmwaik@gmail.com>
|
2025-07-14 14:42:54 +02:00 |
|
|
44673ef61b
|
remove extra whitespace
|
2025-07-07 21:25:29 +03:00 |
|
|
559b67a3e6
|
display the full alias on its own line
|
2025-07-07 21:24:16 +03:00 |
|
|
b1eb460988
|
add a isAliasUnavailable helper function
release / docker (push) Has been cancelled
|
2025-07-07 18:55:17 +03:00 |
|
|
619edc39f8
|
remove unused function GetSuggestedAlias
|
2025-07-07 17:52:59 +03:00 |
|
|
efa29b087e
|
remove unused node and function confirm_new_alias
|
2025-07-07 17:51:45 +03:00 |
|
|
a3ab91f6a3
|
handle alias registration and updates on the single RequestCustomAlias function
|
2025-07-07 17:43:04 +03:00 |
|
|
16dd0f6ebf
|
set the first voucher as the active voucher when the current active sym is not found in the vouchers response
release / docker (push) Has been cancelled
|
2025-07-02 19:10:02 +03:00 |
|
|
a3dae12c7a
|
update the TestCheckBalance and add more test cases
release / docker (push) Has been cancelled
|
2025-07-02 09:30:30 +03:00 |
|
|
57426b3565
|
use the TruncateDecimalString to format the displayed balance
|
2025-07-02 09:29:56 +03:00 |
|
|
2807f039a7
|
Merge branch 'master' into add-balance-to-voucher-list
|
2025-07-02 08:50:50 +03:00 |
|
|
ba2cb4b813
|
use the DATA_SUGGESTED_ALIAS to check the status
|
2025-07-01 01:29:52 +03:00 |
|
|
8416d4fddb
|
use a single alias variable
|
2025-07-01 01:18:03 +03:00 |
|
|
a33ff7ffda
|
added logging
|
2025-07-01 00:56:50 +03:00 |
|
|
7d1951ec7a
|
use updated sarafu-api with correct order of variables
|
2025-07-01 00:51:05 +03:00 |
|
|
b31a68ad8e
|
added logging
|
2025-07-01 00:27:45 +03:00 |
|
|
ea3a6d8382
|
call the UpdateAlias if the account has an Aias
|
2025-06-30 18:18:06 +03:00 |
|
|
0fcadd4634
|
Merge branch 'master' into update-alias
|
2025-06-30 14:43:55 +03:00 |
|
|
9234bfd579
|
update the TestGetVoucherList to the expected content
|
2025-06-30 13:36:07 +03:00 |
|
|
706b6fe629
|
include the balance next to each voucher
|
2025-06-30 13:31:55 +03:00 |
|
|
3592e7747c
|
add a test case with large decimal amount
|
2025-06-26 12:30:44 +03:00 |
|
|
7fe40faa9d
|
use the TruncateDecimalString helper function to format amounts to 2 d.p
|
2025-06-26 12:30:14 +03:00 |
|
|
b497dde1e8
|
remove unused 'constructAccountAlias' func
|
2025-06-26 10:02:55 +03:00 |
|
|
dabdf7eba2
|
add a test case to ensure the stored amount is not rounded off
|
2025-06-24 14:55:37 +03:00 |
|
|
96f6ca7d08
|
truncate two decimal places without risking float rounding issues
|
2025-06-24 14:55:09 +03:00 |
|
|
bc48dddd99
|
use the correct ContractAddress for the Last10TxResponse struct
|
2025-06-24 14:04:07 +03:00 |
|
|
5263af46d8
|
use a single ProcessVouchers due to similar data struct
release / docker (push) Has been cancelled
|
2025-06-23 10:09:39 +03:00 |
|
|
383ef51134
|
use the TokenAddress instead of ContractAddress
|
2025-06-23 10:07:53 +03:00 |
|
|
6f2d965b89
|
add log for the GetCurrentProfileInfo
release / docker (push) Has been cancelled
|
2025-06-23 08:56:37 +03:00 |
|
|
150dc99201
|
log the response from GetPoolSwappableVouchers
release / docker (push) Has been cancelled
|
2025-06-19 14:54:43 +03:00 |
|