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

feat: add unsigned transaction, unsigned mint, unsigned spend serde #4522

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

jowparks
Copy link
Contributor

@jowparks jowparks commented Jan 9, 2024

Summary

Adds UnsignedTransaction structure boilerplate.

This will be used in Frost multisig, the unsigned transaction will be propagated to the participants for partial signing of mints/spends, which the coordinator will then accumulate into a finalized signature.

Testing Plan

Currently there is no construction of this object, I will add a test when we add the build method on the ProposedTransaction which will generate an UnsignedTransaction.

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes

@jowparks jowparks force-pushed the create-unsigned-transaction branch 6 times, most recently from e14cd12 to 7decc7e Compare January 10, 2024 19:49
@jowparks jowparks force-pushed the create-unsigned-transaction branch from 7decc7e to d58daeb Compare January 10, 2024 21:26
@jowparks jowparks changed the title add unsigned transaction feat: add unsigned transaction Jan 10, 2024
@jowparks jowparks marked this pull request as ready for review January 10, 2024 21:36
@jowparks jowparks requested a review from a team as a code owner January 10, 2024 21:36
@jowparks jowparks changed the title feat: add unsigned transaction feat: add unsigned transaction, unsigned mint, unsigned spend serde Jan 10, 2024
@jowparks jowparks merged commit 0771e8d into staging Jan 10, 2024
15 of 16 checks passed
@jowparks jowparks deleted the create-unsigned-transaction branch January 10, 2024 23:12
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.

2 participants