Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down