-
Notifications
You must be signed in to change notification settings - Fork 25
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]>
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.
Is this file generated?
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.
This file was supposed to be generated.
Also do keep the generator header when committing generated codes
It should contains something like:
// Generated by Molecule 0.7.3
// Generated by Moleculec-Go 0.1.10
in the head of the generated file in order to reproduce the source. also the original xxx.mol
file should also be contained @ravi0131
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.
Sorry for the late reply. As @code-monad mentioned, it is generated.
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.
This file was supposed to be generated.
Also do keep the generator header when committing generated codes
It should contains something like:
// Generated by Molecule 0.7.3
// Generated by Moleculec-Go 0.1.10
in the head of the generated file in order to reproduce the source. also the original xxx.mol
file should also be contained @ravi0131
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.
What does this PR do?
TransactionScriptWithGroups
(fix)