rkalis / truffle-assertions

🛠 Assertions and utilities for testing Ethereum smart contracts with Truffle unit tests
https://kalis.me/check-events-solidity-smart-contract-test-truffle/
MIT License
154 stars 20 forks source link

Is there a way to subscribe to events using this library? #41

Closed aster2709 closed 10 months ago

aster2709 commented 3 years ago

I understand that we can easily retrieve the events emitted in the corresponding tx using this library, but can we subscribe to events? if no, is there a way in truffle tests you can subscribe to events?

rkalis commented 10 months ago

Since Truffle is being sunset, I don't plan to add new features, so I'm closing this issue.