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

[EPIC] v0.6.x #592

Open
wants to merge 68 commits into
base: main
Choose a base branch
from
Open

[EPIC] v0.6.x #592

wants to merge 68 commits into from

Conversation

derekpierre
Copy link
Member

@derekpierre derekpierre commented Oct 4, 2024

Type of PR:

  • Bugfix
  • Feature
  • Documentation
  • Other

Required reviews:

  • 1
  • 2
  • 3

What this does
Candidate for next release of @nucypher/tsco.

  • Off-chain condition
  • SequentialCondition
  • Commonize schema
  • IfThenElseCondition

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?

Copy link

netlify bot commented Oct 4, 2024

Deploy Preview for taco-demo canceled.

Name Link
🔨 Latest commit c1a7617
🔍 Latest deploy log https://app.netlify.com/sites/taco-demo/deploys/672c911a8e3f0f000805a044

Copy link

netlify bot commented Oct 4, 2024

Deploy Preview for taco-nft-demo canceled.

Name Link
🔨 Latest commit c1a7617
🔍 Latest deploy log https://app.netlify.com/sites/taco-nft-demo/deploys/672c911a31c9a400073c5911

@derekpierre derekpierre force-pushed the epic-v0.6.x branch 2 times, most recently from bfef228 to 2a51cac Compare October 10, 2024 17:41
theref and others added 26 commits October 15, 2024 15:34
Update `JsonApiConditionSchema` to match lingo
… This is not directly exported, but is used internally by other conditions.

Update compound condition to use common condition schema.
JSON path will always be able to be parsed.
It only becomes invalid when combined with JSON, and this will only be
known at decryption time.
…s; It would be nice to have something common like this but I'm not sure how to do that currently.

Explicitly define union of all conditions in compound and sequential modules.
derekpierre and others added 29 commits October 15, 2024 15:35
…` (nodes) are also valid in `taco-web` (client library).
* Allow any type of context variable for the eth address parameter
* The non-empty array is not an acceptable schema for parameters. What we want is a one-element tuple
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
…tion.

The value for an authorization token must be a context variable.
There is a difference between checking that an entire string is a context variable, and checking whether a context variable is a substring within a string - make that difference clearer with respect to regexp constants.
* would match 0 - infinity

Co-authored-by: KPrasch <kieranprasch@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants