Closed CjHare closed 2 years ago
event DebtIssue(
address indexed receiver,
address indexed debTokens,
uint256 debtAmount
);
I think this is the only event that has been missed. I will take a closer look at the .sol and get this written up
Were there tests for all the above events? ...or were they in a different test file to the one I was looking in 🤔
They should be there, does this link take you to the test runs? https://github.com/windranger-io/windranger-treasury-subgraph/runs/6583857327?check_suite_focus=true#step:8:37
Gotcha, I must have missed them when browsing through the test code 🙄
Just a problem localised to my peepers 🙄
The follow Bond events are not in the Bond test
(source https://github.com/windranger-io/windranger-treasury/blob/f1aec8b5c837fefbecc7a34bd4af8b31aa23e6fb/contracts/bond/ERC20SingleCollateralBond.sol#L78)
(source: https://github.com/windranger-io/windranger-treasury/blob/f1aec8b5c837fefbecc7a34bd4af8b31aa23e6fb/contracts/bond/TimeLockMultiRewardBond.sol#L29 )
( Source: https://github.com/windranger-io/windranger-treasury/blob/f1aec8b5c837fefbecc7a34bd4af8b31aa23e6fb/contracts/bond/Redeemable.sol#L16 )