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: optimise solo signer in regards to multisig functionality #163

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

Rqnsom
Copy link
Member

@Rqnsom Rqnsom commented Mar 26, 2024

  • Optimization included.
  • Included new tests.
  • Fixed one tiny bug that allowed users to fill out the multisig storage when the wrong user tried to sign the single signer script.

@Rqnsom Rqnsom requested a review from neutrinoks March 26, 2024 11:52
@Rqnsom Rqnsom self-assigned this Mar 26, 2024
pallet/src/balance.rs Show resolved Hide resolved
pallet/src/lib.rs Outdated Show resolved Hide resolved
pallet/src/lib.rs Outdated Show resolved Hide resolved
pallet/src/lib.rs Show resolved Hide resolved
pallet/src/lib.rs Show resolved Hide resolved
pallet/src/lib.rs Outdated Show resolved Hide resolved
pallet/src/signer.rs Show resolved Hide resolved
pallet/src/signer.rs Show resolved Hide resolved
@Rqnsom Rqnsom force-pushed the m3/refactor/solo-signers branch from 3c94415 to a0668c4 Compare March 26, 2024 14:34
- Optimization included.
  - Block calculation updated. (for cleaning up the multisig storage)
- Included new tests.
- Updated existing tests with additional checks.
- Fixed one tiny bug that allowed users to fill out the multisig storage
  when the wrong user tried to sign the single signer script.
@Rqnsom Rqnsom force-pushed the m3/refactor/solo-signers branch from a0668c4 to fb7fdf3 Compare March 26, 2024 14:46
Copy link
Contributor

@neutrinoks neutrinoks left a comment

Choose a reason for hiding this comment

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

LGTM 👍 🚀

@Rqnsom Rqnsom merged commit 4687255 into main Mar 26, 2024
1 check passed
@Rqnsom Rqnsom deleted the m3/refactor/solo-signers branch March 26, 2024 15:21
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.

2 participants