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

## [Unreleased]

### Added

- Expose all public `RampsController` methods through its messenger ([#8221](https://github.com/MetaMask/core/pull/8221))
- The following actions are now available:
- `RampsController:executeRequest`
- `RampsController:abortRequest`
- `RampsController:getRequestState`
- `RampsController:setUserRegion`
- `RampsController:setSelectedProvider`
- `RampsController:init`
- `RampsController:getCountries`
- `RampsController:getTokens`
- `RampsController:getProviders`
- `RampsController:getPaymentMethods`
- `RampsController:setSelectedPaymentMethod`
- `RampsController:addOrder`
- `RampsController:removeOrder`
- `RampsController:startOrderPolling`
- `RampsController:stopOrderPolling`
- `RampsController:getBuyWidgetData`
- `RampsController:addPrecreatedOrder`
- `RampsController:getOrderFromCallback`
- `RampsController:transakSetApiKey`
- `RampsController:transakSetAccessToken`
- `RampsController:transakClearAccessToken`
- `RampsController:transakSetAuthenticated`
- `RampsController:transakResetState`
- `RampsController:transakSendUserOtp`
- `RampsController:transakVerifyUserOtp`
- `RampsController:transakLogout`
- `RampsController:transakGetUserDetails`
- `RampsController:transakGetBuyQuote`
- `RampsController:transakGetKycRequirement`
- `RampsController:transakGetAdditionalRequirements`
- `RampsController:transakCreateOrder`
- `RampsController:transakGetOrder`
- `RampsController:transakGetUserLimits`
- `RampsController:transakRequestOtt`
- `RampsController:transakGeneratePaymentWidgetUrl`
- `RampsController:transakSubmitPurposeOfUsageForm`
- `RampsController:transakPatchUser`
- `RampsController:transakSubmitSsnDetails`
- `RampsController:transakConfirmPayment`
- `RampsController:transakGetTranslation`
- `RampsController:transakGetIdProofStatus`
- `RampsController:transakCancelOrder`
- `RampsController:transakCancelAllActiveOrders`
- `RampsController:transakGetActiveOrders`
- Corresponding action types are now exported (e.g. `RampsControllerGetOrderAction`)

## [12.0.0]

### Changed
Expand Down
Loading
Loading