45 Commits

Author SHA1 Message Date
0a08748fe9 feat: add referral code system 2025-12-20 17:36:07 +03:30
f9ef69113a
Removed unnecessary enum 2025-08-09 11:32:01 +03:30
7a886e094e change to [maker/taker] 2025-08-07 19:01:29 +03:30
b6fe01f00b
v2: pagination total_count (removed optional)
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-07-16 16:52:58 +03:30
c5baf25a24
Requests with list as their response now accept
page_no, page_size
Responses with list now have
page_no, page_size, optional total_count
2025-07-16 15:53:24 +03:30
f969f845c5
v2: removed balance from identity , kyc err added
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-07-14 11:52:51 +03:30
cb446e0c39
v2: changed status to match prev data
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-07-09 12:44:05 +03:30
1c190cf30a
v2: disabled status added
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-07-09 12:41:21 +03:30
65a9344a7c
v2: added user status
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-07-09 12:34:03 +03:30
e0c66e2868
v2: user adress message
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-07-07 15:30:53 +03:30
9a321f6613
v2: postal in indetity req is optional as well
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-07-07 14:52:20 +03:30
2618601e70
v2: these fields can be optional
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-07-07 14:26:54 +03:30
c0c9a4bef5
added postal code to auth/identity 2025-07-07 14:12:49 +03:30
fda4ef6a4b
Breaking changes: Typo fixes :) 2025-06-17 12:44:27 +03:30
c90a1a068e
v2: closed state for BankInfoStatusE
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-05-27 16:10:42 +03:30
e4c3fc5879
v2: tfa for irt
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-04-12 16:04:53 +03:30
df5ad208fa
v2: add walletAddr to basic info
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-03-05 16:40:30 +03:30
a3b3c56872
v2: no tfa in cancle req
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-03-04 15:25:28 +03:30
ffe8c384fc
v2: type changed
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-03-04 15:16:40 +03:30
2cdf15a2a7
v2: name changed
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-03-04 15:13:25 +03:30
8f51fe814d
v2: renamed transaction_id -> id
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-03-04 14:53:07 +03:30
ea79873420
v2: trx_id - str -> int
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-03-04 14:41:37 +03:30
191cae26fd chore: add iam in access token response 2025-02-25 16:18:25 +03:30
a8e06d5058
MarketPlace: asset list
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-02-09 11:39:44 +03:30
cb9b5ac9f2
MarketPlace: new srv market added
Signed-off-by: nfel <nfilsaraee@gmail.com>
2025-02-08 18:10:47 +03:30
d6ed4393ab
v2: fetch basic info about user's for deposit worker
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-12-31 13:09:12 +03:30
21c190e5a5 Merge pull request 'wallet/#14' (#8) from wallet/#14 into v2
Reviewed-on: https://git.kahrobatoken.com/Kahroba/proto/pulls/8
2024-12-21 11:16:42 +00:00
3d1e544c00 improve Identity message 2024-12-17 12:07:21 +03:30
ff86d65eb3
wallet: /#14 removed multiple company from user + identity now is source of truth
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-12-16 15:29:25 +03:30
f23d1251b5
v2: redeem added to tfa code state
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-12-14 17:35:52 +03:30
5eb260df3a
v2: changed tfa check
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-12-14 17:09:24 +03:30
72cb1d8117
v2: changed tfa check
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-12-14 16:55:50 +03:30
0cd6107abe
v2: changed TFAReq Msg to accept trx id and state
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-12-14 16:45:12 +03:30
4b1ff1c31d
v2: user_id added to recepient msg
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-12-10 15:09:54 +03:30
3e699c2082 improve recipient 2024-12-10 11:48:22 +03:30
8a0c7451fb edit state enum name 2024-12-10 10:50:40 +03:30
9d8a2d160a add internal rpc file and LookUpName rpc 2024-12-10 10:34:16 +03:30
1b6a64aa46 add some items to optState enum 2024-12-09 14:30:56 +03:30
434f74756f add enum for TFA message 2024-12-09 14:25:50 +03:30
36af98b186 add some optional feat & change key name in TFA 2024-12-09 12:13:55 +03:30
e21e98568b change Otp name 2024-12-09 12:00:13 +03:30
8e64e1ca1f improve InternalTransferAsset rpc 2024-12-09 11:56:34 +03:30
8b560247e4
v2: buf format
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-29 00:04:49 +03:30
b7fe72b613
v2: new version added for easier deployment and ci/cd
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-18 12:15:04 +03:30
50024737a4
v2: changed directory
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-18 11:16:19 +03:30