-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update examples and run during e2e build #479
Conversation
Signed-off-by: Andrew Richardson <[email protected]>
9438295
to
068abac
Compare
Signed-off-by: Andrew Richardson <[email protected]>
068abac
to
cc6d99f
Compare
Signed-off-by: Andrew Richardson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. As I've noticed we have an issue with the existing E2E for Bonds failing in main
- I'm going to pull this into my branch for #472 to get better validation there too.
I'll work to get the build there green, and this can merge through that.
Signed-off-by: Andrew Richardson <[email protected]>
f9c8f14
to
26d5e30
Compare
Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 - updates look good, and I've pulled them into #472
Add a
PaladinVerifier
type to the SDK for storing and resolving Paladin identities.Update the examples to use this new type, and run all of the examples as part of
gradle e2e
(to help ensure the examples stay functional).