f-o-a-m / purescript-web3

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

Regenerate contracts #163

Closed martyall closed 1 year ago

martyall commented 1 year ago

NOTE: Depends on https://github.com/f-o-a-m/purescript-web3-generator/pull/79, don't merge until that is in and we can use a stable ref

It turns out we weren't regenerating the purs contract modules when we made major changes to the generator, allowing some bugs to get through. This PR

Long story short, the way we test and set up dependencies / generator tools for the tests is a total nightmare. I think we need to rethink things, maybe create a separate repo for these tests that uses git submodules to bring things in rather than dhall refs. In any case, this gets us back in working order to hopefully finish the 0.15 bump.