Mohamed Sohail kamikazechaser
kamikazechaser created branch sohail/docker-build in urdt/ussd 2024-11-19 11:50:41 +01:00
kamikazechaser pushed to sohail/docker-build at urdt/ussd 2024-11-19 11:50:41 +01:00
0bb44fc80b feat: dockerfile and github based CI build
kamikazechaser commented on issue urdt/ussd#162 2024-11-19 09:08:11 +01:00
QA/ Integration related issues

USSD data service updates

  • For alias resolution: Use the api/v1/alias/:alias endpoint and decode with the AliasAddress struct
  • Token holdings now alos returns tokenCommodity and…
kamikazechaser commented on issue urdt/ussd#162 2024-11-18 13:46:11 +01:00
QA/ Integration related issues
  • Balance should update on next session (Is the separate service suppose to do this?)
  • Placeholders for send to blockchain address and alias
  • Placeholders for token details which…
kamikazechaser commented on issue urdt/ussd#164 2024-11-13 14:22:24 +01:00
Postgres Graceful shutdown issues

@Alfred-mk

go run cmd/africastalking/main.go -db postgres -d

kamikazechaser commented on issue urdt/data-seeding-ng#1 2024-11-11 10:10:15 +01:00
Example command for generating private keys from a random mnemonic

On the custodial system: curl + jq

kamikazechaser opened issue urdt/data-seeding-ng#1 2024-11-11 10:07:15 +01:00
Example command for generating private keys from a random mnemonic
kamikazechaser commented on issue urdt/ussd#69 2024-11-11 09:52:21 +01:00
New help menu functionality
kamikazechaser opened issue urdt/ussd#165 2024-11-07 09:45:57 +01:00
Log handler errors
kamikazechaser opened issue urdt/ussd#164 2024-11-07 09:34:25 +01:00
Graceful shutdown issues
kamikazechaser opened issue urdt/ussd#163 2024-11-07 09:14:14 +01:00
Panic on incorrect postgres connection settings
kamikazechaser commented on issue urdt/ussd#162 2024-11-07 08:51:18 +01:00
QA/ Integration related issues
  • Document libdgbm requirements for local development on Linux distros.
kamikazechaser commented on issue urdt/ussd#162 2024-11-07 08:45:35 +01:00
QA/ Integration related issues

Currently the services folder contains one registration folder with all .vise files. They should be grouped by menu hierarchy to allow easy development from anyone willing to contribute. The…

kamikazechaser commented on issue urdt/ussd#162 2024-11-07 08:38:23 +01:00
QA/ Integration related issues
  • Document requirements to build .vis files into .bin files in the README.md
kamikazechaser opened issue urdt/ussd#162 2024-11-06 10:47:16 +01:00
QA/Intergation related issues
kamikazechaser commented on issue urdt/ussd#142 2024-11-06 07:37:41 +01:00
Clarify community balance menu item

It is supposed to show the balance of the Community Fund (sink address). So if a user holds a voucher, they can look up the balance.

kamikazechaser commented on issue urdt/ussd#130 2024-11-06 07:36:16 +01:00
consider compressed view of transaction list
  1. [in/out] [symbol] [amount] [date]
  2. [in/out] [symbol] [amount] [date]
  3. [in/out] [symbol] [amount] [date]

and if you choose [1] you get a full info

kamikazechaser commented on issue urdt/ussd#122 2024-11-04 15:06:30 +01:00
Add community balance menu

@willruddick Is this menu regularly used?

kamikazechaser commented on issue urdt/ussd#90 2024-11-04 15:04:29 +01:00
Use alias instead of phone number in send

Pending ENS integration.

kamikazechaser commented on issue urdt/ussd#88 2024-11-03 15:05:49 +01:00
Data endpoint API (importable structs)

Sample…