Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions packages/config-registry-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Initial release of `@metamask/config-registry-controller` ([#7668](https://github.com/MetaMask/core/pull/7668))
- Controller for fetching and managing network configurations from a remote API
- ConfigRegistryApiService with ETag support, retries, circuit breaker, and timeout handling
- Network filtering to only include featured, active, non-testnet networks
- Feature flag integration using `config_registry_api_enabled` to enable/disable API fetching
- Fallback configuration support when API is unavailable or feature flag is disabled
- State persistence for configs, version, lastFetched, and etag
- Uses StaticIntervalPollingController for periodic updates (default: 24 hours)
- Initial release ([#7668](https://github.com/MetaMask/core/pull/7668), [#7809](https://github.com/MetaMask/core/pull/7809))

[Unreleased]: https://github.com/MetaMask/core/
3 changes: 2 additions & 1 deletion packages/config-registry-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"@metamask/profile-sync-controller": "^27.0.0",
"@metamask/remote-feature-flag-controller": "^4.0.0",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^11.9.0"
"@metamask/utils": "^11.9.0",
"reselect": "^5.1.1"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.4",
Expand Down
Loading