Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk commented on issue grassrootseconomics/sarafu-vise#53 2025-04-04 11:57:26 +02:00
First time profile edit croaks when invalid year is entered then valid

The error:

invalid input: '1234'
Something went wrong.Please try again

comes about as the node expects either 1 or 9 as the input.

Input 1 should take you to the previous node…

Alfred-mk commented on issue grassrootseconomics/sarafu-vise#51 2025-04-04 11:52:11 +02:00
Local API asks again for language after newly registered account

@lash kindly confirm the tags used in running the build

Without the online tag, each registration starts afresh with the language selection

Alfred-mk pushed to master at grassrootseconomics/sarafu-vise 2025-04-04 11:08:18 +02:00
a11ca2a618 reset the flag_language_set and flag_account_created flags if the publicKey does not exist on the db
Alfred-mk pushed tag v1.2.0-rc.2 to grassrootseconomics/sarafu-vise 2025-04-04 11:06:35 +02:00
Alfred-mk pushed tag v1.0.0-rc.16 to grassrootseconomics/sarafu-vise 2025-04-02 17:35:22 +02:00
Alfred-mk pushed to master at grassrootseconomics/sarafu-vise 2025-04-02 17:34:11 +02:00
ae0672c7da updated the vise version to pop the cache on a new session
Alfred-mk created pull request grassrootseconomics/sarafu-vise#49 2025-04-02 17:30:50 +02:00
self pin reset
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-02 17:30:00 +02:00
2c671bc0d4 use the DATA_SELF_PIN_RESET to set the flag_account_pin_reset
c5673b339b added a DATA_SELF_PIN_RESET to track when a user's PIN is reset by an admin
Compare 2 commits »
Alfred-mk commented on issue grassrootseconomics/sarafu-vise#44 2025-04-01 17:20:53 +02:00
Setting a new alias makes exactly 2 requests

This has been resolved on tag v1.0.0-rc.15.

Testing on staging before requesting deployment on production

Alfred-mk created branch self-pin-reset-node in grassrootseconomics/sarafu-vise 2025-04-01 11:32:33 +02:00
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-01 11:32:33 +02:00
Alfred-mk commented on pull request grassrootseconomics/sarafu-vise#42 2025-04-01 10:13:55 +02:00
manage vouchers in single function

This has been cleaned up. The logs were related to debug

ea0fc4491d removed debug related logs
Alfred-mk opened issue grassrootseconomics/sarafu-vise#48 2025-04-01 09:20:26 +02:00
Add a PIN reset node for triggered accounts
Alfred-mk created pull request grassrootseconomics/sarafu-vise#42 2025-03-26 12:35:30 +01:00
manage-vouchers-in-single-function
0914217769 increase the size limit for the manage_vouchers
ea117b7222 replace SetDefaultVoucher and CheckVouchers with ManageVouchers
39e1c84a45 added TestManageVouchers for ManageVouchers
20ee4dfb24 replace SetDefaultVoucher and CheckVouchers with ManageVouchers