Skip to content

Commit

Permalink
feat: implement the functions about identity
Browse files Browse the repository at this point in the history
  • Loading branch information
XuNeal committed Oct 12, 2023
1 parent 241d858 commit 904d2c6
Show file tree
Hide file tree
Showing 18 changed files with 881 additions and 262 deletions.
8 changes: 6 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ members=[
"token-core/tcx-tezos",
"token-core/tcx-tester",
"token-core/tcx-eth2",
"token-core/tcx-identity",
"token-core/tcx-eth",
"token-core/zksync-crypto",
"token-core/tcx-common",
Expand Down
8 changes: 7 additions & 1 deletion token-core/tcx-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ edition = "2021"
tcx-crypto = { path = "../tcx-crypto" }
tcx-primitive = { path = "../tcx-primitive" }
tcx-constants = { path = "../tcx-constants" }
tcx-identity = { path = "../tcx-identity" }
tcx-common = {path = "../tcx-common"}
# tcx-identity = { path = "../tcx-identity" }

bitcoin = "0.29.2"
byteorder = "1.4.3"
Expand All @@ -22,6 +23,11 @@ failure = "0.1.8"
regex = "1.7.0"
hex = "0.4.3"

sha2 = "0.10.6"
hmac-sha256 = "1.1.6"
multihash = "0.18.1"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
prost = "0.11.2"
bytes = "1.3.0"

Expand Down
Loading

0 comments on commit 904d2c6

Please sign in to comment.