windranger-io / windranger-solidity-template

Project template for Solidity smart contract with TypeScript tests
Apache License 2.0
10 stars 9 forks source link

Improved event handling #150

Closed cyraxred closed 2 years ago

cyraxred commented 2 years ago

closes https://github.com/windranger-io/windranger-solidity-template/issues/121

CjHare commented 2 years ago

Unfortunately I've learnt the hard way that the TypeChain team do not follow Semantic Versioning, as previously minor version updates have changed interfaces and inheritance chains.

question: what are additional binding risks (from TypeChain changes) that this approach would bring?

CjHare commented 2 years ago

FYI - converted this PR to draft, just to prevent any merge happy members from approving & merging before the discussion/review is given it's full course 😉