OpenZeppelin / openzeppelin-test-helpers

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

Problem: decodeLogs doesn't support contracts with multiple events wi… #200

Open vgorin opened 8 months ago

vgorin commented 8 months ago

…th the same name (Multiple ABI entries for event error)

Solution: remove the resitrcition, modify the filtering function so it can handle multiple events with the same name