Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Overloaded Events are not supported by abigen #1135

Closed
mattsse opened this issue Apr 11, 2022 · 0 comments · Fixed by #1233
Closed

Overloaded Events are not supported by abigen #1135

mattsse opened this issue Apr 11, 2022 · 0 comments · Fixed by #1233
Labels
bug Something isn't working

Comments

@mattsse
Copy link
Collaborator

mattsse commented Apr 11, 2022

this will currently result in events with the same name

    event ActionPaused(string action, bool pauseState);

    event ActionPaused(CToken cToken, string action, bool pauseState);

https://github.com/compound-finance/compound-protocol/blob/3affca87636eecd901eb43f81a4813186393905d/contracts/ComptrollerG2.sol#L61-L69

similar to calls, this should just numerate them.

@mattsse mattsse added the bug Something isn't working label Apr 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant