| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This commit solves an error[E0061] when building against latest versions of the didkit and ssi libraries
|
Thanks for the PR. Just to confirm, we are talking about this context file https://github.com/spruceid/ssi/blob/main/contexts/jff-vc-edu-plugfest-2-context.json ? Yes, I'll need to publish new versions of ssi and didkit -- is it ok if it is done next week? |
Sorry, something went wrong.
Yes, this context is required for our use case.
Sure, this will be great, thank you! |
Sorry, something went wrong.
Also remove Linux architectures without ring support Close #8
| Back | FazBrowse Home | New Git URL |
This PR adds support for ContextLoader feature which introduced in: spruceid/ssi#432 and spruceid/didkit#298.
We, at openedx.org, want to use didkit-python to issue OpenBadgesV3 with StatusList2021 support. Although this kind of functionality was already added to ssi, changes in this PR must be applied to fix an error[E0061] when building against the latest versions of didkit and ssi.
This PR was tested locally by building didkit-python using main branch for didkit and ssi.
Do I understand correctly, to release a new didkit-python version with these changes, it's necessary to republish didkit on crates.io, and then update the version and the list of features in Cargo.toml, as currently enabled features were already removed from didkit?