Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-28 14:31:05 +01:00
2c361e5b96 Added tests related to the vouchers list
131f3bcf46 Added the prefixDb to the Handlers struct~
520f5abdcd Added the subPrefixDb mock
5d294b663c Added the PrefixDb interface
Compare 4 commits »
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-28 09:20:13 +01:00
dc782d87a8 Updated the TestSetVoucher
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-28 09:08:34 +01:00
ddae746b9d formatted code
Alfred-mk created pull request urdt/ussd#138 2024-10-25 16:39:19 +02:00
WIP: voucher-data
Alfred-mk created branch voucher-data in urdt/ussd 2024-10-25 16:37:32 +02:00
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-25 16:37:32 +02:00
6c3ff0e9db Merge branch 'master' into voucher-data
3ef64271e7 Store and retrieve the voucher decimals and contract address
Compare 2 commits »
Alfred-mk commented on issue urdt/ussd#129 2024-10-24 21:00:26 +02:00
replace address with session id in send menus

Resolved in PR #131

Alfred-mk closed issue urdt/ussd#129 2024-10-24 21:00:26 +02:00
replace address with session id in send menus
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-24 19:44:36 +02:00
b4454f7517 Added context to FetchVouchers
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-24 19:39:52 +02:00
d9c660b8ea Merge branch 'master' into menu-voucherlist
6b5d3f74d1 Merge pull request 'api-context' (#127) from api-context into master
bee9ad5ff5 Merge remote-tracking branch 'refs/remotes/origin/api-context' into api-context
6e7b46666e ensure mod match with master
383f074cae update method signatures
Compare 45 commits »
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-24 19:21:37 +02:00
d113ea82fd Add dynamic send_amount and session_id
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-24 17:16:02 +02:00
a92c640cb7 Updated tests
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-24 16:50:43 +02:00
728815f0c6 Include the active symbol in the send menu
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-24 15:32:26 +02:00
e15bac98a5 Merge branch 'master' into menu-voucherlist
0c6144d262 Merge pull request 'send-menu-update' (#131) from send-menu-update into master
ec4e44a27c Merge branch 'master' into send-menu-update
6200728435 Updated the menuhander test
579b46db65 Replace the public key with the sessionId
Compare 5 commits »
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-24 15:30:51 +02:00
ee9a683eb0 Merge branch 'master' into menu-voucherlist
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-24 15:26:58 +02:00
9274e585bd Merge branch 'master' into menu-voucherlist
2347d64acc Merge pull request 'check-balance-update' (#132) from check-balance-update into master
39c0560abe Updated the test
75459f852b Return the full balance string
Compare 4 commits »
Alfred-mk commented on issue urdt/ussd#128 2024-10-24 15:02:04 +02:00
return whole balance string from function maiin menu

Resolved in PR urdt/ussd#132

Alfred-mk closed issue urdt/ussd#128 2024-10-24 15:02:04 +02:00
return whole balance string from function maiin menu
Alfred-mk pushed to send-menu-update at urdt/ussd 2024-10-24 14:59:29 +02:00
ec4e44a27c Merge branch 'master' into send-menu-update
2347d64acc Merge pull request 'check-balance-update' (#132) from check-balance-update into master
39c0560abe Updated the test
75459f852b Return the full balance string
Compare 4 commits »
Alfred-mk created pull request urdt/ussd#132 2024-10-24 14:24:34 +02:00
check-balance-update