File tree Expand file tree Collapse file tree 5 files changed +18
-10
lines changed
snaps-execution-environments Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- - ** BREAKING:** Move assets market data to ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
11- - This handler replaces the ` marketData ` field of ` onAssetsConversion ` , which is now removed.
10+ - Add support for ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
1211
1312## [ 13.1.1]
1413
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- - ** BREAKING:** Move assets market data to ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
11- - This handler replaces the ` marketData ` field of ` onAssetsConversion ` , which is now removed.
10+ - ** BREAKING:** Market data is now fetched through ` onAssetsMarketData ` instead
11+ of ` onAssetConversion `
12+ - Previously, ` onAssetConversion ` could return a ` marketData ` property, which
13+ contained market data for the asset being converted. This property
14+ has been removed, and ` onAssetsMarketData ` should be used instead.
1215
1316## [ 9.1.0]
1417
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- - ** BREAKING:** Move assets market data to ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
11- - This handler replaces the ` marketData ` field of ` onAssetsConversion ` , which is now removed.
10+ - Add support for ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
1211
1312## [ 13.1.0]
1413
Original file line number Diff line number Diff line change @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- - ** BREAKING:** Move assets market data to ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
11- - This handler replaces the ` marketData ` field of ` onAssetsConversion ` , which is now removed.
10+ - ** BREAKING:** Market data is now fetched through ` onAssetsMarketData ` instead
11+ of ` onAssetConversion `
12+ - Previously, ` onAssetConversion ` could return a ` marketData ` property, which
13+ contained market data for the asset being converted. This property
14+ has been removed, and ` onAssetsMarketData ` should be used instead.
15+ - The ` MarketData ` type has been replaced with ` FungibleAssetMarketData ` .
1216
1317## [ 8.1.0]
1418
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- - ** BREAKING:** Move assets market data to ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
11- - This handler replaces the ` marketData ` field of ` onAssetsConversion ` , which is now removed.
10+ - ** BREAKING:** Market data is now fetched through ` onAssetsMarketData ` instead
11+ of ` onAssetConversion `
12+ - Previously, ` onAssetConversion ` could return a ` marketData ` property, which
13+ contained market data for the asset being converted. This property
14+ has been removed, and ` onAssetsMarketData ` should be used instead.
1215 - The ` MarketDataStruct ` is now replaced by the ` FungibleAssetMarketDataStruct ` struct.
1316
1417## [ 10.1.0]
You can’t perform that action at this time.
0 commit comments