-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add the compact module to add non-rust compatiblity #93
Conversation
Use the same exact rng provide when generating output notes
Add support for mnemonic
Fix clippy warnings
Use old note picking technique Pass openings with corresponding note positions
Add has_key to stakeinfo response
Send tx hash with prove Tx
Add support for calculating tx history
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.
We fixed the error on decompose
, the wallet-core
would need a bigger refactoring that is not manageable at the moment given our timeline. So let's land this PR as is, and focus on the wallet-js
library for the time being; we'll go back to wallet-core
once we have the time capacity to do so.
This is the only module that contains utility functions which are all you need to work with our dusk crypto primitives and serialization from any non-rust/rust platform