-
Notifications
You must be signed in to change notification settings - Fork 43
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
Feature: Add support loadLogic for *.teal program and SCParam #795
Conversation
@sczembor @thdailong Please review the PR. |
packages/runtime/test/fixtures/escrow-account/assets/crowdFundApproval.teal
Show resolved
Hide resolved
Could you provide some description about the task you are doing. I am a bit confused about you are gonna do |
Check description. |
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.
I recommend you to put those 2 it
into a describe under describe ("Logic Signature"
, that describe can be like Load logic for teal program
Co-authored-by: thdailong <[email protected]>
Done @thdailong |
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 I let misunderstand my idea. I would like to have the describe("Load logic for teal program")
in the describe("Logic Signature")
Cause your crow funding app use logic signature
Done @thdailong |
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.
Pre approving!
Now this one looks good to me but you also check my comment one more time
Currently, only teal in python can be compiled with smart contract params but was not possible to compile teal with smart contract params. I have now added support for this to compile teal file along with smart contract params.
This resolves: #662