Commit Graph

538 Commits

Author SHA1 Message Date
b43c1f6c8e
Merge branch 'master' into project-tidyup 2025-07-14 09:38:04 +03:00
823133aa37 Merge pull request 'New alias flow' (#96) from new-alias-flow into master
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: #96
2025-07-08 13:07:01 +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
Some checks failed
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
e9988242b1
CATCH unavailable aliases and navigate to the alias_updated node 2025-07-07 17:47:18 +03:00
55afbedd1e
have a node to CATCH aliases that are not available (already registered aliases) 2025-07-07 17:46:25 +03:00
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
754008f0c1
git ignore the user-data files 2025-07-04 13:56:46 +03:00
c8a705ff44
move voucher related tests 2025-07-03 17:57:24 +03:00
a55d254c4f
move transaction list related tests 2025-07-03 17:52:30 +03:00
92af428af4
move send node related tests 2025-07-03 17:44:55 +03:00
5e166fd680
move registration tests 2025-07-03 17:33:11 +03:00
5d38359b66
move profile tests 2025-07-03 17:31:05 +03:00
7c21b78332
move language tests 2025-07-03 17:22:06 +03:00
916026985f
move balance tests 2025-07-03 17:16:44 +03:00
57b0fcb55f
move authorization tests 2025-07-03 17:13:51 +03:00
baa7526df3
move account_status tests 2025-07-03 17:07:26 +03:00
f22f86a2fb
move PIN tests to pin_test.go 2025-07-03 17:02:36 +03:00
827debe020
added account_status.go for account status related functions 2025-07-03 16:55:57 +03:00
2b557b27cf
added authorization.go for authorization related functions 2025-07-03 16:52:59 +03:00
b9aae610db
added language.go for language related functions 2025-07-03 16:43:43 +03:00
8297f012f4
added balance.go for balance related functions 2025-07-03 16:39:44 +03:00
eafc0f69c7
added alias.go for alias related functions 2025-07-03 16:34:20 +03:00
6c962baa81
added pools.go for pool related functions 2025-07-03 16:20:59 +03:00
e6b97b9256
update the voucher functions to match master 2025-07-03 16:19:18 +03:00
4e8b4c1df6 Merge branch 'master' into project-tidyup 2025-07-03 16:08:08 +03:00
16dd0f6ebf
set the first voucher as the active voucher when the current active sym is not found in the vouchers response
Some checks failed
release / docker (push) Has been cancelled
2025-07-02 19:10:02 +03:00
a3dae12c7a
update the TestCheckBalance and add more test cases
Some checks failed
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
Some checks failed
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
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: #88
2025-07-02 07:48:20 +02:00
fea0befd9f
added profile.go for profile related functionality 2025-07-01 02:04:45 +03:00
857964f69a
added send.go for voucher transfers 2025-07-01 02:01:45 +03:00
164ce5ea5a
added upsell.go for inviting valid users 2025-07-01 01:59:20 +03:00
7b85451fd6
added vouchers.go 2025-07-01 01:57:32 +03:00
a6cd3d93b4
added transactions.go for transaction histories 2025-07-01 01:55:30 +03:00
9722df1149
added poolswap.go for pool swap functionality 2025-07-01 01:53:03 +03:00
a9e0aebdde
move PIN functionality to pin.go 2025-07-01 01:50:20 +03:00
098ea93439
move create account functionality to the registration.go file 2025-07-01 01:44:38 +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