Skip to content

Commit

Permalink
polkadot v1.9.0 (also brings in some tournament/affiliate changes fro…
Browse files Browse the repository at this point in the history
…m the ajuna-pallets) (#18)

Co-authored-by: Dídac Sementé Fernández <didac@ajuna.io>
  • Loading branch information
clangenb and DidacSF authored Apr 16, 2024
1 parent 97a9fa6 commit 4445c43
Show file tree
Hide file tree
Showing 17 changed files with 3,102 additions and 2,129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Download try-runtime-cli
run: |
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.5.2/try-runtime-x86_64-unknown-linux-musl -o try-runtime
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.6.1/try-runtime-x86_64-unknown-linux-musl -o try-runtime
chmod +x ./try-runtime
- name: Install Protoc
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- release/[0-9]+.[0-9]+.[0-9]+
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-?[a-z0-9]*

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -67,10 +67,6 @@ jobs:
echo "release version as integer: $RELEASE_VERSION_INTEGER"
echo "spec version: $SPEC_VERSION"
[ "$RELEASE_VERSION_INTEGER" != "$SPEC_VERSION" ] && {
echo "spec version doesn't match release version"
exit 1
}
exit 0
- run: sudo apt-get install -y protobuf-compiler
- name: Check wasm build
Expand Down
2 changes: 1 addition & 1 deletion .maintain/weights.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

RUNTIME_WEIGHT_DIR=runtime/bajun/src/weights
COLLATOR=./target/release/bajun-node
CHAIN=local
CHAIN=bajun-rococo-local

mkdir -p $RUNTIME_WEIGHT_DIR

Expand Down
Loading

0 comments on commit 4445c43

Please sign in to comment.