-
Notifications
You must be signed in to change notification settings - Fork 43
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
Simplify nodejs client and wallet #1119
Conversation
…r/iota-sdk into chore/bindings-cleanup
* unify error handling and responses * wasm * its something * secret manager alignment * error on callback fix * listen error in wasm, madelisten async again
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.
Conflicts
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.
Changes are breaking. Can't merge at 1.1
If you just mean the Error("") vs "", i can change that and add a todo? Sync methods can also be awaited, so user code doesnt change |
@kwek20 @DaughterOfMars any update on this? |
I don't know if that statement is true but even if it is I don't really like the changes that were made |
The statement is true :) lets merge. at the very least its cleaner than current code. can always opt not to close the issue. |
What's the status of this PR btw? |
Waiting for @kwek20 to rebase it on 2.0 |
closed in favour of the 2.0 PR |
Description of change
This PR cleans up the client and wallet nodejs rust bindings.
Links to any relevant issues
Closes #699
Replaces #1056