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

refactor: second signature transaction step adjustments #672

Merged
merged 50 commits into from
Sep 30, 2024

Conversation

shahin-hq
Copy link
Contributor

@shahin-hq shahin-hq commented Sep 26, 2024

Summary

This PR implements all steps of the second signature transaction except success step.

Closes:

Checklist

  • My changes look good in both light AND dark mode
  • The change is not hardcoded to a single network, but has multi-asset in mind
  • I checked my changes for obvious issues, debug statements and commented code
  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

shahin-hq and others added 29 commits September 25, 2024 17:00
…step' into refactor/adjust-musig-tx-review-step
…step' into refactor/adjust-musig-tx-review-step

# Conflicts:
#	src/domains/transaction/components/MultiSignatureRegistrationForm/ReviewStep.tsx
…step' into refactor/adjust-musig-tx-review-step
Copy link

vercel bot commented Sep 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arkvault ✅ Ready (Inspect) Visit Preview Sep 30, 2024 8:33am

useEffect(() => {
register("verification", { required: true });
}, [register]);

useEffect(() => {
Copy link
Contributor Author

@shahin-hq shahin-hq Sep 27, 2024

Choose a reason for hiding this comment

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

This is here to make testing easier, I'll remove this once it is approved

fyi @samharperpittam, open your dev console to see mnemonic in the verification step

@ItsANameToo ItsANameToo merged commit 71bc699 into develop Sep 30, 2024
30 checks passed
@ItsANameToo ItsANameToo deleted the refactor/adjust-second-signature-tx-steps branch September 30, 2024 09:15
@ItsANameToo ItsANameToo added this to the 1.17.0 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants