Skip to content
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

Fix event subscriptions in tests #32

Merged
merged 4 commits into from
Aug 22, 2023
Merged

Conversation

WookashWackomy
Copy link
Collaborator

Due to an update event subscriptions stopped working.
We've borrowed some of the implementation from typechain and had to address the disruption in event testing with these changes.

Note:
Initial reason behind the changes was that if during a transaction contract A calls another contract B then the results.events does not contain events emitted from that contract B.
Related PR/issue:
use-ink/ink#1243
use-ink/ink#1000

@Nradko Nradko merged commit 9465f56 into master Aug 22, 2023
@Nradko Nradko deleted the fix_event_subscriptions_v2 branch August 22, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants