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

Dont pass transaction in URL in multi signature continuous flow #5387

Merged
merged 6 commits into from
Oct 16, 2023

Conversation

oskarleonard
Copy link
Contributor

@oskarleonard oskarleonard commented Oct 13, 2023

What was the problem?

This PR resolves #5374 #5388

How was it solved?

  • Moving transaction string to url state since its max size is 640k characters compared to url params max size of 2k characters.
  • Since URL is no longer unique between certain switches i also had to add a generateUniqueId in the url.
  • Check for required remaining members to determine if a transaction is complete

How was it tested?

Because of issue #5388 we unfortunately need to test all edge cases again to prevent regression in another state.
So please test the cases from this PR
As well as the issue raised in this issue #5388

…ms state because bigger size is allowed in url state
@oskarleonard oskarleonard self-assigned this Oct 13, 2023
ikem-legend
ikem-legend previously approved these changes Oct 16, 2023
@ManuGowda ManuGowda merged commit 9e2ac13 into release/3.0.0 Oct 16, 2023
6 checks passed
@ManuGowda ManuGowda deleted the 5374-dont-pass-transaction-in-urlparams branch October 16, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants