ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

fix: issue with $ and _ in bytecode #37

Closed antazoey closed 2 years ago

antazoey commented 2 years ago

What I did

fixes: #36

How I did it

created class HexBin that allows these characters.

How to verify it

can compile yearn-vaults with the help of other PRs

Checklist