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

Commit

Permalink
Add @koute to docs/CODEOWNERS and update stale paths (#12408)
Browse files Browse the repository at this point in the history
  • Loading branch information
koute authored Oct 4, 2022
1 parent 6d7f76b commit 594d71a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,19 @@
/.gitlab-ci.yml @paritytech/ci

# Sandboxing capability of Substrate Runtime
/primitives/sr-sandbox/ @pepyakin
/primitives/core/src/sandbox.rs @pepyakin
/primitives/sandbox/ @pepyakin @koute

# WASM executor, low-level client <-> WASM interface and other WASM-related code
/client/executor/ @koute
/client/allocator/ @koute
/primitives/wasm-interface/ @koute
/primitives/runtime-interface/ @koute
/primitives/panic-handler/ @koute
/utils/wasm-builder/ @koute

# Systems-related bits and bobs on the client side
/client/sysinfo/ @koute
/client/tracing/ @koute

# GRANDPA, BABE, consensus stuff
/frame/babe/ @andresilva
Expand Down

0 comments on commit 594d71a

Please sign in to comment.