f-o-a-m / purescript-web3

a purescript library for the web3 api
Apache License 2.0
127 stars 24 forks source link

fix dynamically sized things #160

Closed martyall closed 1 year ago

martyall commented 1 year ago

The way we dealt with tuples or fixed length vectors that contained dynamically sized elements was totally wrong. I more or less copy/pasta-ed hs-web3's logic to get this to work. Existing tests pass as well as another project I'm working on