-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add events property to ContractFactory.deploy #1334
Comments
+1 I was looking to get the values of an event from a transaction receipt. I couldn't find the answer in the docs and Google led me here #487. After inspecting the receipt I was glad to find it's simply and conveniently there :)
|
This is not part of the There are some docs here. It may be a good idea to link to the Contract API from the Provider API though. I should also add the events to the |
Fixed in 5.5.0. Try it out and let me know if there are any problems; if so re-open this please. Thanks! :) |
Fixed in 5.5.0. Try it out and let me know if there are any problems; if so re-open this please. Thanks! :) |
In testing I have been using the
events
property found on the TransactionReceipt. However, I just noticed that it is not documented:The reason this came up is the
deployTransaction
does not appear to have this same property:Is
events
something we can depend on for tests or is this something that will potentially break in future versions?The text was updated successfully, but these errors were encountered: