-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MINOR) Rust API enhancements and fixes. (#575)
* Adds Rust creation of manifest definitions. Updates examples to use manifest definitions. * Write json assertions correctly. * Adds sidecar support to Reader.from_file. * Removes optional source from signed_data_hashed_embeddable() Use hash_stream_by_alg() instead. Updates data_hash example to '24 API. * Renames Builder.add_ingredient to add_ingredient_from_stream Adds Builder.add_ingredient, accepting an Ingredient. Exports Relationship to public SDK Adds set_claim_generator to Builder * Keep ManifestDefinition as part of Builder. * Remove from_manifest_definition() (use Builder directly to construct in Rust) * Deprecates several Manifest methods (use Builder instead) Updates integration tests to avoid deprecated methods. Updates to client example.
- Loading branch information
Showing
15 changed files
with
349 additions
and
277 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
Oops, something went wrong.