Commit Graph

70 Commits

Author SHA1 Message Date
Spencer Ofwiti
506be2eb5b Add private key user info to settings page. 2021-05-18 10:33:38 +03:00
Spencer Ofwiti
27914d4a7d Add reject body interface. 2021-05-17 09:06:07 +03:00
Spencer Ofwiti
ff17d3b02f Refactor auth http requests. 2021-05-15 13:42:46 +03:00
Spencer Ofwiti
b47d0100b6 Update Registry ABI file. 2021-05-13 12:57:36 +03:00
Spencer Ofwiti
1c926baf47 Format files with prettier. 2021-05-10 19:15:25 +03:00
Spencer Ofwiti
9921488a04 Add strong typing to variables and functions. 2021-04-29 20:10:39 +03:00
Spencer Ofwiti
0009148e61 Merge branch 'master' into spencer/accounts-search
# Conflicts:
#	src/app/_eth/registry.ts
#	src/app/_interceptors/error.interceptor.ts
#	src/app/_services/auth.service.ts
2021-04-29 11:21:22 +03:00
fb1c53946b blocking access on 401/403 2021-04-29 05:29:54 +00:00
Spencer Ofwiti
e6de26be2c Add querying of account types, transaction types and genders from meta server. 2021-04-28 20:24:25 +03:00
Spencer Ofwiti
ce26380e84 Refactor to meta url. 2021-04-28 17:31:36 +03:00
Spencer Ofwiti
292b64c1e0 Add querying of location mappings and categories from API endpoint.
- Implement stub in mock backend for testing purposes.
2021-04-28 15:53:25 +03:00
Spencer Ofwiti
9e03990334 Refactor account details page to use address with stripped 0x. 2021-04-28 12:09:51 +03:00
Spencer Ofwiti
88dc73cf1d Add person verification to last step. 2021-04-27 20:22:42 +03:00
Spencer Ofwiti
21444304c6 Refactor outgoing metadata to reflect schema. 2021-04-27 20:16:12 +03:00
Spencer Ofwiti
cb14b9b5dc Add validation for vcard. 2021-04-27 17:10:50 +03:00
Spencer Ofwiti
b3586e460b Add validation for account info coming from and going into the meta service. 2021-04-27 14:20:18 +03:00
Spencer Ofwiti
a2e320d923 Refactor update of data on meta service. 2021-04-25 13:32:23 +03:00
Spencer Ofwiti
affffa8ffe Add search by phone number functionality. 2021-04-24 22:21:15 +03:00
Spencer Ofwiti
1223ccc48e Retire internal registry class. 2021-04-20 11:28:40 +03:00
Spencer Ofwiti
9a87e5af04 Connect account address search to meta service. 2021-04-08 15:16:00 +03:00
Spencer Ofwiti
62655a691a Add search form for name, phonenumber and account address. 2021-04-07 12:24:32 +03:00
Spencer Ofwiti
25fd616ff7 Add user logout. 2021-03-24 19:41:11 +03:00
Spencer Ofwiti
aceccedf5e Bug fix.
- Add handling of errors from getPublicKeys function.
- Check if added private keys are encrypted.
2021-03-21 22:05:00 +03:00
Spencer Ofwiti
8c2b659360 Bug fix.
- Handle error for incorrect passphrase entry.
2021-03-21 19:27:54 +03:00
Spencer Ofwiti
f12e69b5df Move error handler to error interceptor. 2021-03-21 16:11:05 +03:00
Spencer Ofwiti
0ce75b2951 Scrap HttpWrapperService. 2021-03-21 14:02:18 +03:00
8e26628092 private key loading error handling 2021-03-20 19:23:50 -07:00
c2d8290c42 riffin 2021-03-19 09:05:15 -07:00
Spencer Ofwiti
6e4c632283 Merge branch 'master' into spencer/refactor-environments
# Conflicts:
#	src/app/_services/auth.service.ts
2021-03-18 19:31:22 +03:00
Spencer Ofwiti
9ec50e9c1a Switch to async/await schema for all asynchronous function calls. 2021-03-18 12:10:55 +03:00
Spencer Ofwiti
68ff291dd2 Add setting environment variables using commandline arguments. 2021-03-17 16:39:33 +03:00
Spencer Ofwiti
6dc44be4eb Add list of users from public keys. 2021-03-16 20:13:48 +03:00
Spencer Ofwiti
124a6bf295 Refactor environment variables. 2021-03-16 18:32:26 +03:00
Spencer Ofwiti
12f4d328bf Refactor auth module.
- Switch from form to text field for passphrase input.
- Refactor error dialog format.
- Send dialog on incorrect parsing of private key.
- Refactor block sync service to take parameters.
2021-03-16 13:08:18 +03:00
Spencer Ofwiti
d76a0b3196 Add error dialog box.
- Add service for handling creation of error dialog.
- Refactor directory layout.
2021-03-15 14:54:46 +03:00
Spencer Ofwiti
3eaa56e0b9 Add missing imports. 2021-03-15 08:57:47 +03:00
Spencer Ofwiti
bf9295740d Refactor getPublicKeys method. 2021-03-15 08:56:38 +03:00
Spencer Ofwiti
f3c14578da Remove circular dependency. 2021-03-15 08:53:33 +03:00
Spencer Ofwiti
8af6b251b9 Refactor requests to utilize http wrapper service. 2021-03-14 11:19:25 +03:00
Spencer Ofwiti
6621f9fc42 Add custom http methods wrapper.
- Logs response and duration of request.
2021-03-14 11:17:27 +03:00
Spencer Ofwiti
d7dcece7fe Add logging service.
- Implements custom logging functionality.
2021-03-14 11:11:37 +03:00
Spencer Ofwiti
32ab27730b Add fetching of transaction participants from cic-meta.
Add token registry to query tokens.
2021-03-10 12:47:01 +03:00
Spencer Ofwiti
7447bf2499 Add cic registry class for querying resource information on the network. 2021-03-06 09:28:29 +03:00
Spencer Ofwiti
2b99dd8c62 Query transaction participants from meta service. 2021-03-04 18:56:14 +03:00
Spencer Ofwiti
d9990a2760 Add method for sending transfer requests. 2021-03-03 16:43:33 +03:00
Spencer Ofwiti
0d7f4aae13 Add account object interface.
Add new vcard parser.
2021-03-02 10:29:14 +03:00
Spencer Ofwiti
2491dc54a0 Populate accounts list with accounts from the network. 2021-03-01 11:12:49 +03:00
Spencer Ofwiti
fbdfa54d9b Bug fix.
- Refactor HttpGetter function.
- Remove redundant asset files.
- Fix BlockSync dependency issues.
2021-02-25 13:46:24 +03:00
Spencer Ofwiti
857994fe8b Blockchain syncing.
- Implement tracker for new accounts in the accounts index contract.
- Implement tracker for new blocks on Bloxberg network.
2021-02-24 18:09:50 +03:00
Spencer Ofwiti
ef1999dc0d Fetch data from cic meta and patch to user details. 2021-02-23 15:32:02 +03:00