Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

bump version#274

Merged
JannikSt merged 165 commits into
mainfrom
chore/release-0.2.3
Apr 16, 2025
Merged

bump version#274
JannikSt merged 165 commits into
mainfrom
chore/release-0.2.3

Conversation

@JannikSt
Copy link
Copy Markdown
Member

No description provided.

JannikSt and others added 22 commits April 14, 2025 20:56
* 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
@JannikSt JannikSt changed the base branch from develop to main April 16, 2025 09:25
@JannikSt JannikSt requested a review from Copilot April 16, 2025 09:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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" }))

@JannikSt JannikSt merged commit 84cb69a into main 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>
@JannikSt JannikSt deleted the chore/release-0.2.3 branch June 25, 2025 13:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants