-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Organize and consolidate crates (#44)
* Delete empty crates * Bring common back to core * Unify errors/Fix tests * Move DID to submodule * Move VC to identity_core * Move object helpers to Object implementation * Docs * cleanup * remove unused trait * Use traits/Remove Subject DID-wrapper * derive implements traits with bounds and those bounds don't always align with HasId * Fix IdCompare diff stuff * WIP context * More Diff types. Closer to unified Context * Fix crypto/proof crates * Single Context for DID and VC * clippy stawp * Use `derive_builder` crate * Remove vc-specific error * Move resolver and integration to new structure (#45) * add reader and writer traits with iota implementation * fmt * remove DIDExt trait * make method public * Update identity_core/Cargo.toml * Update identity_iota/Cargo.toml * address comments * address more comments * update method signatures * tests * Diff timestamp * Housekeeping * DID resolution with traits * Refactor tangle services - Use identity_core traits * disable examples * make example working again * fmt and clippy * verify auth key did correlation * Option implements Iterator - no need to redefine * cleanup * rustfmt/add convenience * re-export core and update examples * Clean up keys * Builders * Private fields * Fix example * clippy * Fixes/clippy * clippy * Easier metadata * Fix publish examples * Resolution Refactor * Fix identity_iota * Add MemResolver example * Move encoding utils to identity_core * Jwk is an Object/Iota is not a key type * Utilities for key access * Move key-related types to top-level module * Update tests * Flexible metadata * Convert identity_crypto errors * DID Proof * yep * clippy Co-authored-by: Thoralf-M <[email protected]> Co-authored-by: Thoralf-M <[email protected]>
- Loading branch information
1 parent
3c51e42
commit 4d15ad9
Showing
175 changed files
with
4,901 additions
and
3,357 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
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,15 +1,9 @@ | ||
[workspace] | ||
members = [ | ||
"identity_account", | ||
"identity_communication", | ||
"identity_resolver", | ||
"identity_schema", | ||
"identity_common", | ||
"identity_core", | ||
"identity_crypto", | ||
"identity_integration", | ||
"identity_proof", | ||
"identity_vc", | ||
"identity_derive", | ||
"identity_diff", | ||
"identity_derive" | ||
"identity_iota", | ||
"identity_proof", | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.