submig

Crates.iosubmig
lib.rssubmig
version0.1.0
created_at2023-05-08 16:36:56.808453+00
updated_at2025-02-11 14:52:56.460266+00
descriptionsubmig is a cli
homepagehttps://github.com/Chevdor/submig
repositoryhttps://github.com/Chevdor/submig
max_upload_size
id859921
size18,636
Chevdor (chevdor)

documentation

README

submig

This project is an experimental cli on top of the the submig-lib crate. It helps finding Polkadot Migrations.

Sample output:

Checking migrations in repo: /projects/polkadot
/projects/polkadot/runtime/westend/src/lib.rs:
  - ✅ V0940
  - ✅ V0941
  - ✅ V0942
  - ✅ Unreleased
/projects/polkadot/runtime/rococo/src/lib.rs:
  - ✅ V0940
  - ✅ V0941
  - ✅ V0942
  - ✅ Unreleased
/projects/polkadot/runtime/polkadot/src/lib.rs:
  - ✅ V0940
  - ✅ V0941
  - ✅ V0942
  - ✅ Unreleased
/projects/polkadot/runtime/kusama/src/lib.rs:
  - ✅ V0940
  - ✅ V0941
  - ✅ V0942
  - ✅ Unreleased
  - ❌ InitMigrate
Commit count: 31

cargo fmt