-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: use minio for python sdk doctest #281
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
vercel
bot
temporarily deployed
to
Preview – fortune-reputation-oracle-mumbai
March 5, 2023 22:18
Inactive
eugenvoronov
approved these changes
Mar 6, 2023
leric7
added a commit
that referenced
this pull request
Mar 6, 2023
eugenvoronov
added a commit
that referenced
this pull request
May 22, 2023
* Added Exchange Oracle basic template * Added basic templates for all services with migrations and typeorm entities * Change the provider of the fiat section * Clean logs * use minio for python sdk doctest (#281) * fix duplicated dependency * Added oracles, added new packages, updated orm config * Job launcher/fiat payments (#333) * Added payment service logic. Added job services base template * Finalized payment module implementation. Added fortune and cvat job types * Fixed payment module dto. Fixed jwt public guard * Updated required node version to 18.x * Job launcher/job types (#336) * Added logic to process both types of job, Fortune and CVAT * Implemented support for both types of jobs Fortune and CVAT * Updated job migrations. Updated dto types. Tested job creation logic * Job launcher/job types (#337) * Added logic to process both types of job, Fortune and CVAT * Implemented support for both types of jobs Fortune and CVAT * Updated job migrations. Updated dto types. Tested job creation logic * Added untracked files * Implemented encryption module (#339) * Change enums to specific folder and add currency service * Job launcher/encrypt manifest (#341) * Updated storage service. Updated create job and manifest encryption logic * Updated readme * Removed .github and assets folder * Job launcher/encrypt manifest (#341) * Updated storage service. Updated create job and manifest encryption logic * Updated readme * Removed .github and assets folder * Delete contracts folder and create currency controller * Change function name * Add docker compose with minio and postgres services * Update fortune v2 project name * Added webhook incomming logic processing (#355) * Added webhook incomming logic processing. Updated payment scheme * Added pending incoming webhook processing with cron * Added user balance logic (#357) * Recording oracle/webhook (#358) * Added basic notification service for oracle * Fixed typos * Added base webhook module (#359) * Added oracle client (#360) * Refactored job launcher * Removed oracles services * Updated dto * Refactored service * Moved mogrations * Added cockie parser * Resolved PRs comments --------- Co-authored-by: Francisco López <francislopez977@gmail.com> Co-authored-by: CryptoRush <98655210+leric7@users.noreply.github.com> Co-authored-by: Eric Lee <eric@hmt.ai> Co-authored-by: Francisco López <50665615+flopez7@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
If we use GCP for python sdk doctest, PRs from forked repo can't pass CI test.
By using minio for python sdk doctest, this can be resolved.
Summary of changes
How test the changes
Related issues
Keywords for linking issues
Python SDK test is failing on #259 , because it's created from forked PR.
Operational checklist