🚨What type of change is this PR?
Put an x
in the boxes that apply
- Release
- Increase versions
- Baseline tests passed
- Release type:
- Major release
- Minor release
- Patch release
Put an x
in the boxes that apply. You can also fill these out after creating the PR.
- You describe the purpose of the PR, e.g.:
- What does it do?
- Highlight what important points reviewers should know about;
- Indicates if there is something left for follow-up PRs.
- Documentation updated
- Business logic tested successfully
- Verify First, Write Last: In Substrate development, it is important that you always ensure preconditions are met and return errors at the beginning. After these checks have completed, then you may begin the function's computation.