forked from kommitters/chaincerts-smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement improvements in Vault and VC Issuance contracts (kommitters…
…#156) * Implement vault improvements * Implement vc changes * Refactor code Co-authored-by: Juan Manuel Giraldo <[email protected]> * Fix soroban-sdk version * Adjust multi-contract structure * Adjust CI and CD * Update did_contract submodule * Fix date format --------- Co-authored-by: Miguel Nieto <[email protected]> Co-authored-by: Juan Manuel Giraldo <[email protected]>
- Loading branch information
1 parent
f3512d7
commit 74b5fb4
Showing
22 changed files
with
246 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/target | ||
/Cargo.lock | ||
tarpaulin-report.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule did_contract
updated
13 files
+9 −1 | .github/workflows/cd.yml | |
+19 −4 | .github/workflows/ci.yml | |
+5 −0 | CHANGELOG.md | |
+3 −3 | Cargo.toml | |
+312 −126 | README.md | |
+27 −56 | src/contract.rs | |
+93 −0 | src/did_document.rs | |
+11 −10 | src/did_trait.rs | |
+1 −0 | src/lib.rs | |
+9 −43 | src/storage.rs | |
+86 −30 | src/test/contract.rs | |
+32 −6 | src/test/setup.rs | |
+71 −9 | src/verification_method.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.