moonstream-to / moonworm

codegen for crypto degens and other ethereum smart contract toolkit for python
Apache License 2.0
36 stars 7 forks source link

"bytes_argument_type" just returns the string argument #62

Closed zomglings closed 2 years ago

zomglings commented 2 years ago

Changes

Before, it was trying to encode the input as a byte string, which caused problems for nonempty bytes.

How to test these changes?

Related issues