-
Notifications
You must be signed in to change notification settings - Fork 0
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
[NayNay] Sign takes a verifying key now #382
Conversation
- updated sign methods to take a verifying key as an argument and use it to overwrite the keyring verifying key if needed
still in draft state, need to add tests |
@mixmix review |
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.
Yeah, tests!
There are a couple documentation things I'd like to see added:
- fix the
SigOps
typedocs while you're there - add to CHANGELOG.md
6ff973c
to
b04831c
Compare
@mixmix / @frankiebee this PR is ready for re-review |
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.
Nit picks otherwise looks good
Co-authored-by: Frankie <[email protected]>
…tropy-js into naynay/sign-verifying-keys
…tropy-js into naynay/sign-verifying-keys
NOTE: if it passes after that .... we have intermittent tests |
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.
great!
## [0.2.2] Bathala - 2024-07-11 (entropy-core compatibility: 0.2.0) ### Added - now exports utils [395](#395) - now exports testing environments from /dev [393](https://github.com/entropyxyz/sdk/pull/393/files) ### Fixed - hot fix for issue #380: try in reverse order for testnet environment - `entropy.signingManager.getTimeStamp` -> `entropy.signingManager.getBlockNumber` signature request no longer takes a time stamp and now takes a block number. [396](#396) ### Changed - constructor now throws if you pass no object - sign now takes a verifying key [382](#382)
Description
GitHub Issue or Linear Task
closes entropyxyz/cli#113
How Has This Been Tested?