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

Remove failed data feeds in Orakl Network Fetcher before inserting to the Orakl Network API #462

Merged

Conversation

martinkersner
Copy link
Member

@martinkersner martinkersner commented Mar 29, 2023

Description

Previously, when data collection failed for any resource, value of that data feed was set undefined. After submitting data with undefined value(s) to the Orakl Network API, the undefined value was rejected to be inserted and caused an error for all values that were supposed to be submitted at that time as a part of multi record insert transaction.

Additionally, this PR defines several types for safes object property access.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist before requesting a review

  • I have performed a self-review of my code.

Deployment

  • Should publish Docker image

@martinkersner martinkersner self-assigned this Mar 29, 2023
@martinkersner martinkersner linked an issue Mar 29, 2023 that may be closed by this pull request
@martinkersner martinkersner marked this pull request as ready for review March 30, 2023 06:23
@martinkersner martinkersner changed the title Check on data insertion through the Orakl Network Fetcher Remove failed data feeds in Orakl Network Fetcher before inserting to the Orakl Network API Mar 30, 2023
@martinkersner martinkersner merged commit 402b40d into master Mar 31, 2023
@martinkersner martinkersner deleted the i-452/feat/check-on-inserting-data-through-fetcher branch March 31, 2023 08:59
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.

Check on inserting data through Fetcher with missing value
1 participant