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

Release 230822 #816

Merged
merged 24 commits into from
Aug 22, 2023
Merged

Release 230822 #816

merged 24 commits into from
Aug 22, 2023

Conversation

leric7
Copy link
Collaborator

@leric7 leric7 commented Aug 22, 2023

Description

Summary of changes

How test the changes

Related issues

Keywords for linking issues

Operational checklist

  • All new functionality is covered by tests
  • Any related documentation has been changed or added

simulacrum6 and others added 24 commits August 8, 2023 18:40
* add first set of agreement measures. add unit tests.

* align import with project convention.

* remove requirements.txt. move agreement to modules.

* add input validation to agreement functions.
* Auth refactor JL

* authentication fixes

* remove jwt interface

* fix tests and clean code

* fix review comments

* Refactored services and removed unnecessary nesting (#747)

* database and payment fixes (#743)

Co-authored-by: Eugene Voronov <[email protected]>

* use of access and refresh tokens for auth

* fix tests

* make sure token contains bearer

* rename jwt prefix

---------

Co-authored-by: Francisco López <[email protected]>
Co-authored-by: eugenvoronov <[email protected]>
Co-authored-by: Eugene Voronov <[email protected]>
* Added payment link logic

* Updated fiat payment logic
* Add github action workflow for recording oracle test
* Add reputation oracle jobs tests

* Modify manifest
* Add process_recording_oracle_webhooks test

* Add process_recording_oracle_webhooks error test cases

* Update chain_id references in tests to localhost value

* Add tests for track_completed_projects

* Add tests for track_completed_tasks

* Add tests for process_job_launcher_webhooks

* Fix some bugs on tests

* Modify service tests location

* Add Minio instance for CVAT Exchange Oracle

* Add tests for retrieve_annotations job

* Update host.docker.internal

* Modify manifest and add a comment inside docker-compose.test.yml
* add sendgrid mail service

* reinstall dependencies

* fix auth service test

* refactor mail service

* fix sendgrid module

* update env validator

* fix email and update auth unit test

* update sendgrid service test

* change default value for from email and name
…14 (#772)

* Bump semver from 5.7.1 to 5.7.2 (#674)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: packages/examples/fortune/reputation-oracle/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035792
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035795
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326683
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741889

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: portuu3 <[email protected]>
Co-authored-by: portuu3 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
* Added testnet and mainnet setup

* Removed unused tests

* Added additional checks for chain id

* Updated unit tests

* Removed user status from web3 enums

* Updated create job method

* Removed console log

* Removed unnecessary import

* Removed duplicated dto from job service

* Updated job controller

* Removed unnecessary type

* Resolved comments
* Bump semver from 5.7.1 to 5.7.2 (#674)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: packages/examples/fortune/launcher/client/Dockerfile to reduce vulnerabilities (#770)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1570178
- https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-2764966
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741794
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741889

Co-authored-by: snyk-bot <[email protected]>

* fix: packages/examples/fortune/exchange-oracle/client/Dockerfile to reduce vulnerabilities (#771)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1570178
- https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-2764966
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741794
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741889

Co-authored-by: snyk-bot <[email protected]>

* Bump protobufjs from 6.11.3 to 6.11.4

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: portuu3 <[email protected]>
Co-authored-by: portuu3 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: basit511 <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
* Refactor Exchange Oracle structure
* Fixed unauthorized error when invalid send grid api key was provided

* Remove unnecessary import

* Resolved comments

* Updated key forman in unit tests

* Added additional unit tests
…ing Oracle Output (#765)

* improve validation for agreement package.
* adjust output of recording oracle to match new format.
* new subgraph implementation

* update statistics data

* update sdk

* update python sdk

* add legacy contract and handler

* fix core test

* fix python sdk test

* fix daily event data

* refactor subgraph to track payout and escrow balance

* update gql query inside sdk to fetch escrow with filter

* add contract read operation

* fix old escrow contract handler

* fix hmtoken holder handling

* Feat/new subgraph config (#797)

* add subgraph config files

* update subgraph cd

---------

Co-authored-by: portuu3 <[email protected]>
* Added interfaces and enums

* Refactored job service and unit tests

* Refactored services

* Refactored configs

* Added config files

* Resolved comments

* Call StoreResults only once (#733)

* Fixed lint errors

* Updated lint (#783)
* Refactor Recording Oracle structure

* Fix recording oracle workflow for tests
* add property tests to measures. fix number of raters calculation. 
* add option to return arbitrary return instead of nan.
* ignore runtime warnings in tests.
@vercel
Copy link

vercel bot commented Aug 22, 2023

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

Name Status Preview Updated (UTC)
escrow-dashboard ✅ Ready (Inspect) Visit Preview Aug 22, 2023 3:47pm
faucet-server ✅ Ready (Inspect) Visit Preview Aug 22, 2023 3:47pm
fortune-exchange-oracle ✅ Ready (Inspect) Visit Preview Aug 22, 2023 3:47pm
fortune-exchange-oracle-server ✅ Ready (Inspect) Visit Preview Aug 22, 2023 3:47pm
fortune-job-launcher-client ✅ Ready (Inspect) Visit Preview Aug 22, 2023 3:47pm
fortune-job-launcher-server ✅ Ready (Inspect) Visit Preview Aug 22, 2023 3:47pm
fortune-recording-oracle ✅ Ready (Inspect) Visit Preview Aug 22, 2023 3:47pm
fortune-reputation-oracle ✅ Ready (Inspect) Visit Preview Aug 22, 2023 3:47pm

@leric7 leric7 merged commit 8377c28 into main Aug 22, 2023
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.

8 participants