Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
1a0dbce
feat: add status tracking to RampsController ResourceState
AxelGes Mar 4, 2026
8799d7e
fix: reset status field in resetResource and add test helpers
AxelGes Mar 5, 2026
032b5dd
fix: address cursorbot review comments on ResourceState status tracking
AxelGes Mar 5, 2026
a3313d7
fix: remove unreachable null fallback in getWidgetUrl to restore 100%…
AxelGes Mar 5, 2026
5dd736d
fix: always update status when clearing isLoading to prevent loading/…
AxelGes Mar 5, 2026
9351996
fix: update isLoading and status atomically to prevent transient inco…
AxelGes Mar 5, 2026
e9179cd
restore ?? null guard in getWidgetUrl
AxelGes Mar 5, 2026
48de366
add test for undefined url branch in getWidgetUrl
AxelGes Mar 5, 2026
7c6b4c8
fix: backfill missing status field on persisted ResourceState in cons…
AxelGes Mar 5, 2026
fd80c6b
fix: correct misleading test title for empty url case in getWidgetUrl
AxelGes Mar 5, 2026
2bfaa2a
fix: update status field for native provider resources (userDetails, …
AxelGes Mar 5, 2026
254eeab
Merge branch 'main' into feat/ramps-controller-resource-status
AxelGes Mar 5, 2026
50a9f59
style: fix prettier formatting for buyQuote.status assertions
AxelGes Mar 5, 2026
b61e2e8
fix: prevent concurrent stale requests from regressing resource statu…
AxelGes Mar 5, 2026
ab492fd
refactor: remove constructor deep-merge backfill for ResourceState st…
AxelGes Mar 6, 2026
a9f240d
Merge branch 'main' into feat/ramps-controller-resource-status
AxelGes Mar 6, 2026
ae2ff7b
fix: clear stale terminal status when aborting dependent resources on…
AxelGes Mar 6, 2026
af741b2
refactor: replace #resourceTerminalStatus map with a local variable
AxelGes Mar 9, 2026
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
4 changes: 4 additions & 0 deletions packages/ramps-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add `status` field to `ResourceState` to distinguish between uninitialized and empty-fetched states ([#8116](https://github.com/MetaMask/core/pull/8116))

## [10.2.0]

### Fixed
Expand Down
Loading
Loading