Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Dec 28, 2024
1 parent c7d0e18 commit d3f5b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/polkadot-runtime-releaser.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If they contain no activity, references to projects hosted elsewhere or live are
| 0b. | Documentation | There will be a guide to tell people how to use this and inline docs will cover core functionalities. |
| 0c. | Testing guide | There will be a guide and a demo repository to tell the auditor how to run the tests. All components will be covered. |
| 1. | Docker image | A well-maintained, long-term version Docker image for Polkadot-SDK-based runtime managed by Hack-Ink. |
| 2. | Try-runtime CI | Comment on a release PR and see the try-runtime result. |
| 2. | Try-Runtime CI | Comment on a release PR and see the try-runtime result. |
| 3. | Release CI | Build and release the deterministic runtime. |
| 4. | WASM override tool | It can build the specify feature WASM in one step and manage them well in the corresponding folder. |
| 5. | WASM override CI | Listen for build requests from the release CI. |
Expand Down
2 changes: 1 addition & 1 deletion applications/subalfred.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ There are three parts:
| 2. | Core: use paritytech/ss58-registry | I'll make PR to paritytech/ss58-registry to support my custom logic, and setup the dependabot to update ss58-registry automatically. |
| 3. | Core, CLI: override runtime code | I'll make it able to override the runtime code while fork-off the chain state. |
| 3. | Core, CLI: rpc | I'll finish the this features, user could use this command to send the RPC call to the Substrate node. |
| 4. | CLI: JSON output | I'll make `key` command provides JSON output. |a
| 4. | CLI: JSON output | I'll make `key` command provides JSON output. |
| 5. | CLI: stable Rust toolchain | I'll rewrite the subcommand parts in procedure macro to remove the unstable Rust features usage. |
| 6. | CLI: `--at` accept block number | I'll make the `--at` arg accept block number input, instead of a block hash only. Any command with `--at` arg will be updated. |
| 7. | Releases | Linux, macOS, Windows prebuilt binaries, and crates.io release. |
Expand Down

0 comments on commit d3f5b84

Please sign in to comment.