-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
I didn't add tests for this, because testing events with ganache is very unreliable (sometimes they work, sometimes they don't). If someone knows how to do it properly, please let me know. |
Pull Request Test Coverage Report for Build 409
💛 - Coveralls |
My suggestions:
|
|
@phahulin I updated the event for address confirmation. I didn't have to add a new method, since I had the index of the physical address for that wallet. It bothers me that the
Also, do you think we should add |
@fvictorio there are conflicts. |
Fixed. I had to inline the first argument to I guess in one case it was caused by having too many local variables and in the other by having too much nesting, but I'm not really sure. If someone knows better, please let me know. |
|
Oh, that's what you were saying in your previous comment? Sorry, I got it completely backwards. I think that should work. After all, with the event and the contract you should be able to get all the relevant information. |
@phahulin I just added those changes. Regarding the |
Part of the audit findings Closes #125.
Add events to PoPA contract.