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

"moonworm generate-brownie" does not process "--value" correctly #90

Open zomglings opened 2 years ago

zomglings commented 2 years ago

The generated get_transaction_config function has no rule for args.value: https://github.com/bugout-dev/moonworm/blob/main/moonworm/generators/brownie.py#L235

Although the generated argument parser does have a place for it: https://github.com/bugout-dev/moonworm/blob/main/moonworm/generators/brownie.py#L664