Skip to content

Commit

Permalink
refactor candid ui to skip certification
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 27, 2024
1 parent 829343f commit 77747fa
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 129 deletions.
80 changes: 39 additions & 41 deletions tools/ui/Cargo.lock

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

6 changes: 1 addition & 5 deletions tools/ui/src/didjs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ path = "lib.rs"
crate-type = ["cdylib"]

[dependencies]
base64 = "0.22.1"
candid = "0.10"
candid_parser = "0.1"
ic-cdk = "0.16"
ic-certification = { git = "https://github.com/dfinity/response-verification", rev = "da70db93832f88ecc556ae082612aedec47d3816" }
ic-http-certification = { git = "https://github.com/dfinity/response-verification", rev = "da70db93832f88ecc556ae082612aedec47d3816" }
ic-representation-independent-hash = { git = "https://github.com/dfinity/response-verification", rev = "da70db93832f88ecc556ae082612aedec47d3816" }
ic-http-certification = { git = "https://github.com/dfinity/response-verification", rev = "35dd2bd316682cbd3d33720af7e1dd14ffc47b50" }
serde = "1.0"
serde_bytes = "0.11"
serde_cbor = "0.11.2"
Loading

0 comments on commit 77747fa

Please sign in to comment.