Skip to content

Latest commit

 

History

History

pallet-runtime-upgrade

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Runtime upgrade module

A wrapper pallet for frame-system specifically the set_code action. This action replaces the runtime code with the new code.

Config

  • SetCodeOrigin - The origin that can call the set_code action

Interface

Dispatchable functions of this pallet.

  • set_code - Set the runtime code (Can only by signed by a configurable Origin in the Config)