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 `v0.3.0`, tuple parsing, dependencies fix #86

Closed Yhtiyar closed 2 years ago

Yhtiyar commented 2 years ago

Changes

  1. Fixed dependency issues. To install moonsteamdb you will need to run pip install -e moonworm[moonstream]
  2. Fixed structs (tuple) parsing. Now cli accepts tuples as structs
  3. Added block-number, value to blocklist of function args.

How to test these changes?

Related issues

closes #84 , #82