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

Job launcher/encrypt manifest #341

Merged
merged 3 commits into from
Mar 20, 2023
Merged

Conversation

eugenvoronov
Copy link
Contributor

Description

In the process of creating a job, the Job Launcher encrypts the manifest with multi-public keys.
Encrypt manifest using Fortune V2 - Implement message signing, encryption and decryption algorithm#290

Summary of changes

  • Manifest encryption process moved to create job methods;
  • Updated migrations in job and deprecated fields available from manifest;
  • Updated readme .

Related issues

Fortune | Job Launcher - Encryption for manifest#107

@vercel
Copy link

vercel bot commented Mar 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
exchange-oracle 🔄 Building (Inspect) Mar 20, 2023 at 1:00PM (UTC)
faucet-server ✅ Ready (Inspect) Visit Preview Mar 20, 2023 at 1:00PM (UTC)
fortune-exchange-mumbai 🔄 Building (Inspect) Mar 20, 2023 at 1:00PM (UTC)
fortune-reputation-oracle-mumbai ✅ Ready (Inspect) Visit Preview Mar 20, 2023 at 1:00PM (UTC)
human-protocol-escrow-dashboard ✅ Ready (Inspect) Visit Preview Mar 20, 2023 at 1:00PM (UTC)
job-launcher-client ❌ Failed (Inspect) Mar 20, 2023 at 1:00PM (UTC)
job-launcher-server 🔄 Building (Inspect) Mar 20, 2023 at 1:00PM (UTC)
recording-oracle ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 1:00PM (UTC)

@vercel vercel bot temporarily deployed to Preview – job-launcher-client March 20, 2023 12:59 Inactive
@vercel vercel bot temporarily deployed to Preview – recording-oracle March 20, 2023 13:00 Inactive
@eugenvoronov eugenvoronov linked an issue Mar 20, 2023 that may be closed by this pull request
@eugenvoronov eugenvoronov self-assigned this Mar 20, 2023
@eugenvoronov eugenvoronov added the Fortune Fortune app label Mar 20, 2023
@eugenvoronov eugenvoronov merged commit d212473 into fortune-v2 Mar 20, 2023
@eugenvoronov eugenvoronov deleted the job-launcher/encrypt-manifest branch March 20, 2023 13:00
@vercel vercel bot temporarily deployed to Preview – fortune-exchange-mumbai March 20, 2023 13:03 Inactive
@vercel vercel bot temporarily deployed to Preview – job-launcher-server March 20, 2023 13:11 Inactive
@vercel vercel bot temporarily deployed to Preview – exchange-oracle March 20, 2023 13:17 Inactive
flopez7 pushed a commit that referenced this pull request Mar 20, 2023
* Updated storage service. Updated create job and manifest encryption logic

* Updated readme

* Removed .github and assets folder
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 <[email protected]>
Co-authored-by: CryptoRush <[email protected]>
Co-authored-by: Eric Lee <[email protected]>
Co-authored-by: Francisco López <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fortune Fortune app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fortune | Job Launcher - Encryption for manifest
1 participant