Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to menu-traversals at urdt/ussd 2024-10-01 12:27:06 +02:00
3e74c1d939 test with all invalid inputs
Alfred-mk pushed to menu-traversals at urdt/ussd 2024-10-01 12:16:06 +02:00
285002738f added send_with_invalid_recipient test
Alfred-mk pushed to menu-traversals at urdt/ussd 2024-09-30 21:13:10 +02:00
f3f276c549 check the status of cont
Alfred-mk pushed to menu-traversals at urdt/ussd 2024-09-30 21:00:52 +02:00
9eb35ec52d added en.Finish
be165e5033 added tests and test cases
Compare 2 commits »
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-09-28 13:08:00 +02:00
31aea6b807 added model and func to fetch vouchers from the API
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-09-28 11:27:01 +02:00
3a46fda769 use save_temporary_pin and updated tests
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-09-28 10:07:57 +02:00
c7bdfe90b7 Merge branch 'master' into menu-voucherlist
ddeafe015b Merge pull request 'tests-update' (#100) from tests-update into master
a3ff3be5b1 clean up
ea52a7cf0a update tests
a993026380 update tests
Compare 5 commits »
Alfred-mk created pull request urdt/ussd#101 2024-09-27 18:13:58 +02:00
WIP: menu-voucherlist
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-09-27 18:12:12 +02:00
60134f14e9 Merge branch 'master' into menu-voucherlist
4ee241714b Attempt 2 revert changes from ssh
d7dc743fa2 Merge remote-tracking branch 'origin/master'
c220cbb767 Revert accidental merge of ssh
0dc322729f Merge pull request 'SSH server entry point.' (#77) from lash/ssh-2 into master
Compare 31 commits »
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-09-27 18:10:59 +02:00
4c33945081 use latest go-vise update
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-09-25 15:06:23 +02:00
221db4e998 return a numbered list of vouchers
0e376e0d9e include back and quit
Compare 2 commits »
Alfred-mk commented on pull request urdt/ussd#81 2024-09-24 15:23:11 +02:00
fix-repeated-nodes

For the flag translation, we need to change line 127 on the go-vise code

2b636b9f00/asm/flag.go (L127)

This needs to be…

Alfred-mk pushed to fix-repeated-nodes at urdt/ussd 2024-09-24 15:11:54 +02:00
2643c0c9ff only have a -d for the engineDebug
Alfred-mk pushed to fix-repeated-nodes at urdt/ussd 2024-09-24 13:17:21 +02:00
b8852e1ab3 add engineDebug and stateDebug flags
Alfred-mk commented on issue urdt/ussd#6 2024-09-24 10:27:42 +02:00
Remove file exists check and ensure file on start

The functionality was removed

Alfred-mk closed issue urdt/ussd#6 2024-09-24 10:27:42 +02:00
Remove file exists check and ensure file on start
Alfred-mk created pull request urdt/ussd#81 2024-09-23 22:41:11 +02:00
fix-repeated-nodes
Alfred-mk created branch fix-repeated-nodes in urdt/ussd 2024-09-23 20:22:15 +02:00
Alfred-mk pushed to fix-repeated-nodes at urdt/ussd 2024-09-23 20:22:15 +02:00
8a03b05c90 reset the positon of LOAD function
5a38b40eaf Merge branch 'lash/thread-gdbm' into fix-repeated-nodes
Compare 2 commits »
Alfred-mk commented on issue urdt/ussd#47 2024-09-23 13:54:46 +02:00
PIN confirmation problem in send

After comparing execution on cmd/main.go and cmd/async/main.go, it has been noted that LOAD statements are being executed each time they are encountered, causing the menu to display some nodes…