-
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
Release 20240822 #2421
Merged
Release 20240822 #2421
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
* Updated web3 service * Implemented get available oracles logic * Updated description * Updated query params, removed pipe
* Endpoint for retrieving day by day HMT stats * Improved performance and added monthly data * Remove console log * Fix some timestamp comments and swagger types * Remove date from cache * Leader dashboard stats * Remove sepolia from mainnetIds * Undo amountJobsProcessed removal
* fix(app/sign-up&reset-password): remove detailed password validation * fix(app/sign-up-page): fix password regex missmatch * refactor(app/ui): remove password validation artifacts * refactor(app/ui): remove password validation artifacts
Co-authored-by: eugenvoronov <[email protected]>
* Avoid NoneType object has no attribute get errors * Fix also typescript errors * Fix bytes problem in statistics clients
… times (#2363) * Disable oracle when it fails more than X times * remove active from cached oracles
* add to lower to oracle addresses * fix tests
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
* Reduce possible chain ids in requests queries * Remove nullable chainId for details endpoint
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.16.6 to 5.16.7. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.16.7/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.7/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Human-Protocol
temporarily deployed
to
develop - job-launcher-client
August 22, 2024 08:15
— with
Render
Inactive
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Reduce possible chain ids in requests queries * Remove nullable chainId for details endpoint * Add getBalance method for details endpoint * Remove TODOs
* remove unnecessary dependencies * fix reputation oracle tests
Human-Protocol
temporarily deployed
to
develop - reputation-oracle
August 22, 2024 09:47
— with
Render
Inactive
* add reputation scores for the leaderboard endpoints * Add filters to reputation endpoint * Use ReputationEntityType instead of Role for reputation filters
Human-Protocol
temporarily deployed
to
develop - reputation-oracle
August 22, 2024 10:16
— with
Render
Inactive
Human-Protocol
temporarily deployed
to
develop - job-launcher-server-88nz
August 22, 2024 13:49
— with
Render
Inactive
Human-Protocol
temporarily deployed
to
develop - job-launcher-server-88nz
August 22, 2024 13:49
— with
Render
Inactive
Human-Protocol
temporarily deployed
to
develop - job-launcher-client-88nz
August 22, 2024 13:52
— with
Render
Inactive
Human-Protocol
temporarily deployed
to
develop - reputation-oracle-88nz
August 22, 2024 13:55
— with
Render
Inactive
portuu3
previously approved these changes
Aug 22, 2024
* fix KvstoreUtils.get for compatibility with old versions * Fix tests and undo python changes
portuu3
approved these changes
Aug 23, 2024
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
Release 20240822
Summary of changes
SDK:
NoneType object has no attribute get
errorsJob Launcher:
/web3/available-oracles
to fetch the list of available oracles/web3/reputation-oracles
that retrieves reputation oracles based on the job type and chain IDReputation Oracle:
Exchange Oracle:
Human App:
Dashboard:
address
field in LeaderDto now use expose decorator to be shown