janezpodhostnik / flow-py-sdk

Unofficial flow blockchain python sdk
MIT License
35 stars 26 forks source link

Update to cadence api v0.3.1 #53

Closed janezpodhostnik closed 1 year ago

janezpodhostnik commented 1 year ago

closes: https://github.com/janezpodhostnik/flow-py-sdk/issues/50

Cadence json API has changed since the py-sdk was written. Some types were not implemented yer, and some types have changed.

Hopefully I caught them all. I added tests for everything and a more complicated test specifically for parsing an storefront event, which is very complex.

Recursive types wont work yet. I still have to figure out that one.