ApeWorX / ethpm-types

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

fix: bug where could not set `references` Source model #111

Closed antazoey closed 8 months ago

antazoey commented 8 months ago

What I did

Critical bugfix... causing compilation problems in Ape. Basically, we were ignoring all non-content props in the Source model.

How I did it

stop ignoring and start using.

How to verify it

you can now set references on Source (see test)

Checklist