submig

Crates.iosubmig
lib.rssubmig
version0.0.4
sourcesrc
created_at2023-05-08 16:36:56.808453
updated_at2023-11-07 13:39:42.796119
descriptionsubmig is a cli
homepagehttps://github.com/Chevdor/submig
repositoryhttps://github.com/Chevdor/submig
max_upload_size
id859921
size20,714
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: 30

cargo fmt