ApeWorX / ethpm-types

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

fix: handle empty dict bytecodes [APE-1452] #93

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

The latest merge to main in Ape core failed because of this bug! So we need this patch released and then im going to pin to the next version in core.

How I did it

handle empty dicts

How to verify it

core tests pass again

Checklist