Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
24add32
feat: adds loading state to ramps controller
georgeweiler Jan 29, 2026
dbdbdfc
feat: adds loading and error state to ramps controller
georgeweiler Jan 29, 2026
3a54173
Merge branch 'main' of github.com:MetaMask/core into ramps-loading-state
georgeweiler Jan 29, 2026
f9e4f08
chore: changelog update
georgeweiler Jan 29, 2026
1dfb044
chore: lint and 100 test coverage
georgeweiler Jan 29, 2026
b00fa9b
feat: update ramp controller state to use nested resource objects
georgeweiler Jan 29, 2026
1f4cfbe
chore: controller test update
georgeweiler Jan 29, 2026
a0d8a41
chore: controller test update
georgeweiler Jan 29, 2026
9b4cf08
chore: selectors test update
georgeweiler Jan 29, 2026
03388d2
Merge branch 'main' of github.com:MetaMask/core into ramps-loading-state
georgeweiler Feb 2, 2026
6e7c9d2
chore: formatting
georgeweiler Feb 2, 2026
ee50872
chore: changelog update
georgeweiler Feb 2, 2026
6229c0e
chore: lint and refactor
georgeweiler Feb 2, 2026
5740835
chore: changelog
georgeweiler Feb 2, 2026
7aa95e9
feat: race condition fixes from code review
georgeweiler Feb 2, 2026
6bac097
feat: race condition fixes from code review
georgeweiler Feb 2, 2026
596b802
chore: bugbot
georgeweiler Feb 2, 2026
9239cb2
chore: bugbot
georgeweiler Feb 2, 2026
3f1beec
chore: bugbot
georgeweiler Feb 2, 2026
8a28108
chore: lint and fix test
georgeweiler Feb 3, 2026
00ec4cb
feat: removes loading error state from user regino
georgeweiler Feb 3, 2026
2aeb120
chore: formatting
georgeweiler Feb 3, 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]

### Changed

- **BREAKING:** Restructure `RampsControllerState` to use nested `ResourceState` objects for each resource with `data`, `selected`, `isLoading`, and `error` ([#7779](https://github.com/MetaMask/core/pull/7779))

## [5.1.0]

### Added
Expand Down
Loading
Loading