mirror of
https://github.com/status-im/status-go.git
synced 2025-01-22 20:54:23 +00:00
f3eed58c78
- 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>
17 lines
594 B
Plaintext
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 |