- https://twitter.com/the_sohail_azim
- Joined on
2021-10-26
Block a user
QA/ Integration related issues
USSD data service updates
- For alias resolution: Use the
api/v1/alias/:alias
endpoint and decode with theAliasAddress
struct - Token holdings now alos returns
tokenCommodity
and…
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…
Example command for generating private keys from a random mnemonic
On the custodial system: curl + jq
Example command for generating private keys from a random mnemonic
Panic on incorrect postgres connection settings
QA/ Integration related issues
- Document libdgbm requirements for local development on Linux distros.
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…
QA/ Integration related issues
- Document requirements to build .vis files into .bin files in the README.md
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.
consider compressed view of transaction list
- [in/out] [symbol] [amount] [date]
- [in/out] [symbol] [amount] [date]
- [in/out] [symbol] [amount] [date]
and if you choose [1] you get a full info
Data endpoint API (importable structs)
- Token details endpoint:
GET /api/v1/token/:address
- Importable struct for response parsing : https://github.com/grassrootseconomics/ussd-data-service/blob/master/pkg/api/api.go#L36
Sample…