Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk commented on issue urdt/ussd#196 2024-12-05 16:05:49 +01:00
Use numeric prefixes in voucher data

Closed with PR urdt/ussd#203

Alfred-mk closed issue urdt/ussd#196 2024-12-05 16:05:49 +01:00
Use numeric prefixes in voucher data
Alfred-mk commented on issue urdt/ussd#198 2024-12-05 16:05:38 +01:00
Replace DATATYPE_USERSUB with DATATYPE_USERDATA

Closed with PR urdt/ussd#203

Alfred-mk closed issue urdt/ussd#198 2024-12-05 16:05:38 +01:00
Replace DATATYPE_USERSUB with DATATYPE_USERDATA
Alfred-mk commented on issue urdt/ussd#196 2024-12-05 16:05:18 +01:00
Use numeric prefixes in voucher data

Closed with PR urdt/ussd#203

Alfred-mk commented on pull request urdt/ussd#203 2024-12-05 16:00:43 +01:00
data-items-cleanup

I have set up a single function to handle both the DataTyp and int instead

Alfred-mk commented on pull request urdt/ussd#203 2024-12-05 15:59:56 +01:00
data-items-cleanup

Apologies, I was to replace these as well. This has been done

Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-05 15:59:00 +01:00
14737b5f12 Removed redundant naming of transfer related data
caff27b43d Replace IntToBytes(value int) and ToBytes() with a single ToBytes() function
Compare 2 commits »
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-05 15:02:36 +01:00
589a94216b Use the DATATYPE_USERDATA as the prefix for the NewSubPrefixDb func
a659fb06fa Added a function to convert int to []byte
Compare 2 commits »
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-05 14:31:55 +01:00
f733fe5636 Start the sub prefix data at 256 (0x0100)
18423fcd9c updated the name of the voucher related data
Compare 2 commits »
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-04 19:07:17 +01:00
7a9de79aae return nil with error
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-04 18:59:58 +01:00
862830e9de renamed internal/storage/db.go -> internal/storage/sub_prefix_db.go for clarity
Alfred-mk created pull request urdt/ussd#203 2024-12-04 18:56:33 +01:00
data-items-cleanup
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-04 18:55:11 +01:00
bc0e536d3d updated failing tests
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-04 18:45:51 +01:00
82884a75a3 Merge branch 'master' into data-items-cleanup
22c9c3e0f0 Merge pull request 'minor-bug-fixes' (#177) from minor-bug-fixes into master
a709d24520 Merge branch 'master' into minor-bug-fixes
e56138e416 Merge pull request 'Clear persister from handler in outer code aswell' (#200) from lash/persister-freakout into master
d516584d90 Clear persister from handler in outer code aswell
Compare 30 commits »
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-04 18:42:56 +01:00
93c44861e0 Use numeric prefixes
Alfred-mk created branch data-items-cleanup in urdt/ussd 2024-12-04 18:39:19 +01:00
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-04 18:39:19 +01:00
4ecfc9de38 removed DATATYPE_USERSUB and replaced with DATATYPE_USERDATA
Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-12-03 12:13:13 +01:00
d40a4a171f formatted code
Alfred-mk commented on pull request urdt/ussd#177 2024-12-03 12:11:02 +01:00
minor-bug-fixes

This has been added in ..utils/name.go