Skip to content

Refactor: Move all FRAME pallets into crates/pallets/ folder#280

Open
danielbui12 wants to merge 7 commits into
devfrom
pallets_refactoring
Open

Refactor: Move all FRAME pallets into crates/pallets/ folder#280
danielbui12 wants to merge 7 commits into
devfrom
pallets_refactoring

Conversation

@danielbui12

@danielbui12 danielbui12 commented Jul 10, 2026

Copy link
Copy Markdown
Member

Changes

  • pallet/ -> crates/pallets/storage-provider
  • storage-interfaces/file-system/pallet-registry -> crates/pallets/drive-registry
  • storage-interfaces/s3/pallet-s3-registry -> crates/pallets/s3-registry

Crate names are unchanged; only directory layout moves. Root workspace members and path dependencies, the check-runtime-migration CI path filters, the Apache license-header globs, and all doc references now point at the new locations.

Issue

- pallet/ -> pallets/storage-provider
- storage-interfaces/file-system/pallet-registry -> pallets/drive-registry
- storage-interfaces/s3/pallet-s3-registry -> pallets/s3-registry

Crate names are unchanged; only directory layout moves. Root workspace
members and path dependencies, the check-runtime-migration CI path
filters, the Apache license-header globs, and all doc references now
point at the new locations.
@danielbui12
danielbui12 requested a review from bkontur July 10, 2026 04:15
@danielbui12 danielbui12 self-assigned this Jul 10, 2026
@danielbui12 danielbui12 changed the title Refactor: Move all FRAME pallets into a top-level pallets/ folder Refactor: Move all FRAME pallets into crates/pallets/ folder Jul 10, 2026
@danielbui12
danielbui12 requested a review from ilchu July 14, 2026 04:08
bkontur pushed a commit that referenced this pull request Jul 14, 2026
…285)

* ci(migrations): confine snapshot cache lookup to a 3-day date window

An unbounded prefix restore searches the PR's own ref scope before the
base branch, so one stale PR-scoped snapshot shadows fresh dev-scoped
ones forever (daily CI use keeps it from evicting). PR #280 was pinned
to a 2026-07-10 previewnet snapshot that predates the on-chain
DeregisterAnnouncementPeriod fix and permanently failed the try_state
timing invariant added in #276.

Both jobs now look up snapshots only under explicit dated keys
(today/yesterday/day-before, UTC), so a restored snapshot is at most
two days old regardless of cache scope; the nightly 5AM refresh keeps
PRs from regenerating in practice. Stale branch-scoped entries become
unreachable and evict naturally.

* chore: minimize the docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants