This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 688
Log contract events #45
Labels
enhancement
priority2 ⚠️
requires-ganache-logging
Add to issues that would require more sophisticated logging infrastructure in Ganache to implement.
Milestone
Comments
Not at the moment, but I think this is an excellent idea. We'll also be adding events to the transactions pages in the ganache-ui. |
Ganache UI 2.0 adds events (even decoded ones!). You can checkout the beta here! |
Can I get access to all events via API so I can integrate my code locally? |
You can do it programatically via web3's allEvents method: https://web3js.readthedocs.io/en/1.0/web3-eth-contract.html#events |
Do we know on the roadmap starting what version of truffle will ganache 2.0 be the standard? |
Reviving this issue as we think this is a fantastic idea, albeit rather difficult to implement on ganache's side. To recap some internal conversations:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
priority2 ⚠️
requires-ganache-logging
Add to issues that would require more sophisticated logging infrastructure in Ganache to implement.
Is it possible to see events in Ganache client logs?
The text was updated successfully, but these errors were encountered: