Skip to content

Adding a New Pallet

Wil Wade edited this page Oct 7, 2022 · 3 revisions

Help for adding a new pallet (WIP)

Common Checklist/Reminders

  • Setup feature flags if any and map them through the dependency chain
  • Weights setup
  • Benchmarks: Add it to scripts/run_all_benchmarks.sh
  • Map try-runtime feature through
  • Map std feature through

Internal Pallet

  • Benchmarks: Add a new make benchmark-[pallet name]

External/Substrate Pallet

  • All configuration setup
    • Mainnet
    • Rococo