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

add blueprint bytecode output #3001

Merged
merged 3 commits into from
Jul 29, 2022

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Jul 28, 2022

What I did

add output format which deploys blueprint contracts

How I did it

futz around with codecopy

How to verify it

try vyper -f blueprint_bytecode <foo.vy>

Commit message

Description for the changelog

Cute Animal Picture

image

@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2022

Codecov Report

Merging #3001 (cfdeee3) into master (f31f0ec) will decrease coverage by 0.21%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3001      +/-   ##
==========================================
- Coverage   88.29%   88.07%   -0.22%     
==========================================
  Files          97       97              
  Lines       10919    10928       +9     
  Branches     2583     2583              
==========================================
- Hits         9641     9625      -16     
- Misses        830      856      +26     
+ Partials      448      447       -1     
Impacted Files Coverage Δ
vyper/cli/vyper_compile.py 68.14% <ø> (ø)
vyper/compiler/__init__.py 88.09% <ø> (ø)
vyper/compiler/output.py 89.00% <100.00%> (+0.11%) ⬆️
vyper/compiler/phases.py 90.99% <100.00%> (+0.60%) ⬆️
vyper/codegen/arithmetic.py 74.68% <0.00%> (-10.13%) ⬇️
vyper/builtin_functions/functions.py 89.64% <0.00%> (-0.76%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@charles-cooper charles-cooper added this to the v0.3.5 milestone Jul 28, 2022
@charles-cooper charles-cooper merged commit f157964 into vyperlang:master Jul 29, 2022
@charles-cooper charles-cooper deleted the feat/blueprint_output branch July 29, 2022 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants