Refactor: Move all FRAME pallets into crates/pallets/ folder#280
Open
danielbui12 wants to merge 7 commits into
Open
Refactor: Move all FRAME pallets into crates/pallets/ folder#280danielbui12 wants to merge 7 commits into
crates/pallets/ folder#280danielbui12 wants to merge 7 commits into
Conversation
- 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.
pallets/ foldercrates/pallets/ folder
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
ilchu
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
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