-
Notifications
You must be signed in to change notification settings - Fork 46
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
[DO NOT MERGE] feat: 1.9.0 release #460
Merged
Merged
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
199e65e
chore: bump version to 1.9.0
wischli c595a47
fix: yorlin keys (#432)
weichweich 8fe2c4d
chore: renaming runtime APIs for public credentials (#433)
ntn-x2 0d0044b
chore: bump spec versions to 10902
wischli d67c5c4
Revert "chore: bump spec versions to 10902"
wischli db1687f
ci: build latest only on non rc tags
wischli 5f8b12c
chore: update bootnodes (#435)
weichweich 655b923
Revert "feat: support linking ethereum accounts (#355)"
wischli 6c0bded
feat: remove public credentials from spiritnet
weichweich 654d00b
chore: update weights
kiltbot 621997e
Revert "Revert "feat: support linking ethereum accounts (#355)""
wischli 6185e94
Revert "feat: remove public credentials from spiritnet"
wischli 339d303
chore: update toolchain versions (#439)
ntn-x2 81d881a
fix: apply new toolchain to init script
wischli 431c1e9
feat: upgrade to Polkadot v0.9.32 (#434)
wischli 70ba5ba
fix: staking API unclaimed rewards
wischli 3a852e5
ci: add img build for dev tags
wischli 4ac7610
fix: disable curl output (#444)
ggera 8be0c41
fix: new spec (#443)
weichweich d861234
chore: update 2023 (#445)
weichweich 5a85bf4
fix: toolchain version (#447)
ntn-x2 79ac365
chore: make clear that it's still under development (#451)
weichweich b6b8d4d
chore: update relay chain references (#449)
ntn-x2 b38b92a
chore: upgrade polkadot to v0.9.36 (#446)
trusch 3cf77b7
feat: bump polkadot versions to v0.9.37 (#452)
trusch eecde66
chore: update srtool (#453)
weichweich 59f8452
fix: add public credentials to benchmark (#455)
weichweich 0a5e46d
feat: add block number for CTypes (#440)
ntn-x2 a12b0c8
chore: remove clone runtime (#456)
ntn-x2 4353493
chore: undo dev-tag image build (#454)
ggera 519ff06
chore: refactor some more XCM config stuff (#457)
ntn-x2 eff278b
fix: on-chain storage version for pallets where it is missing (#458)
ntn-x2 7d56019
Merge remote-tracking branch 'origin/develop' into release-1.9.0
weichweich 1566d84
chore: remove unused dependency
weichweich 8964b10
Revert "Revert "Revert "feat: support linking ethereum accounts (#355…
ntn-x2 0f39ffe
chore: bump crates version to 1.9.0 and specs version to 1.8.9 (10890)
ntn-x2 5ea142e
Add missed migrations
ntn-x2 c1fd840
Add balances pallet migration with no accounts
ntn-x2 82308ce
Benchmarks
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#!/bin/bash | ||
set +x | ||
|
||
export PAYLOAD=`jq -n --arg userpass "$(echo -n "AWS:$(aws ecr get-login-password --region $AWS_DEFAULT_REGION)" | base64)" '{"auths": {"'$AWS_REGISTRY'": {"auth": $userpass}}}'` | ||
|
||
curl --request PUT --header "PRIVATE-TOKEN:$TOKEN" "https://gitlab.com/api/v4/projects/26909212/variables/DOCKER_AUTH_CONFIG" --form "value=$PAYLOAD" | ||
curl --silent --request PUT --header "PRIVATE-TOKEN:$TOKEN" "https://gitlab.com/api/v4/projects/26909212/variables/DOCKER_AUTH_CONFIG" --form "value=$PAYLOAD" > /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM docker.io/library/ubuntu:22.04 | |
LABEL maintainer "[email protected]" | ||
LABEL description="This image contains tools for Substrate blockchains runtimes." | ||
|
||
ARG RUSTC_VERSION="1.62.0" | ||
ARG RUSTC_VERSION="1.64.0" | ||
ENV RUSTC_VERSION=$RUSTC_VERSION | ||
ENV DOCKER_IMAGE="paritytech/srtool" | ||
ENV PROFILE=release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't match with the latest srtool version (1.66.1) thats also used in the CI script