diff --git a/content/nomos/updates/2024-10-28.md b/content/nomos/updates/2024-10-28.md index 254771c9c..d6a3e5b80 100644 --- a/content/nomos/updates/2024-10-28.md +++ b/content/nomos/updates/2024-10-28.md @@ -20,7 +20,6 @@ project tracking: https://www.notion.so/Project-Tracking-4fb69250b0114573a71c578 ### `Development` - [PR #837](https://github.com/logos-co/nomos-node/pull/837) (Node) (open) - Moved PoL into `nomos-core` to consolidate proofs in a single location, removing chain data format and proof system definitions from the ledger crate to improve data modeling. -- [PR #851](https://github.com/logos-co/nomos-node/pull/851) and [PR #854](https://github.com/logos-co/nomos-node/pull/854) (Node) - CLI updates: added functionality to push data to the executor and pull from validators. - [PR #852](https://github.com/logos-co/nomos-node/pull/852) (Node) - DA: Reconstruction test for N/2 of the original data. - [PR #853](https://github.com/logos-co/nomos-node/pull/853) (Node) - Implemented task abortion for DA network backends. @@ -66,6 +65,7 @@ project tracking: https://www.notion.so/Project-Tracking-4fb69250b0114573a71c578 ### `Development` - [PR #849](https://github.com/logos-co/nomos-node/pull/849) (Node) - Insights: `nomos-tracing` crate. Created a configurable tracing crate supporting logs, metrics, and OpenTelemetry traces. Successfully tested with testnet nodes, accessible via Logos SSO at nomos.tech. +- [PR #851](https://github.com/logos-co/nomos-node/pull/851) and [PR #854](https://github.com/logos-co/nomos-node/pull/854) (Node) - CLI updates: added functionality to push data to the executor and pull from validators. - [PR #855](https://github.com/logos-co/nomos-node/pull/855) (Node) - Debugging setup for gathering logs and traces from local integration tests, using the same setup as testnet for analysis in Grafana. - [PR #839](https://github.com/logos-co/nomos-node/pull/839) (Node) - Executor in the testnet setup: added Docker Compose scripts to run an executor as `nomos-node-3` with HTTP API on port `18083`. Requested an SSO Proxy for the Nomos testnet from the infra team.