evstack / evstack/apex

Meta: Blob Submission Pipeline

Offen
#44 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Go
Sterne
4
Forks
0
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

## Summary

Tracking issue for the full blob submission (write path) pipeline. This is a prerequisite for all higher-level storage APIs (#43).

Apex is currently read-only. To support S3, Git, and npm storage APIs, we need a complete write path: construct transactions, sign them, manage nonces, broadcast, and confirm.

## Sub-issues (dependency order)

### Core submission client
- [ ] #4 — Evaluate custom tx submission client vs celestia-node client (root decision)

### Signing & identity
- [ ] #9 — Keyring and signing for transaction submission
- [ ] #5 — Multi-account support for transaction submission

### Reliability
- [ ] #8 — Nonce management for transaction submission
- [ ] #18 — Rate limiting and circuit breaker for transaction submission
- [ ] #19 — Transaction confirmation and lifecycle tracking

## Dependency graph

```
#4 (submission client decision)
├── #9 (keyring/signing)
│ └── #5 (multi-account)
├── #8 (nonce management)
│ └── #5 (multi-account)
├── #18 (rate limiting / circuit breaker)
└── #19 (tx confirmation / lifecycle)
```

## Relationship to storage APIs

The storage platform features (#43) all depend on this pipeline:

```
S3 API (#40) ──┐
Git remote (#41) ──┼── Blob Submission Pipeline (this issue)
NPM registry (#42) ──┘ │
┌─────┴─────┐
#4 #8 #9 #5 #18 #19
```

Without a working write path, the storage APIs are read-only caches at best.

Beitragsleitfaden

Beitragsleitfaden öffnen

Rechercherichtung

Beginnen Sie mit Sub-Issue #4, das festlegt, ob ein benutzerdefinierter Client zur Übermittlung von Transaktionen oder celestia-node verwendet werden soll. Folgen Sie dann der Abhängigkeitsreihenfolge über #9, #5, #8, #18 und #19. Die Arbeit ist abgeschlossen, wenn der vollständige Schreibpfad Blob-Transaktionen für die übergeordneten Storage-APIs konstruieren, signieren, mit einer Nonce versehen, übertragen und bestätigen kann.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
go
Bereich
backend, distributed-systems
Issue-Typ
Feature
Schwierigkeit
5/5
Geschätzter Aufwand
Über eine Woche
Aktivitätsstatus
Veraltet
Klarheit
Muss geklärt werden
Anfängerfreundlichkeit
20/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.