This repository was archived by the owner on Jan 27, 2026. It is now read-only.
bump version#274
Merged
Merged
Conversation
* improve the resiliency of validator
* add improvement to metrics reporting
…123) * improve README * add docs
* add video to remote gpu setup in docs
* fix submodule setup * improve readme
* improve invite route * fix potential worker replay attacks
* compute requirement parsing from compute pool uri * do not accept discovery uploads when node does not meet hw req
* only accept pool invites from correct pool id and only if heartbeat is off * prevent nodes from overwriting data when they are active, filter out node ip addresses for pool when they are active in other pools
* adjust discovery health based on chainsync
* add first issue templates * add issue templates
…silience general improvements to service stability
* add ability to ban nodes
Fix: eth balance display
Contributor
There was a problem hiding this comment.
Copilot reviewed 15 out of 16 changed files in this pull request and generated no comments.
Files not reviewed (1)
- Makefile: Language not supported
Comments suppressed due to low confidence (2)
worker/src/operations/provider.rs:232
- Converting a large U256 value to f64 may lead to precision loss. Consider using a more precise conversion method if high accuracy is needed.
&format("{:.6} ETH", { f64::from(eth_balance) / 10f64.powf(18.0) })
orchestrator/src/api/routes/nodes.rs:203
- The error message 'Contracts not found' might be unclear in distinguishing configuration issues from initialization failures. Enhancing the message with more context could help with troubleshooting.
HttpResponse::InternalServerError().json(json!({ "success": false, "error": "Contracts not found" }))
mattdf
approved these changes
Apr 16, 2025
JannikSt
added a commit
that referenced
this pull request
Apr 21, 2025
* add size limit to auth middleware * add timeouts to auth * add timeouts to worker-dest calls * update to use suggested limits * Chore: Issue templates (#270) * add ability to eject nodes (#272) * add ability to ban nodes * fix eth display --------- Signed-off-by: Jannik Straube <info@jannik-straube.de> Co-authored-by: Matthew Di Ferrante <mattdf@users.noreply.github.com>
JannikSt
added a commit
that referenced
this pull request
Apr 21, 2025
* add size limit to auth middleware * add timeouts to auth * add timeouts to worker-dest calls * update to use suggested limits * Chore: Issue templates (#270) * add ability to eject nodes (#272) * add ability to ban nodes * fix eth display --------- Signed-off-by: Jannik Straube <info@jannik-straube.de> Co-authored-by: Matthew Di Ferrante <mattdf@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.