Mohamed Sohail kamikazechaser
kamikazechaser commented on issue urdt/ussd#208 2024-12-11 06:39:09 +01:00
Migration compatibility and tooling

The current pins are stored in hashed format. It looks like in this implementation we store them in plaintext. Is this an update we can make?

kamikazechaser opened issue urdt/ussd#208 2024-12-11 06:36:18 +01:00
Migration compatibility
kamikazechaser commented on issue urdt/ussd#207 2024-12-10 10:53:15 +01:00
Change alias to FQDN

For better UX. The user doesn't need to type in the FQDN. They would just type in "alfred" and we would save/retrieve it internally as alfred.sarafu.eth and .

kamikazechaser created pull request urdt/term#1 2024-12-09 16:24:11 +01:00
devops: add Dockerfile and GH build config
kamikazechaser pushed to sohail/docker at urdt/term 2024-12-09 16:23:35 +01:00
e2135f7956 ci: add GH build
kamikazechaser created branch sohail/docker in urdt/term 2024-12-06 18:04:19 +01:00
kamikazechaser pushed to sohail/docker at urdt/term 2024-12-06 18:04:19 +01:00
ed4852b7f7 wip: add Dockerfile
kamikazechaser pushed tag v0.4.0-beta to urdt/ussd 2024-12-06 16:07:10 +01:00
kamikazechaser opened issue urdt/data-seeding-ng#2 2024-12-05 06:15:34 +01:00
Example for adding to the token index
kamikazechaser pushed tag v0.3.0-beta to urdt/ussd 2024-12-03 09:24:40 +01:00
kamikazechaser created branch sohail/trace-build-29-11 in urdt/ussd 2024-11-29 06:04:37 +01:00
kamikazechaser pushed to sohail/trace-build-29-11 at urdt/ussd 2024-11-29 06:04:37 +01:00
kamikazechaser commented on issue urdt/ussd#183 2024-11-27 10:53:18 +01:00
Have a Space after each colon.

@carlos It should cosmetically closely resemble the current USSD menu.

kamikazechaser commented on issue urdt/ussd#187 2024-11-27 10:52:02 +01:00
Add short code (alias)

@willruddick Should it be truly random (but human readable) aliases? Like flyingcat56 ?

kamikazechaser pushed tag v0.2.0-beta to urdt/ussd 2024-11-26 07:26:03 +01:00
kamikazechaser pushed to master at urdt/ussd 2024-11-26 07:24:58 +01:00
08ff1056d7 Validate aliases, addresses and phone numbers in the send menu (#176)
kamikazechaser merged pull request urdt/ussd#176 2024-11-26 07:24:57 +01:00
Validate aliases, addresses and phone numbers in the send menu
kamikazechaser merged pull request urdt/ussd#182 2024-11-26 07:02:09 +01:00
feat: upgrade go-vise dep, minor cleanups to go.mod
kamikazechaser pushed to master at urdt/ussd 2024-11-26 07:02:09 +01:00
0f4a7e900f Merge pull request 'feat: upgrade go-vise dep, minor cleanups to go.mod' (#182) from sohail/upgrade-deps into master
2d6c434bde feat: upgrade go-vise dep, minor cleanups to go.mod
Compare 2 commits »
kamikazechaser commented on pull request urdt/ussd#176 2024-11-25 11:30:57 +01:00
Validate aliases, addresses and phone numbers in the send menu

It should be + prefixed. Why? That is how we save it in our common db (graph) and also how most, if not all, API providers expect the phone number.