Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update polkadot dependencies #417

Merged
merged 27 commits into from
Jun 28, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update READMEs
  • Loading branch information
vgeddes committed Jun 28, 2021
commit 2e1c2757c432ff77486c7b09b48a154b57d4ced8
13 changes: 5 additions & 8 deletions parachain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,18 @@ cargo build --release --no-default-features --features with-local-runtime
Install `polkadot-launch`:

```bash
git clone https://github.com/Snowfork/polkadot-launch.git
cd polkadot-launch
git checkout beefy_tmpfix
yarn install
yarn build
yarn global add file:$(pwd)
yarn global add polkadot-launch@1.6.2
cd -
```

Build Polkadot:
Build polkadot:

```bash
git clone -n https://github.com/paritytech/polkadot.git /tmp/polkadot
cd /tmp/polkadot
git checkout c4a0772
git checkout release-v0.9.4
cargo build --release
cd -
```

Launch Polkadot and the parachain:
Expand Down
12 changes: 3 additions & 9 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,16 @@ yarn install
Install `polkadot-launch`:

```bash
git clone -n https://github.com/paritytech/polkadot-launch.git /tmp/polkadot-launch
cd /tmp/polkadot-launch
git checkout 89e970
yarn install
yarn build
yarn global add file:$(pwd)
yarn global add polkadot-launch@1.6.2
cd -
```

Build polkadot:

```bash
git clone -n https://github.com/snowfork/polkadot.git /tmp/polkadot
git clone -n https://github.com/paritytech/polkadot.git /tmp/polkadot
cd /tmp/polkadot
git checkout enable_beefy_on_rococo
./scripts/init.sh
git checkout release-v0.9.4
cargo build --release
cd -
```
Expand Down