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

Add data sponsoring integration test and fix Data effects #3060

Merged
merged 2 commits into from
Sep 25, 2020

Conversation

2opremio
Copy link
Contributor

@2opremio 2opremio commented Sep 25, 2020

We were not parsing data effects properly (even if they were already being emitted) due to missing Data effect structs. That led us to think we didn't have to add Data Sponsorship effects (for consistency).

This PR adds:

  1. An integration test for Data sponsorships
  2. Effects for Data sponsorships
  3. Data structures (and parsing) of Data effects.

Part of #2939 , followup for #2951

We were not parsing data effects properly (even if they were already
being emitted) due to missing Data effect `struct`s. That lead us to think
we didn't have to add Data Sponsorship effects (for consistency).

This commit adds:
1. An integration test for Data sponsorships
2. Effects for Data sponsorships
3. Data structures (and parsing) of Data effects.
@2opremio 2opremio requested a review from a team September 25, 2020 18:16
@cla-bot cla-bot bot added the cla: yes label Sep 25, 2020
Copy link
Contributor

@abuiles abuiles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@2opremio good catch! Thanks.

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