-
Notifications
You must be signed in to change notification settings - Fork 72
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
[V3] Upgrade ACC-based encryption + JWT signing #145
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
52e5e2c
Integrate new BLS WASM
hwrdtm c48f68e
Update crypto wrappers around BLS WASM
hwrdtm 1ce2602
Add return types to utility functions
hwrdtm 8134bf8
Use generics in IEither
hwrdtm c51cf9a
Use generics in IEither
hwrdtm a4f6b2b
Refactor param validation, add coverage, use IEither to return error …
hwrdtm d9d782f
Fix map
hwrdtm f2212fc
Fix crypto package logic + tests
hwrdtm 4fe63af
Update encryption helpers and integrate new BLS encryption to lit-nod…
hwrdtm dde3868
Remove jalapeno support and make serrano the default
hwrdtm 3df13fb
Build fixes + bug fixes
hwrdtm 17b1558
Make demo app use TS
hwrdtm 7dc7d04
Use better names, fixes
hwrdtm a9bd44d
Fix bug, make errors more verbose
hwrdtm c67df58
Update encryption logic in demo app
hwrdtm cda0f1d
Couple of important bug fixes + tidy up
hwrdtm 802851e
Demo using human-readable strings
hwrdtm 3e5b46a
Update comments and JSDocs
hwrdtm 4d751ad
Fix bugs, update all e2e & manual tests, simplify encryptString to ju…
hwrdtm 4bb0a14
Update bls-sdk,crypto with verify_signature, implement demo-locked-ex…
hwrdtm ae35bcd
Add getSignedToken + verification to e2e tests
hwrdtm ff937b5
Update manual_tests for signed JWT tests
hwrdtm 85f7671
Cleanup
hwrdtm 60b621b
Fix types
hwrdtm af3f59b
Use cayenne as default
hwrdtm 9ad5af3
Update to cayenne contracts
hwrdtm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
TODO: need to update version once published.