Skip to content

Commit

Permalink
chore: remove ic-certification-package (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev authored Sep 14, 2023
1 parent 5637972 commit 18774bf
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1,782 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"icx-cert",
"ic-identity-hsm",
"ic-utils",
"ic-certification",
"icx",
"ref-tests",
]
Expand All @@ -23,8 +22,8 @@ license = "Apache-2.0"
[workspace.dependencies]
ic-agent = { path = "ic-agent", version = "0.27.0", default-features = false }
ic-utils = { path = "ic-utils", version = "0.27.0" }
ic-certification = { path = "ic-certification", version = "0.27.0" }

ic-certification = "0.27.0"
candid = "0.9.5"
hex = "0.4.3"
ring = "0.16.20"
Expand Down
38 changes: 0 additions & 38 deletions ic-certification/Cargo.toml

This file was deleted.

6 changes: 1 addition & 5 deletions ic-certification/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# IC Certification

## Goal
This library contains typings and utility functions dealing with Certification on the Internet Computer.

## References
See https://internetcomputer.org/docs/current/references/ic-interface-spec/#certification
This library has been moved to https://github.com/dfinity/response-verification.
Loading

0 comments on commit 18774bf

Please sign in to comment.