Skip to content

Commit

Permalink
chore: Add myself and Andrea as codeowner for graphql API + related c…
Browse files Browse the repository at this point in the history
…rates (#2570)

Co-authored-by: acerone85 <[email protected]>
  • Loading branch information
netrome and acerone85 authored Jan 15, 2025
1 parent ab816ec commit 4e73ffe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,24 @@ crates/services/txpool_v2 @xgreenx @Dentosal @MitchTurner @AurelienFT
# Code owners for the gas price service (v0 & v1)
crates/services/gas_price_service @xgreenx @Dentosal @MitchTurner @rymnc

# Code owners for the GraphQL API
crates/fuel-core/src/graphql_api @xgreenx @Dentosal @MitchTurner @netrome @acerone85
crates/fuel-core/src/graphql_api.rs @xgreenx @Dentosal @MitchTurner @netrome @acerone85
crates/fuel-core/src/schema.rs @xgreenx @Dentosal @MitchTurner @netrome @acerone85
crates/fuel-core/src/schema.sdl @xgreenx @Dentosal @MitchTurner @netrome @acerone85
crates/fuel-core/src/query @xgreenx @Dentosal @MitchTurner @netrome @acerone85

# Code owners for the indexation
crates/fuel-core/src/graphql_api/indexation @xgreenx @Dentosal @MitchTurner @rafal-ch
crates/fuel-core/src/graphql_api/indexation @xgreenx @Dentosal @MitchTurner @rafal-ch

# Code owners for the client
crates/client @xgreenx @Dentosal @MitchTurner @netrome

# Code owners for the integration tests
tests/ @xgreenx @Dentosal @MitchTurner @netrome

# Code owners for benches
benches/ @xgreenx @Dentosal @MitchTurner @netrome

# Code owners for docs
docs/ @xgreenx @Dentosal @MitchTurner @netrome
2 changes: 1 addition & 1 deletion benches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ This will generate a `default-gas-costs.rs` file in the current directory like:
```rust
```

This file can then replace the one in `fuel-vm/src/gas/default-gas-costs.rs`.
This file can then replace the one in `fuel-vm/src/gas/default-gas-costs.rs`.

0 comments on commit 4e73ffe

Please sign in to comment.