-
Notifications
You must be signed in to change notification settings - Fork 22
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
Release chores #336
Release chores #336
Conversation
Codecov Report
@@ Coverage Diff @@
## main #336 +/- ##
=======================================
Coverage 87.32% 87.32%
=======================================
Files 33 33
Lines 2462 2462
Branches 206 206
=======================================
Hits 2150 2150
Misses 282 282
Partials 30 30 |
README.md
Outdated
@@ -8,7 +8,7 @@ Full documentation can be found [here](https://docs.threshold.network/app-develo | |||
> | |||
> `nucypher-ts` is under [active development](https://github.com/nucypher/nucypher-ts/pulls): | |||
> | |||
> - SDK does not support policy revocation. | |||
> - SDK does not support access revocation. |
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.
I think we can safely remove this now? It's not a true statement anymore since access can be revoked by way of policy expiration or unsatisfied on-chain condition.
These examples showcase integration with web applications and an end-to-end flow of creating conditioned encryption, and encrypting & decrypting data. | ||
|
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.
✨
@@ -13,17 +15,18 @@ | |||
}, | |||
"files": [], | |||
"references": [ | |||
// Order matters |
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.
@piotr-roslaniec Was this auto-generated? - JSON doesn't allow for comments.
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.
It's not autogenerated. Yes, JSON doesn't allow comments, but tsconfig.json
is not a strict JSON and it allows comments.
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.
👍 - Interesting
Type of PR:
Required reviews:
What this does:
Issues fixed/closed:
@nucypher/taco
#308Why it's needed:
Notes for reviewers: