From 5a6c8ae8e6024dc44171ec6f76a634b43f828dc4 Mon Sep 17 00:00:00 2001 From: Nikolay Topkaridi Date: Wed, 15 Mar 2023 16:26:37 +0300 Subject: [PATCH] chore(main): release sygma-sdk-core 1.2.0 (#201) * chore(main): release sygma-sdk-core 1.2.0 * fixed changelog for version 1.2.0 --- packages/sdk/CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index ebdc926a0..7eacf7904 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,12 +1,44 @@ # Changelog -## [1.2.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.4...sygma-sdk-core-v1.2.0) (2023-03-14) +## [1.2.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.2.0...sygma-sdk-core-v1.2.0) (2023-03-15) ### Features +* Add blocks confirmation amount param to config ([#140](https://github.com/sygmaprotocol/sygma-sdk/issues/140)) ([b3c5062](https://github.com/sygmaprotocol/sygma-sdk/commit/b3c50627f2219b43234abb4f548dbed9a77300a4)) +* Add ERC721 support to SDK ([#82](https://github.com/sygmaprotocol/sygma-sdk/issues/82)) ([1222bea](https://github.com/sygmaprotocol/sygma-sdk/commit/1222bea1ec027d323d1974dd1c236a24951e769d)) +* Adds msgGasLimit as param when requesting fee from fee oracle service ([#136](https://github.com/sygmaprotocol/sygma-sdk/issues/136)) ([449b5fa](https://github.com/sygmaprotocol/sygma-sdk/commit/449b5fa627158dbe04d04cd298def80a7d626c1f)) +* Create ERC721 example application and documents ([#83](https://github.com/sygmaprotocol/sygma-sdk/issues/83)) ([f6ce371](https://github.com/sygmaprotocol/sygma-sdk/commit/f6ce371c0a1f410050ddd4b01954f00c38d1f571)) +* node example for generic handler ([#100](https://github.com/sygmaprotocol/sygma-sdk/issues/100)) ([247dd7b](https://github.com/sygmaprotocol/sygma-sdk/commit/247dd7bf19ff97dd3fe3955168f2829f6f9fe62f)) +* sdk support for generic handler and generic example app ([#85](https://github.com/sygmaprotocol/sygma-sdk/issues/85)) ([3365923](https://github.com/sygmaprotocol/sygma-sdk/commit/3365923b7aa215988cedc9e9b6019dece1b2e86d)) * substrate support to SDK ([#154](https://github.com/sygmaprotocol/sygma-sdk/issues/154)) ([856c231](https://github.com/sygmaprotocol/sygma-sdk/commit/856c2315fda53176c562215c0a9c9ede5f593a57)) * Update deposit method to support substrate addresses ([#189](https://github.com/sygmaprotocol/sygma-sdk/issues/189)) ([a569165](https://github.com/sygmaprotocol/sygma-sdk/commit/a5691651440f482c0b027b40827f92e86dc1b333)) +* update utility functions to accomodate permissionless and permissioned handlers ([#132](https://github.com/sygmaprotocol/sygma-sdk/issues/132)) ([e49feac](https://github.com/sygmaprotocol/sygma-sdk/commit/e49feace8a43dc8579339a0567c5124fb93f2ce6)) + + +### Bug Fixes + +* add getApproved to the readme ([#120](https://github.com/sygmaprotocol/sygma-sdk/issues/120)) ([ae4981b](https://github.com/sygmaprotocol/sygma-sdk/commit/ae4981bca9327f830ebc8af89ca374fc369063a7)) +* Check/update dependencies for packages ([#138](https://github.com/sygmaprotocol/sygma-sdk/issues/138)) ([b4875e8](https://github.com/sygmaprotocol/sygma-sdk/commit/b4875e810fdd9bd841c0c1add9858c00616ffc47)) +* destination network selection ([#104](https://github.com/sygmaprotocol/sygma-sdk/issues/104)) ([3f2dbb1](https://github.com/sygmaprotocol/sygma-sdk/commit/3f2dbb163219395715b4b6f418903181be81f5bc)) +* fix amount in createOracleFeeData ([#162](https://github.com/sygmaprotocol/sygma-sdk/issues/162)) ([a39180d](https://github.com/sygmaprotocol/sygma-sdk/commit/a39180d5e9d5993ee6c15abc6aa8a6e1c1939632)) +* fix imports ([#135](https://github.com/sygmaprotocol/sygma-sdk/issues/135)) ([19c43e1](https://github.com/sygmaprotocol/sygma-sdk/commit/19c43e16411ef4406e8c9866d2924bfb81d1ef4e)) +* Fix url to query oracle service ([#159](https://github.com/sygmaprotocol/sygma-sdk/issues/159)) ([ea762a0](https://github.com/sygmaprotocol/sygma-sdk/commit/ea762a0a8df2d5c7a291bc818a386a46df55fec2)) +* linter issues ([#149](https://github.com/sygmaprotocol/sygma-sdk/issues/149)) ([20c537d](https://github.com/sygmaprotocol/sygma-sdk/commit/20c537d983dbdba270264a7b551f7719b3cd0f1d)) +* Remove linked dependency from examples ([#139](https://github.com/sygmaprotocol/sygma-sdk/issues/139)) ([430f1b5](https://github.com/sygmaprotocol/sygma-sdk/commit/430f1b5645af654a2e750fc045ae54f2a064859c)) +* remove unneccessary dependencies ([#163](https://github.com/sygmaprotocol/sygma-sdk/issues/163)) ([dec73cd](https://github.com/sygmaprotocol/sygma-sdk/commit/dec73cd0a7380812b59d23327edd333a3030bb8d)) +* updated readme ([#87](https://github.com/sygmaprotocol/sygma-sdk/issues/87)) ([f99d237](https://github.com/sygmaprotocol/sygma-sdk/commit/f99d2374a06c80c4af41f7dad13f7eff1598c753)) +* updated readme in sdk ([#118](https://github.com/sygmaprotocol/sygma-sdk/issues/118)) ([4ca6317](https://github.com/sygmaprotocol/sygma-sdk/commit/4ca6317c97f2b4daca7d88beeebe3f5c394248a8)) +* usage of deprecated `substr` ([#157](https://github.com/sygmaprotocol/sygma-sdk/issues/157)) ([94a67c9](https://github.com/sygmaprotocol/sygma-sdk/commit/94a67c97d4fdfc3bcfd6a7856b4754263d810473)) + + + +### Miscellaneous Chores + +* release 1.0.0 ([bb6a505](https://github.com/sygmaprotocol/sygma-sdk/commit/bb6a5053d843960f445f0dacebe101745f4d908f)) +* updating package to sygma-contracts ([#36](https://github.com/sygmaprotocol/sygma-sdk/issues/36)) ([e3af317](https://github.com/sygmaprotocol/sygma-sdk/commit/e3af31750a12564ff8c4df01fef453053b02c8d9)) + + ## [1.1.4](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.3...sygma-sdk-core-v1.1.4) (2023-02-22)