|
a3ab91f6a3
|
handle alias registration and updates on the single RequestCustomAlias function
|
2025-07-07 17:43:04 +03:00 |
|
|
92a122732d
|
add the home menu option
|
2025-07-07 17:41:56 +03:00 |
|
|
682785fc3f
|
add a new flag_alias_unavailable flag
|
2025-07-07 17:40:06 +03:00 |
|
|
ebb4581c27
|
renamed the update_alias to alias_updated
|
2025-07-07 14:41:46 +03:00 |
|
|
cd1936c12f
|
require accounts to be authorized to access the alias node
|
2025-07-07 14:17:29 +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 |
|
|
b42dec8373
|
Merge pull request 'add balance to voucher list' (#89) from add-balance-to-voucher-list into master
release / docker (push) Has been cancelled
Reviewed-on: #89
|
2025-07-02 07:51:34 +02:00 |
|
|
2807f039a7
|
Merge branch 'master' into add-balance-to-voucher-list
|
2025-07-02 08:50:50 +03:00 |
|
|
0e6334058d
|
Merge pull request 'add functionality to Update the Alias' (#88) from update-alias into master
release / docker (push) Has been cancelled
Reviewed-on: #88
|
2025-07-02 07:48:20 +02: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 |
|
|
2ad5c2e8df
|
use the correct PUT method in the update
|
2025-07-01 00:37:15 +03:00 |
|
|
e1219354bb
|
use the correct AliasUpdateURL on sarafu-api
|
2025-07-01 00:32:42 +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 |
|
|
a543569236
|
add a helper function FormatVoucherList to combine the voucher symbols with their balances
|
2025-06-30 13:14:34 +03:00 |
|
|
dd56d52f4c
|
Merge pull request 'fix-amount-conversion' (#87) from fix-amount-conversion into master
release / docker (push) Has been cancelled
Reviewed-on: #87
|
2025-06-26 14:07:29 +02: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 |
|
|
02fd02dc21
|
add a test for the TruncateDecimalString
|
2025-06-26 12:26:49 +03:00 |
|
|
b884b82197
|
add test cases with high decimals for the ParseAndScaleAmount func
|
2025-06-26 12:20:34 +03:00 |
|
|
280c382a3d
|
add a helper function 'TruncateDecimalString' to format amounts to specified decimal places
|
2025-06-26 12:19:13 +03:00 |
|
|
b497dde1e8
|
remove unused 'constructAccountAlias' func
|
2025-06-26 10:02:55 +03:00 |
|
|
cedd55fd31
|
use updated sarafu-api that includes the UpdateAlias functionality
|
2025-06-26 09:56:29 +03:00 |
|
|
88926480dc
|
Return finalAmount as a string with 0 decimal places (rounded)
|
2025-06-24 15:11:15 +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 |
|
|
2ec612978d
|
update sarafu-api to correctly unmarshal nested pool details response in RetrievePoolDetails
release / docker (push) Has been cancelled
|
2025-06-24 12:10:04 +03:00 |
|
|
632f891e16
|
use the updated alias endpoints from the sarafu-api
release / docker (push) Has been cancelled
|
2025-06-24 10:51:15 +03:00 |
|
|
d758b37065
|
use the correct TokenHoldings struct instead of TokenDetails
release / docker (push) Has been cancelled
|
2025-06-23 11:09:47 +03:00 |
|
|
929fb6a40d
|
add logs for the request and response body
|
2025-06-23 10:57:20 +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 |
|
|
5479580230
|
use the TokenHoldings instead of TokenDetails in getting the pool swappable vouchers
release / docker (push) Has been cancelled
|
2025-06-23 09:50:13 +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 |
|
|
b85c5a8788
|
log the metadata from GetSwapToVoucherData
release / docker (push) Has been cancelled
|
2025-06-19 14:17:43 +03:00 |
|
|
23f1068402
|
Use InfoCtxf instead of TraceCtxf
|
2025-06-19 14:17:08 +03:00 |
|
|
e803048b13
|
Added more logging and display the actual activePoolSymbol
release / docker (push) Has been cancelled
|
2025-06-19 12:54:33 +03:00 |
|
|
137a5dd599
|
cosmetic-fixes (#83)
release / docker (push) Has been cancelled
Resolved issue #80
Reviewed-on: #83
Co-authored-by: alfred-mk <alfredmwaik@gmail.com>
Co-committed-by: alfred-mk <alfredmwaik@gmail.com>
|
2025-06-19 10:30:31 +02:00 |
|
|
61ff337464
|
Merge pull request 'hotfix/v1.2.5-rc.1' (#82) from hotfix/v1.2.5-rc.1 into master
release / docker (push) Has been cancelled
Reviewed-on: #82
|
2025-06-18 11:53:30 +02:00 |
|
|
41c3b6d8e6
|
Merge branch 'master' into hotfix/v1.2.5-rc.1
|
2025-06-18 12:41:28 +03:00 |
|