You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move local testnet runtime to runtimes/web3-storage-local (#204)
* refactor: move local testnet runtime to runtimes/web3-storage-local
Relocate the local testnet runtime from runtime/ into
runtimes/web3-storage-local/, alongside the existing
runtimes/web3-storage-paseo/. The crate name (storage-parachain-runtime)
is unchanged, so build flags, wasm artifact paths, and benchmark weight
comments remain valid.
- Cargo.toml: update workspace member + dependency path
- check-runtime-migration.yml: drop dead runtime/** path filter
(runtimes/** already covers it)
- Update directory/path references in CLAUDE.md, README.md,
CONTRIBUTING.md, and docs/
* Update from github-actions[bot] running command 'fmt'
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
├── provider-node/ # Off-chain HTTP storage server
213
215
│ ├── src/ # Provider implementation
214
216
│ │ ├── main.rs # Server entry point
@@ -266,7 +268,7 @@ web3-storage/
266
268
267
269
**Pallet (`pallet/`)**: On-chain logic for provider registration, bucket creation, storage agreements, checkpoints, and challenge/slashing mechanism.
268
270
269
-
**Runtime (`runtime/`)**: Parachain runtime that includes the storage provider pallet and configures its parameters (stake requirements, challenge periods, etc.).
271
+
**Runtime (`runtimes/web3-storage-local/`)**: Parachain runtime that includes the storage provider pallet and configures its parameters (stake requirements, challenge periods, etc.).
270
272
271
273
**Provider Node (`provider-node/`)**: Off-chain HTTP server that:
0 commit comments