69 lines
2.5 KiB
Markdown
69 lines
2.5 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` | `dtaghavi/instaswap-e2e-handoff-20260403` | `a2ad41b68fc48c783c93819a61643131aa462aed` |
|
|
| `wire-ethereum` | `https://swarm.gitgo.app/experimental/wire-ethereum.git` | `dtaghavi/instaswap-e2e-handoff-20260403` | `8b56514a836c7f5feaab668c9e3a0cf051c6dd9e` |
|
|
| `capital-staking` | `https://swarm.gitgo.app/experimental/capital-staking.git` | `dtaghavi/instaswap-e2e-handoff-20260403` | `db169373c5cf5dd8dc03da242f6d640088601663` |
|
|
| `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.
|
|
- Handoff branch to push: `dtaghavi/instaswap-e2e-handoff-20260403`.
|
|
|
|
`wire-ethereum`
|
|
- Live local outpost script updated for a real user/admin split and Solana base58 destination parsing.
|
|
- Handoff branch to push: `dtaghavi/instaswap-e2e-handoff-20260403`.
|
|
|
|
`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.
|
|
- Handoff branch to push: `dtaghavi/instaswap-e2e-handoff-20260403`.
|
|
|
|
`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/
|
|
```
|