vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.81k stars 788 forks source link

fix[tool]: star option in `outputSelection` #4094

Closed charles-cooper closed 4 weeks ago

charles-cooper commented 1 month ago

What I did

How I did it

How to verify it

Commit message

vyper will accept either `"*"` or `["*"]` for `outputSelection`, but
some verifiers expect it to always be a list. make `solc_json` output
choose the common formatting.

Description for the changelog

Cute Animal Picture

![Put a link to a cute animal picture inside the parenthesis-->]()

pcaversaccio commented 1 month ago

Can we quickly confirm with Etherscan and Routescan as well?

fubuloubu commented 4 weeks ago

Can we quickly confirm with Etherscan and Routescan as well?

Any point to doing this?

charles-cooper commented 4 weeks ago

Can we quickly confirm with Etherscan and Routescan as well?

Any point to doing this?

reached out to them, they are working on vyper 0.4.0 support (but i don't think there's any point waiting for them, unknown when they can be ready)