Skip to content

Commit

Permalink
feat: standalone runtime and parachain runtime (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: Freddy Li <[email protected]>
Co-authored-by: Freddy Li <[email protected]>
  • Loading branch information
3 people authored Feb 26, 2024
1 parent 9dd2b53 commit 0a67e27
Show file tree
Hide file tree
Showing 53 changed files with 9,068 additions and 2,799 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.74.0
override: true
target: wasm32-unknown-unknown
components: rustfmt
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ chain-spec.json
.idea

.env

polkadot
polkadot-execute-worker
polkadot-prepare-worker
zombienet
Loading

0 comments on commit 0a67e27

Please sign in to comment.