Skip to content

Commit

Permalink
Add @koute to docs/CODEOWNERS and update stale paths (paritytech#12408
Browse files Browse the repository at this point in the history
)
  • Loading branch information
koute authored and ark0f committed Feb 27, 2023
1 parent 82c7c57 commit 18ef85a
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 18ef85a

Please sign in to comment.