-
Notifications
You must be signed in to change notification settings - Fork 24
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 perun types && fix: add marshal method for script group #225
base: v2
Are you sure you want to change the base?
Conversation
Signed-off-by: Minh Huy Tran <[email protected]>
Alright. Thanks for the feedback @code-monad, I will add the header for offchain_type.go and since perun_types.go is generated, I will add its corresponding molecule file too. |
- molecule schema of perun and offchain types - headers in offchain_type.go
@code-monad @eval-exec I have added the header and the molecule schemas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, invite @code-monad @quake to review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried to reproduce, the code generation seems to have no issue. and the marshal fn is okay.
But maybe better add at least one necessary test case in order to make it more clear how the data should looks like
What does this PR do?
TransactionScriptWithGroups
(fix)