This repository was archived by the owner on Mar 8, 2024. It is now read-only.
Commit 8e663ff
add verified address interface [2/x] (#621)
* feat: extend account table with identity_key and address table with identity_key_signature
* feat: extend TS types to reflect new DB schemas
* fix: tabs, not spaces
* fix: tabs, not spaces, again
* fix: remove varchar limits for identity_key and identity_key_signature
* feat: add VerifiedAddress type into types directory
* Update src/types/verifiedAddress.ts
Co-authored-by: Hans Bergren <[email protected]>
* Update src/types/verifiedAddress.ts
Co-authored-by: Hans Bergren <[email protected]>
* Update src/types/verifiedAddress.ts
Co-authored-by: Hans Bergren <[email protected]>
* fix: remove field because it is being moved inside protected field
* fix: duplicate field & improved comment
* fix: disable linter for json import
* fix: remove lint disable
Co-authored-by: Hans Bergren <[email protected]>1 parent a1f9fc6 commit 8e663ff
2 files changed
+24
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments