-
Notifications
You must be signed in to change notification settings - Fork 39
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
Release 230822 #816
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
* 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]>
* 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.
Upload encrypted file
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
portuu3
approved these changes
Aug 22, 2023
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
Summary of changes
How test the changes
Related issues
Keywords for linking issues
Operational checklist