Files
skunk-net-e2e/WORKSPACE-MANIFEST.md
2026-04-03 17:17:40 -04:00

67 lines
2.3 KiB
Markdown

# Workspace Manifest
This workspace expects the dependency repos to be cloned into fixed top-level
paths under the workspace root.
## Dependency Repos
| Path | Remote | Working Branch | Current Head |
| --- | --- | --- | --- |
| `wire-sysio` | `https://swarm.gitgo.app/experimental/wire-sysio.git` | `codex/local-kv-batchop` | `0525ce01789c4fc5f8799a1c89f881908ed77b64` |
| `wire-ethereum` | `https://swarm.gitgo.app/experimental/wire-ethereum.git` | `runtime/opp-parity-ethereum` | `cd240e751330356dfe59511e0d97405194cedd2b` |
| `capital-staking` | `https://swarm.gitgo.app/experimental/capital-staking.git` | `runtime/opp-parity-solana` | `b9bd80d9b436c60d8010a1a119f37dab824742f7` |
| `wire-hub-webapp` | `https://swarm.gitgo.app/experimental/wire-hub-webapp.git` | `runtime/instaswap-ui-dev-clean` | `87d9ea1c3fadc169b494f4599ae4e27324539206` |
| `solana-docker-setup` | `https://swarm.gitgo.app/experimental/solana-docker-setup` | `master` | `5c9d912e4e1e4dbd1d84402f9210d7daf09ca420` |
| `wire-cdt` | `https://swarm.gitgo.app/experimental/wire-cdt.git` | `master` | `c81b0b90a7118975dcfdb53ca4da225226aae505` |
## Local Change Summary
`wire-sysio`
- KV migration for the depot / instaswap path.
- batch operator relay implementation for ETH and SOL flows.
- Wire bootstrap / nodeop local harness adjustments.
- Local branch does not have an upstream configured yet.
`wire-ethereum`
- Live local outpost script updated for a real user/admin split and Solana base58 destination parsing.
`capital-staking`
- Docker-validator Anchor target support.
- local deploy now initializes OPP epoch state.
- relay artifact writer added.
- local tranche-state init adjusted for the Docker validator path.
`wire-hub-webapp`
- No local changes in this checkpoint.
## Workspace Files Tracked Here
- `docker-compose.local.yml`
- `local-compose.sh`
- `local-e2e-up.sh`
- `bootstrap-ethereum-local.sh`
- `bootstrap-solana-local.sh`
- `wire-nodeop-local.sh`
- `wire-batch-operator-local.sh`
- `.env.local.example`
- `LOCAL-E2E.md`
- `CHECKPOINT-2026-04-03.md`
- `OPP-COHESIVE-DESIGN.md`
- `protocol/opp/v1/opp.proto`
- `protocol/opp/v1/assertion-registry.md`
## Expected Directory Layout
```text
skunk-net/
README.md
docker-compose.local.yml
local-e2e-up.sh
wire-sysio/
wire-ethereum/
capital-staking/
wire-hub-webapp/
solana-docker-setup/
wire-cdt/
```