-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for AVM v10 #714
Support for AVM v10 #714
Conversation
This reverts commit 082a006.
@@ -306,6 +306,7 @@ def __init__( | |||
*, | |||
version: int = DEFAULT_PROGRAM_VERSION, | |||
assemble_constants: bool = False, | |||
assembly_type_track: bool = True, |
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.
Also added the option to include #pragma typetrack false
. This was enabled for integration tests briefly due to the assembler type error, but the latest docker image has that fix included, so it's no longer needed.
Still, I though it'd be useful to include this.
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 believe I figured out that the answer to my question about "EllipticCurve" is that it's teh way to name the argument to the various opcodes?
box_splice
andbox_resize
opcodesAssetCreateMinBalance
,AssetOptInMinBalance
, andGenesisHash