Update 2024-10-28.md

This commit is contained in:
Alvatar 2024-10-31 15:39:39 +02:00 committed by GitHub
parent 1932e0f420
commit 9be4c9cd6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.