Skip to content
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

signer v2 #10

Merged
merged 4 commits into from Oct 6, 2021
Merged

signer v2 #10

merged 4 commits into from Oct 6, 2021

Conversation

Kevingislason
Copy link
Contributor

@Kevingislason Kevingislason commented Sep 28, 2021

Some important supplemental updates to the MVP version of signer:

-Display transaction info when confirming transactions
-Allow for mnemonic recovery
-Improve UI feedback
-Simplified and modestly improved UI styling
-Improve error handling in Rust code

todo: change manta-api branch to manta after merging signer_batching_auxiliary

frontend/src/views/AuthorizeTransaction.vue Outdated Show resolved Hide resolved
frontend/src/views/CreateNewAccount.vue Show resolved Hide resolved
lib/zkp/Cargo.toml Outdated Show resolved Hide resolved
import "unsafe"


type TransactioBatchSummary struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comments here? For example, what are the valid transactionType? what is a denomination.
Does these types have to be string because of FFI?

@stechu
Copy link
Contributor

stechu commented Oct 5, 2021

@Kevingislason feel free to merge it if you think it is ready to go!

@Kevingislason
Copy link
Contributor Author

Kevingislason commented Oct 6, 2021

@Kevingislason feel free to merge it if you think it is ready to go!

Rust code is not building anymore due to changes to manta-api and manta-crypto, not sure what is up

Edit: just kidding, needed to cargo update

@bhgomes
Copy link
Contributor

bhgomes commented Oct 6, 2021

@Kevingislason There were some feature changes that I also pinged you on in another PR, related to keygen but if you're using the signer feature then there shouldn't be any interface changes.

@Kevingislason Kevingislason merged commit fc3da72 into master Oct 6, 2021
@bhgomes bhgomes deleted the signer_v2 branch December 8, 2021 22:52
@bhgomes bhgomes added the L-changed Changelog: add these changes to the `changed` section of the changelog label Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L-changed Changelog: add these changes to the `changed` section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants