This fixes the issue with `bytes_argument_type` created by `moonworm generate-brownie`. Previously non-empty byte strings were not being handled correctly.
0.1.17
This allows callers to write output to JSONL files.
0.1.16
Suppress info logs from blib2to3 str parser.
0.1.15
added `--version` in the generated code cli
0.1.14
moonworm generate-brownie` now adds to parameters to generated CLI commands which submit transactions: 1. `--max-fee-per-gas` 2. `--max-priority-fee-per-gas`
These parameters are optional, and transactions which specify these parameters are submitted as [EIP1559](https://eips.ethereum.org/EIPS/eip-1559) transactions.
0.1.13
Adds contract verification functionality into interfaces and CLIs generated using `moonworm generate-brownie`.