Skip to content
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

Merged
merged 4 commits into from
Oct 19, 2023
Merged

Conversation

piotr-roslaniec
Copy link
Contributor

Type of PR:

  • Other

Required reviews:

  • 1

What this does:

High-level idea of the changes introduced in this PR.
List relevant API changes (if any), as well as related PRs and issues.

Issues fixed/closed:

Why it's needed:

Explain how this PR fits in the greater context of the NuCypher Network.
E.g., if this PR address a nucypher/productdev issue, let reviewers know!

Notes for reviewers:

What should reviewers focus on?
Is there a particular commit/function/section of your PR that requires more attention from reviewers?

@codecov-commenter
Copy link

Codecov Report

Merging #336 (47d5346) into main (022aeb8) will not change coverage.
The diff coverage is n/a.

@@           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           

@piotr-roslaniec piotr-roslaniec mentioned this pull request Oct 19, 2023
10 tasks
@piotr-roslaniec piotr-roslaniec marked this pull request as ready for review October 19, 2023 10:22
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.
Copy link
Member

@KPrasch KPrasch Oct 19, 2023

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.

Comment on lines +32 to 33
These examples showcase integration with web applications and an end-to-end flow of creating conditioned encryption, and encrypting & decrypting data.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@piotr-roslaniec piotr-roslaniec merged commit 0e6e3ae into nucypher:main Oct 19, 2023
@piotr-roslaniec piotr-roslaniec deleted the release-chores branch October 19, 2023 13:38
@@ -13,17 +15,18 @@
},
"files": [],
"references": [
// Order matters
Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 - Interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

Fix build errors after new release
4 participants