OpenZeppelin / openzeppelin-test-helpers

Assertion library for Ethereum smart contract testing
https://docs.openzeppelin.com/test-helpers
MIT License
416 stars 132 forks source link

expectEvent.inTransaction NOT WORKING for events with Structs #187

Open ericnordelo opened 2 years ago

ericnordelo commented 2 years ago

Wrong event topic generation with wrong use of tuples specification in solidity ABI encoding.

The event is not recognized because the program is generating the wrong topic for events with Structs.