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

Counting number of emitted events #9

Closed rkalis closed 1 year ago

rkalis commented 6 years ago

Multiple people have expressed that they want to be able to count the number of emitted events and assert that they are above/below/at a certain threshold. If there are people with specific requirements for such functionality, let me know in the comments.

rkalis commented 1 year ago

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