liquity / bold

Liquity v2 monorepo containing the contracts, subgraph and frontend.
https://www.liquity.org/liquity-v2
46 stars 18 forks source link

fix: add `indexed` to `CollSent` event param `_to` #599

Closed danielattilasimon closed 23 hours ago

danielattilasimon commented 1 week ago

Fixes #598.

Alternatively, we could remove the event altogether (as we did for StabilityPool) as the ERC20 Transfer event includes all the information. What do you think @bingen?

ColinPlatt commented 1 day ago

LGTM, LFG?