reserve-protocol/rsd

Fuzz tests no longer check invariants in new echidna version

Closed this issue · 1 comments

Looks like newer echidna version correctly sets msg.sender. This violates the assumptions that all fuzz tests inheriting from WrappedReserveDollar are making, i.e. that msg.sender is not changed in nested contract calls.

These tests will need to rewritten to use the correct solidity msg.sender being set for each call

Fixed by 32f3ea3