Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-04 12:57:52 +02:00
754008f0c1 git ignore the user-data files
Alfred-mk commented on issue grassrootseconomics/sarafu-vise#86 2025-07-04 12:05:52 +02:00
Project tidyup: Breakdown large files into smaller manageable files

Based on the size of file changes, we can have two separate PRs

Alfred-mk commented on issue grassrootseconomics/sarafu-vise#81 2025-07-03 21:11:15 +02:00
Potential improvements
  • Voucher chooser has balances
  • Exclude active voucher from the change menu
  • Home option on certain menus that are deep
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 16:57:34 +02:00
c8a705ff44 move voucher related tests
a55d254c4f move transaction list related tests
Compare 2 commits »
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 16:45:28 +02:00
92af428af4 move send node related tests
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 16:33:21 +02:00
5e166fd680 move registration tests
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 16:31:11 +02:00
5d38359b66 move profile tests
7c21b78332 move language tests
916026985f move balance tests
Compare 3 commits »
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 16:14:02 +02:00
57b0fcb55f move authorization tests
baa7526df3 move account_status tests
f22f86a2fb move PIN tests to pin_test.go
Compare 3 commits »
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 15:56:08 +02:00
827debe020 added account_status.go for account status related functions
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 15:53:07 +02:00
2b557b27cf added authorization.go for authorization related functions
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 15:43:53 +02:00
b9aae610db added language.go for language related functions
8297f012f4 added balance.go for balance related functions
Compare 2 commits »
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 15:34:28 +02:00
eafc0f69c7 added alias.go for alias related functions
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 15:21:06 +02:00
6c962baa81 added pools.go for pool related functions
e6b97b9256 update the voucher functions to match master
Compare 2 commits »
Alfred-mk pushed to project-tidyup at grassrootseconomics/sarafu-vise 2025-07-03 15:08:23 +02:00
4e8b4c1df6 Merge branch 'master' into project-tidyup
16dd0f6ebf set the first voucher as the active voucher when the current active sym is not found in the vouchers response
a3dae12c7a update the TestCheckBalance and add more test cases
57426b3565 use the TruncateDecimalString to format the displayed balance
b42dec8373 Merge pull request 'add balance to voucher list' (#89) from add-balance-to-voucher-list into master
Compare 21 commits »
Alfred-mk pushed tag v1.3.8-rc to grassrootseconomics/sarafu-vise 2025-07-03 09:28:05 +02:00
Alfred-mk pushed to master at grassrootseconomics/sarafu-vise 2025-07-03 09:27:47 +02:00
16dd0f6ebf set the first voucher as the active voucher when the current active sym is not found in the vouchers response
Alfred-mk commented on issue grassrootseconomics/sarafu-vise#91 2025-07-02 17:59:50 +02:00
Sweeping an account's default voucher results in an error

As it is, the system reads the holdings endpoint and gets the current active symbol. This is then used to update the current balance. The ManageVouchers handler is set to error as the…

Alfred-mk pushed tag v1.3.7-rc.1 to grassrootseconomics/sarafu-vise 2025-07-02 08:30:49 +02:00
Alfred-mk pushed to master at grassrootseconomics/sarafu-vise 2025-07-02 08:30:37 +02:00
a3dae12c7a update the TestCheckBalance and add more test cases
57426b3565 use the TruncateDecimalString to format the displayed balance
Compare 2 commits »
Alfred-mk pushed tag v1.3.7-rc to grassrootseconomics/sarafu-vise 2025-07-02 07:52:11 +02:00