-
Notifications
You must be signed in to change notification settings - Fork 690
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
Algorand/upgrade #3529
base: main
Are you sure you want to change the base?
Algorand/upgrade #3529
Conversation
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.
The are other places where client.compile
is used directly:
Line 283 in 22bf5f6
response = client.compile(teal) |
wormhole/algorand/test_contract.py
Line 40 in 22bf5f6
response = client.compile(teal) |
wormhole/algorand/token_bridge.py
Line 61 in 22bf5f6
response = client.compile(teal) |
at a quick glance it looks like the token bridge and wormhole core fullyCompileContract
functions are identical, so maybe we could just unify them in a separate utility module
a045a0f
to
e629bff
Compare
Creates a common module to locally compile TEAL programs
e629bff
to
e0f7ff3
Compare
e0f7ff3
to
ce876cc
Compare
This PR installs
goal
into the build docker image and uses it to compile the contracts instead of building against a public third party node.