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

Algorand/upgrade #3529

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Algorand/upgrade #3529

wants to merge 10 commits into from

Conversation

scnale
Copy link
Collaborator

@scnale scnale commented Nov 14, 2023

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.

Copy link
Contributor

@kcsongor kcsongor left a 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:

response = client.compile(teal)

response = client.compile(teal)

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

algorand/Dockerfile.build Outdated Show resolved Hide resolved
algorand/Dockerfile.build Outdated Show resolved Hide resolved
algorand/test/test.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants