Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 89a1a16

Browse files
author
Andronik
committed
Merge branch 'ao-past-session-slashing-runtime' into ao-past-session-slashing-client
* ao-past-session-slashing-runtime: (25 commits) [Deps] bump scale-info to be in line with cumulus (#7049) Invoke cargo build commands with `--locked` (#7057) use stable rust toolchain in ci apply clippy 1.68 suggestions Remove years from copyright notes (#7034) Onchain scraper in `dispute-coordinator` will scrape `SCRAPED_FINALIZED_BLOCKS_COUNT` blocks before finality (#7013) PVF: Minor refactor in workers code (#7012) Expose WASM bulk memory extension in execution environment parameters (#7008) Co #13699: Remove old calls (#7003) Companion for paritytech/substrate#13811 (#6998) PR review rules, include all rs files except weights (#6990) Substrate companion: Remove deprecated batch verification (#6999) Added `origin` to config for `universal_origin` benchmark (#6986) Cache `SessionInfo` on new activated leaf in `dispute-distribution` (#6993) Update Substrate to fix Substrate companions (#6994) Consolidate subsystem spans so they are all children of the leaf-activated root span (#6458) Avoid redundant clone. (#6989) bump zombienet version (#6985) avoid triggering unwanted room_id for the release notifs (#6984) Add crowdloan to SafeCallFilter (#6903) ...
2 parents e7b5a79 + 4f660d1 commit 89a1a16

File tree

736 files changed

+1717
-1325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

736 files changed

+1717
-1325
lines changed

.github/pr-custom-review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ action-review-team: ci
66
rules:
77
- name: Runtime files
88
check_type: changed_files
9-
condition: ^runtime/(kusama|polkadot)/src/[^/]+\.rs$
9+
condition:
10+
include: ^runtime\/(kusama|polkadot)\/src\/.+\.rs$
11+
exclude: ^runtime\/(kusama|polkadot)\/src\/weights\/.+\.rs$
1012
all_distinct:
1113
- min_approvals: 1
1214
teams:

.github/workflows/release-99_bot.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: '#polkadot-announcements:matrix.parity.io'
2222
room: '!UqHPWiCBGZWxrmYBkF:matrix.parity.io'
2323
pre-release: false
24-
- name: 'Internal release-notes channel'
25-
room: '!NTogofoetwjbTwOoPi:matrix.parity.io'
26-
pre-release: true
2724
- name: 'Ledger <> Polkadot Coordination'
2825
room: '!EoIhaKfGPmFOBrNSHT:web3.foundation'
2926
pre-release: true
@@ -36,5 +33,5 @@ jobs:
3633
with:
3734
room_id: ${{ matrix.channel.room }}
3835
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
39-
server: "matrix.parity.io"
36+
server: "m.parity.io"
4037
message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>"

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ variables:
3636
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"
3737
DOCKER_OS: "debian:stretch"
3838
ARCH: "x86_64"
39-
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.37"
39+
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.43"
4040

4141
default:
4242
cache: {}

0 commit comments

Comments
 (0)