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

[gh-2589] add signatories as file suffix. #2641

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Conversation

feliciss
Copy link
Collaborator

Summary

Add signatories to each file suffix.
psrt with multiple signatories, others with one signatory.

Copy link

vercel bot commented Sep 16, 2024

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

Name Status Preview Comments Updated (UTC)
rooch-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 17, 2024 11:12am
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 17, 2024 11:12am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Sep 17, 2024 11:12am

match self {
FileOutputData::RoochTransactionData(_) => 1,
FileOutputData::SignedRoochTransaction(_) => 1,
FileOutputData::PartiallySignedRoochTransaction(data) => data.signators(),
Copy link
Contributor

Choose a reason for hiding this comment

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

Only put the count suffix to psrt? The count of rtd and srt means less.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Only put the count suffix to psrt? The count of rtd and srt means less.

The description of the issue only mentioned the psrt file.

Okay. I'll also put suffix to others.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've fixed it now.

@jolestar jolestar merged commit 67a5e35 into rooch-network:main Sep 17, 2024
10 checks passed
@feliciss feliciss deleted the #2589 branch September 17, 2024 16:25
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.

[CLI] Add a suffix to multisign psrt file
2 participants