From 2fb5237c44970ce55d79869b019eb70e2e0c4da7 Mon Sep 17 00:00:00 2001 From: SkymanOne Date: Tue, 25 Jul 2023 18:20:13 +0200 Subject: [PATCH] update README & CODEOWNERS --- CODEOWNERS | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index ac27451..e258398 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -17,9 +17,9 @@ # - The latest matching rule, if multiple, takes precedence. # Global code owners -* @cmichi @HCastano @athei @ascjones @agryaznov +* @cmichi @athei @ascjones @agryaznov @SkymanOne # CI -/.github/ @paritytech/ci @cmichi @ascjones @athei @agryaznov -/scripts/ci/ @paritytech/ci @cmichi @ascjones @athei @agryaznov -/.gitlab-ci.yml @paritytech/ci @cmichi @ascjones @athei @agryaznov +/.github/ @paritytech/ci @cmichi @ascjones @athei @agryaznov @SkymanOne +/scripts/ci/ @paritytech/ci @cmichi @ascjones @athei @agryaznov @SkymanOne +/.gitlab-ci.yml @paritytech/ci @cmichi @ascjones @athei @agryaznov @SkymanOne diff --git a/README.md b/README.md index 6901e75..a874fdf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ configured to include Substrate's [`pallet-contracts`](https://github.com/parity ‒ a smart contract module. This repository is tracking Substrate's -[`polkadot-v0.9.43`](https://github.com/paritytech/substrate/tree/polkadot-v0.9.43) branch. +[`polkadot-v1.0.0`](https://github.com/paritytech/substrate/tree/polkadot-v1.0.0) branch. When new Polkadot releases come out we may update to those. _This repository contains a couple of modifications that make it unsuitable