Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove credential storage contract #328

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- examples/smart-contract-upgrade/contract-version1/Cargo.toml
- examples/smart-contract-upgrade/contract-version2/Cargo.toml
- examples/offchain-transfers/Cargo.toml
- examples/credential-registry-storage-contract/Cargo.toml
- examples/account-signature-checks/Cargo.toml

steps:
Expand Down Expand Up @@ -407,7 +406,6 @@ jobs:
- examples/cis2-multi/Cargo.toml
- examples/cis2-multi-royalties/Cargo.toml
- examples/nametoken/Cargo.toml
- examples/credential-registry-storage-contract/Cargo.toml
- examples/account-signature-checks/Cargo.toml

features:
Expand Down Expand Up @@ -506,7 +504,6 @@ jobs:
- examples/smart-contract-upgrade/contract-version1/Cargo.toml
- examples/smart-contract-upgrade/contract-version2/Cargo.toml
- examples/offchain-transfers/Cargo.toml
- examples/credential-registry-storage-contract/Cargo.toml
- examples/account-signature-checks/Cargo.toml

steps:
Expand Down Expand Up @@ -637,7 +634,6 @@ jobs:
- examples/smart-contract-upgrade/contract-version1/Cargo.toml
- examples/smart-contract-upgrade/contract-version2/Cargo.toml
- examples/offchain-transfers/Cargo.toml
- examples/credential-registry-storage-contract/Cargo.toml
- examples/account-signature-checks/Cargo.toml

steps:
Expand Down
2 changes: 0 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ The list of contracts is as follows
- [credential-registry](./credential-registry/) A contract for storing and managing public data of verifiable credentials.
- [sponsoredTransactions](./cis3-nft-sponsored-txs) A contract implementing the sponsored transaction mechanism (CIS3 standard).
- [smartContractUpgrade](./smart-contract-upgrade) An example of how to upgrade a smart contract. The state is migrated during the upgrade.
- [credentialRegistryStorageContract](./credential-registry-storage-contract) The contract is used for storing credentials for the Web3Id infrastructure.


22 changes: 0 additions & 22 deletions examples/credential-registry-storage-contract/Cargo.toml

This file was deleted.

Loading
Loading