Skip to content

Commit

Permalink
Merge branch 'master' into fix/remove-flaky-sleeps
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc authored Jan 15, 2025
2 parents 2dead57 + 4e73ffe commit d09ac81
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 d09ac81

Please sign in to comment.