Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
af72a99
feat(ramps-controller): adds ramps controller methods for region elig…
georgeweiler Dec 19, 2025
2b0ea62
refactor: improve code style in RampsController
georgeweiler Dec 19, 2025
337f6cc
chore: lint
georgeweiler Dec 19, 2025
9433aa3
refactor(ramps-controller): consolidate base URL logic by service type
georgeweiler Dec 19, 2025
5121b2e
Merge branch 'main' of github.com:MetaMask/core into TRAM-2923-ramps-…
georgeweiler Dec 19, 2025
20289f0
feat: controller refactoring
georgeweiler Jan 5, 2026
ffaf346
chore: linting
georgeweiler Jan 5, 2026
f4450c6
Merge branch 'main' of github.com:MetaMask/core into TRAM-2923-ramps-…
georgeweiler Jan 5, 2026
f73a548
chore: generate action types for ranmps service
georgeweiler Jan 5, 2026
6933c4e
feat(ramps): adds ramps selectors
georgeweiler Jan 5, 2026
e5f6e8a
refactor(selectors): use request reference comparison and update docs
georgeweiler Jan 6, 2026
2cb98d4
chore: lint
georgeweiler Jan 6, 2026
93f3172
chore: update changelog
georgeweiler Jan 6, 2026
80aca7b
Merge branch 'ramps-controller-selectors' of github.com:MetaMask/core…
georgeweiler Jan 6, 2026
430259a
chore: changelog update
georgeweiler Jan 6, 2026
da766c1
chore: changelog update
georgeweiler Jan 6, 2026
befef7d
chore: test cov 100 percent
georgeweiler Jan 6, 2026
7d89236
Merge branch 'main' of github.com:MetaMask/core into TRAM-2923-ramps-…
georgeweiler Jan 6, 2026
b8f8e12
refactor: use eligibility endpoint, remove geolocated/unsupportedStat…
georgeweiler Jan 6, 2026
14e3a02
chore: linting
georgeweiler Jan 6, 2026
177a36d
fix: linting and test fi
georgeweiler Jan 6, 2026
b05ea96
chore: test update
georgeweiler Jan 6, 2026
579a971
fix: tests
georgeweiler Jan 6, 2026
8b3cd3f
chore: cursor bot fixes
georgeweiler Jan 6, 2026
5fb1b0f
chore: cursor bot fixes
georgeweiler Jan 6, 2026
6a2dbaa
chore: lint
georgeweiler Jan 6, 2026
543e62a
chore: cursor bot fixes
georgeweiler Jan 6, 2026
c86c3a4
chore: cursor bot fixes
georgeweiler Jan 6, 2026
df954ad
chore: lint
georgeweiler Jan 6, 2026
71f20a5
chore: update service action types
georgeweiler Jan 6, 2026
36d44a1
feat: make ramps service context configurable instead of hardcoding m…
georgeweiler Jan 6, 2026
9303f9d
chore: small refactor from code review
georgeweiler Jan 6, 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
2 changes: 2 additions & 0 deletions packages/ramps-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add eligibility state ([#7539](https://github.com/MetaMask/core/pull/7539))

- Add `createRequestSelector` utility function for creating memoized selectors for RampsController request states ([#7554](https://github.com/MetaMask/core/pull/7554))

- Add request caching infrastructure with TTL, deduplication, and abort support ([#7536](https://github.com/MetaMask/core/pull/7536))
Expand Down
Loading
Loading