windranger-io / windranger-solidity-template

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

[Feature] Ordered Event Log verification support #120

Closed CjHare closed 2 years ago

CjHare commented 2 years ago

Feature Description

Add support for ordered expected events against the event log (instead of merely the events from the transaction receipt).

Additional Information

Already implemented in windranger-treasury, it just needs porting over and the appropriate test case to demonstrate usage.

https://github.com/windranger-io/windranger-treasury/blob/f932357a3b0aca158298bf538dcdf24cacb23567/test/framework/verify.ts