zincwork / contracts

Identity smart contract mesh - developed by Zinc
https://zinc.work
MIT License
55 stars 12 forks source link

Return of the typescript #13

Closed dpp23 closed 6 years ago

geeogi commented 6 years ago

Beautiful. It works from what I can tell!

Atm the typings aren't defined around the tests, e.g. IdentityContract is type any despite the nicely defined interface in generates-contracts-types.d.ts– it would be nice to fill these in when we have time, though not essential for this PR I don't think

dpp23 commented 6 years ago

Actually this is a bug - it was inferring it correctly at some point then I've somehow broken it. WIll have a look

dpp23 commented 6 years ago

@geeogi that was a great spot! Should be fixed now and all types from have been inferred correctly.