-
Notifications
You must be signed in to change notification settings - Fork 20
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
[test] Add support for retrieving stdlib
events
#138
[test] Add support for retrieving stdlib
events
#138
Conversation
@SupunS I have added a simplified version to check the case which you described in #113 (comment). Even though we do create a new |
Oh, that looks like a bug in the original implementation. |
In fact, the backend instance is created once in the |
That is certainly an alternative solution. But then again, if the We can open the issue just by mentioning the current problem (i.e: |
…instead of ReloadBlockchain Also add some tests to verify its correctness.
80c39ef
to
8647d13
Compare
I have complemented the test suite with some tests for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
stdlib
eventsstdlib
events
Description
stdlib
events that have typeflow.*
Test
contract in helper filesEmulatorBackend.Reset()
function to useBlockchain.RollbackToBlockHeight()
instead ofBlockchain.ReloadBlockchain()
CoverageReport
metrics to include only contractsSuch events, can even be printed to the console:
master
branchFiles changed
in the Github PR explorer