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 20240822 #2421

Merged
merged 25 commits into from
Aug 23, 2024
Merged

Release 20240822 #2421

merged 25 commits into from
Aug 23, 2024

Conversation

flopez7
Copy link
Contributor

@flopez7 flopez7 commented Aug 21, 2024

Description

Release 20240822

Summary of changes

SDK:

  • Avoid NoneType object has no attribute get errors
  • Fix bytes problem in statistics clients
  • Use specific versions of subgraph to avoid conflicts with upgrades

Job Launcher:

  • Severe password restrictions removed
  • Implemented /web3/available-oracles to fetch the list of available oracles
  • Implemented /web3/reputation-oracles that retrieves reputation oracles based on the job type and chain ID

Reputation Oracle:

  • Severe password restrictions removed
  • Fix case sensitive write/read kvstore

Exchange Oracle:

  • Updated oracle stats endpoint to match the standard

Human App:

  • Remove detailed password validation
  • Excluded oracles when request fails more than X times
  • Updated oracle stats endpoint to match [the standard
  • Show escrow stats in operator profile

Dashboard:

  • Implemented endpoints that return details about leaders
  • Improved cache storage by removing some unused vars
  • address field in LeaderDto now use expose decorator to be shown

Dzeranov and others added 14 commits August 15, 2024 11:20
* 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
* 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
Copy link

vercel bot commented Aug 21, 2024

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

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
escrow-dashboard ⬜️ Ignored (Inspect) Visit Preview Aug 23, 2024 9:32am
faucet-server ⬜️ Ignored (Inspect) Visit Preview Aug 23, 2024 9:32am

Dzeranov and others added 3 commits August 21, 2024 14:36
* 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 Human-Protocol temporarily deployed to develop - job-launcher-client August 22, 2024 08:15 — with Render Inactive
dependabot bot and others added 3 commits August 22, 2024 10:15
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 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 Human-Protocol temporarily deployed to develop - reputation-oracle August 22, 2024 10:16 — with Render Inactive
@Human-Protocol Human-Protocol temporarily deployed to develop - job-launcher-server-88nz August 22, 2024 13:49 — with Render Inactive
@Human-Protocol Human-Protocol temporarily deployed to develop - job-launcher-server-88nz August 22, 2024 13:49 — with Render Inactive
@Human-Protocol Human-Protocol temporarily deployed to develop - job-launcher-client-88nz August 22, 2024 13:52 — with Render Inactive
@Human-Protocol Human-Protocol temporarily deployed to develop - reputation-oracle-88nz August 22, 2024 13:55 — with Render Inactive
portuu3
portuu3 previously approved these changes Aug 22, 2024
* fix KvstoreUtils.get for compatibility with old versions

* Fix tests and undo python changes
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.

6 participants