-
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 [email protected]
#463
Changes from 6 commits
9b9e96c
513944e
e72c07e
b763a73
563d24b
d8294f9
3c675f3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nucypher/shared", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"keywords": [ | ||
"pre", | ||
"taco", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nucypher/taco", | ||
"version": "0.1.0", | ||
"version": "0.2.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why 0.2.2 and not 0.2.0? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I messed up and published a bad build. I yanked previous versions, but There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah ok 👍 Should the demos ( |
||
"keywords": [ | ||
"taco", | ||
"threshold", | ||
|
@@ -41,7 +41,7 @@ | |
"dependencies": { | ||
"@ethersproject/abstract-signer": "^5.7.0", | ||
"@nucypher/nucypher-core": "*", | ||
"@nucypher/shared": "^0.1.0", | ||
"@nucypher/shared": "^0.2.0", | ||
"ethers": "^5.7.2", | ||
"semver": "^7.5.2", | ||
"zod": "^3.22.4" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Judging by nucypher/nucypher-core#89 there are no concerns about
0.14.1
not being compatible with nodes running0.13.0
, correct? The breaking changes were limited to the wasm bindings, which the nodes don't care about.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.
Yes, these changes are strictly for
nucypher-core-wasm
and there is no impact on Python users.