Ajuna icon indicating copy to clipboard operation
Ajuna copied to clipboard

Add try-runtime to solo-chain

Open DidacSF opened this issue 1 year ago • 0 comments

Description

Adds try-runtime feature to solo chain

Type of changes

  • [ ] build: Changes that affect the build system or external dependencies (eg, Cargo, Docker)
  • [ ] ci: Changes to CI configuration
  • [ ] docs: Changes to documentation only
  • [x] feat: Changes to add a new feature
  • [ ] fix: Changes to fix a bug
  • [ ] refactor: Changes that do not alter functionality
  • [ ] style: Changes to format the code
  • [ ] test: Changes to add missing tests or correct existing tests

Checklist

  • [ ] Tests for the changes have been added
  • [ ] Necessary documentation is added (if appropriate)
  • [ ] Formatted with cargo fmt --all
  • [ ] Linted with cargo clippy --all-features --all-targets
  • [ ] Tested with cargo test --workspace --all-features --all-targets

DidacSF avatar Jun 27 '23 15:06 DidacSF