status-go/.github/CODEOWNERS
Andrey Bocharnikov f3eed58c78
fix(healthmanager)_: extract subscriber logic from RPC Health Manager (#6147)
- Subscription common logic is extracted to a separate type.
- Fix race condition where a goroutine extracts value from sync.Map and then another goroutine calls unsubscribe and closes the channel before the first goroutine writes to the channel.
- Moved TestInterleavedChainStatusChanges and TestDelayedChainUpdate to the correct file.
- Renamed test suites with duplicate names.

updates CODEOWNERS
closes #6139

Co-authored-by: Igor Sirotin <sirotin@status.im>
2024-12-04 20:26:53 +04:00

17 lines
594 B
Plaintext

# No default owner
# CI-related changes
Makefile @status-im/devops @status-im/status-go-guild
default.nix @status-im/devops
shell.nix @status-im/devops
/nix/ @status-im/devops
/_assets/build/ @status-im/devops
/_assets/ci/ @status-im/devops
/_assets/hooks/ @status-im/devops
/_assets/scripts/ @status-im/devops
# Custom ownership for specific folders
# Feel free to add yourself for any new packages you implement.
/cmd/status-backend @igor-sirotin
/internal/sentry @igor-sirotin
/healthmanager @friofry