-
Notifications
You must be signed in to change notification settings - Fork 72
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
Feature/lit 3536 cleanup shiva changes #521
Conversation
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.
Nice & better error handling!
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.
Need to fix CI build issue:
/opt/hostedtoolcache/node/20.15.0/x64/bin/node: .env: not found
After re running e2e tests on other branches which previously passed it looks like our contract wrties are under what the current chain price is: https://github.com/LIT-Protocol/js-sdk/actions/runs/9751194755/job/27055335469?pr=516 So i do not think this pr is cause of failure. |
Co-authored-by: Anson <[email protected]> Signed-off-by: Bean <[email protected]>
16b2877
to
06d03c2
Compare
@Ansonhkg @MaximusHaximus |
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.
👍 Nice work, this is looking good. Just a few things I noticed added in-line
Co-authored-by: Daryl Collins <[email protected]> Signed-off-by: Anson <[email protected]>
…b.com:LIT-Protocol/js-sdk into feature/lit-3536-cleanup-shiva-changes
d7d3fb8
to
2187722
Compare
Co-authored-by: Anson <[email protected]> Signed-off-by: Bean <[email protected]>
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.
Almost thrre I think -- I added a few things in in-line; several are just the same comment/question in different functions.
…IT-Protocol/js-sdk into feature/lit-3536-cleanup-shiva-changes
@MaximusHaximus |
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 this is good to go!
…lit-3536-cleanup-shiva-changes
Description
Addresses comments from PR: #515 around Shiva Client changes.
throws
over usingPromise.reject
ShivaError
as a convince method for transforming error results into anError
object typedotenv
for nx dotenv loaderType of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: