Skip to content

Commit

Permalink
Merge branch 'master' into chore/build-binaries-pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 6, 2023
2 parents ab6dd78 + 1ed4457 commit 38da013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Generate Binary
run: >-
pip install --no-binary pycryptodome . &&
pip install --no-binary pycryptodome --no-binary cbor2 . &&
pip install pyinstaller &&
make freeze
Expand Down
1 change: 1 addition & 0 deletions vyper/cli/vyper_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
opcodes_runtime - List of runtime opcodes as a string
ir - Intermediate representation in list format
ir_json - Intermediate representation in JSON format
ir_runtime - Intermediate representation of runtime bytecode in list format
asm - Output the EVM assembly of the deployable bytecode
hex-ir - Output IR and assembly constants in hex instead of decimal
"""
Expand Down

0 comments on commit 38da013

Please sign in to comment.