Skip to content
Open
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
8 changes: 8 additions & 0 deletions packages/ramps-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.1.0]

### Added

- Subscribe pending Transak Native orders (`transak-native` / `transak-native-staging`) to Transak's public Pusher order-ID channels for real-time status wake-ups; each event triggers an immediate `#refreshOrder` through the MetaMask on-ramp API so status normalization stays server-side, with HTTP polling retained as fallback when disconnected ([#9541](https://github.com/MetaMask/core/pull/9541))
- Add `pusher-js` dependency and export `isTransakNativeProvider`, `createPusherTransakOrderUpdatesClient`, and related Transak order-update types/constants ([#9541](https://github.com/MetaMask/core/pull/9541))
- Add optional `transakOrderUpdatesClient` to `RampsControllerOptions` for injecting a mock client in tests ([#9541](https://github.com/MetaMask/core/pull/9541))

## [17.0.0]

### Added
Expand Down
5 changes: 3 additions & 2 deletions packages/ramps-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/ramps-controller",
"version": "17.0.0",
"version": "17.1.0",
"description": "A controller for managing cryptocurrency on/off ramps functionality",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -60,7 +60,8 @@
"@metamask/controller-utils": "^12.3.0",
"@metamask/messenger": "^2.0.0",
"@metamask/profile-sync-controller": "^28.3.0",
"@metamask/remote-feature-flag-controller": "^4.2.2"
"@metamask/remote-feature-flag-controller": "^4.2.2",
"pusher-js": "^8.4.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^6.1.0",
Expand Down
Loading
Loading