diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 99f28c7b..a42a521c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"access-segregator":"0.2.0","basic-fee-handler":"0.3.0","bridge":"0.3.0","fee-handler-router":"0.3.0","rpc":"0.2.1","runtime-api":"0.2.1","traits":"0.2.0","substrate-node/node":"4.0.3-dev","substrate-node/runtime":"4.0.3-dev"} +{"access-segregator":"0.3.0","basic-fee-handler":"0.4.0","bridge":"0.4.0","fee-handler-router":"0.4.0","rpc":"0.3.0","runtime-api":"0.3.0","traits":"0.3.0","substrate-node/node":"4.0.3-dev","substrate-node/runtime":"4.0.3-dev","substrate-node/parachain/node":"4.0.4-dev","substrate-node/parachain/runtime":"4.0.4-dev","substrate-node/standalone/node":"4.0.4-dev","substrate-node/standalone/runtime":"4.0.4-dev","bridge-forwarder":"0.3.1","percentage-fee-handler":"0.3.1","xcm-bridge":"0.3.1"} diff --git a/Cargo.lock b/Cargo.lock index 96da4099..f778b3a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "parachain-node-template" -version = "4.0.3-dev" +version = "4.0.4-dev" dependencies = [ "clap", "color-print", @@ -6948,7 +6948,7 @@ dependencies = [ [[package]] name = "parachain-template-runtime" -version = "4.0.3-dev" +version = "4.0.4-dev" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", @@ -12119,7 +12119,7 @@ dependencies = [ [[package]] name = "standalone-node-template" -version = "4.0.3-dev" +version = "4.0.4-dev" dependencies = [ "clap", "cumulus-primitives-core", @@ -12169,7 +12169,7 @@ dependencies = [ [[package]] name = "standalone-template-runtime" -version = "4.0.3-dev" +version = "4.0.4-dev" dependencies = [ "fixed", "frame-benchmarking", @@ -12413,7 +12413,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "sygma-access-segregator" -version = "0.2.0" +version = "0.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -12428,7 +12428,7 @@ dependencies = [ [[package]] name = "sygma-basic-feehandler" -version = "0.3.0" +version = "0.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -12448,7 +12448,7 @@ dependencies = [ [[package]] name = "sygma-bridge" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrayref", "assert_matches", @@ -12492,7 +12492,7 @@ dependencies = [ [[package]] name = "sygma-bridge-forwarder" -version = "0.3.0" +version = "0.3.1" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -12518,7 +12518,7 @@ dependencies = [ [[package]] name = "sygma-fee-handler-router" -version = "0.3.0" +version = "0.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -12540,7 +12540,7 @@ dependencies = [ [[package]] name = "sygma-percentage-feehandler" -version = "0.3.0" +version = "0.3.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -12560,7 +12560,7 @@ dependencies = [ [[package]] name = "sygma-rpc" -version = "0.2.1" +version = "0.3.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12576,7 +12576,7 @@ dependencies = [ [[package]] name = "sygma-runtime-api" -version = "0.2.1" +version = "0.3.0" dependencies = [ "sp-api", "sygma-bridge", @@ -12585,7 +12585,7 @@ dependencies = [ [[package]] name = "sygma-traits" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ethabi", "frame-support", @@ -12599,7 +12599,7 @@ dependencies = [ [[package]] name = "sygma-xcm-bridge" -version = "0.3.0" +version = "0.3.1" dependencies = [ "cumulus-pallet-dmp-queue", "cumulus-pallet-xcm", diff --git a/access-segregator/CHANGELOG.md b/access-segregator/CHANGELOG.md index 3a0077c6..782064b4 100644 --- a/access-segregator/CHANGELOG.md +++ b/access-segregator/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-access-segregator-v0.2.0...sygma-access-segregator-v0.3.0) (2024-02-26) + + +### Features + +* Add pause/unpause all bridges extrinsics ([#124](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/124)) ([c0aaeda](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c0aaeda7b7eb1628b99360305c3e9c85e6b5a6b2)) +* standalone runtime and parachain runtime ([#148](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/148)) ([0a67e27](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/0a67e27cc2467777432cd61fd10c14491023c35e)) +* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4)) +* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366)) +* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292)) +* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26)) + ## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-access-segregator-v0.1.0...sygma-access-segregator-v0.2.0) (2023-05-11) diff --git a/access-segregator/Cargo.toml b/access-segregator/Cargo.toml index 658b0b90..eb0a8d46 100644 --- a/access-segregator/Cargo.toml +++ b/access-segregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-access-segregator" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "LGPL-3.0" diff --git a/basic-fee-handler/CHANGELOG.md b/basic-fee-handler/CHANGELOG.md index d349e7de..8b772716 100644 --- a/basic-fee-handler/CHANGELOG.md +++ b/basic-fee-handler/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-basic-feehandler-v0.3.0...sygma-basic-feehandler-v0.4.0) (2024-02-26) + + +### Features + +* Add percentage fee handler pallet ([#118](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/118)) ([da8445c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/da8445c508e25b014a9c06ae30f48fa1151084a8)) +* standalone runtime and parachain runtime ([#148](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/148)) ([0a67e27](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/0a67e27cc2467777432cd61fd10c14491023c35e)) +* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4)) +* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366)) +* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292)) +* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26)) + ## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-basic-feehandler-v0.2.0...sygma-basic-feehandler-v0.3.0) (2023-05-24) diff --git a/basic-fee-handler/Cargo.toml b/basic-fee-handler/Cargo.toml index abc2fa6e..0ddc218a 100644 --- a/basic-fee-handler/Cargo.toml +++ b/basic-fee-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-basic-feehandler" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "LGPL-3.0" diff --git a/bridge-forwarder/Cargo.toml b/bridge-forwarder/Cargo.toml index c65c7a64..dab6fbce 100644 --- a/bridge-forwarder/Cargo.toml +++ b/bridge-forwarder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-bridge-forwarder" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "LGPL-3.0" diff --git a/bridge/CHANGELOG.md b/bridge/CHANGELOG.md index b6ecb957..6ced47ad 100644 --- a/bridge/CHANGELOG.md +++ b/bridge/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.4.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-bridge-v0.3.0...sygma-bridge-v0.4.0) (2024-02-26) + + +### Features + +* Add % fee lower and upper bound ([#121](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/121)) ([f436516](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f4365164f978706bd8e6b35c811cb31ef5a5885b)) +* Add AssetTransactor implementation with XCM ([#145](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/145)) ([9dd2b53](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/9dd2b533cf37c5bf4de9d6ff44f0e45bb72507b0)) +* Add pause/unpause all bridges extrinsics ([#124](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/124)) ([c0aaeda](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c0aaeda7b7eb1628b99360305c3e9c85e6b5a6b2)) +* Add percentage fee handler pallet ([#118](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/118)) ([da8445c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/da8445c508e25b014a9c06ae30f48fa1151084a8)) +* Multiple liquidity holder accounts support ([#126](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/126)) ([af17077](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/af17077a5797461609a088920f1750ecc25e0501)) +* standalone runtime and parachain runtime ([#148](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/148)) ([0a67e27](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/0a67e27cc2467777432cd61fd10c14491023c35e)) +* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4)) +* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366)) +* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292)) +* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26)) + + +### Bug Fixes + +* Fix overflow and unexpected behavior of deposit nonce set/get ([#127](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/127)) ([814307b](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/814307b16343d7c5b73c7f46f818c8d917e233d0)) + ## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-bridge-v0.2.0...sygma-bridge-v0.3.0) (2023-05-24) diff --git a/bridge/Cargo.toml b/bridge/Cargo.toml index 402b7ca0..592543b8 100644 --- a/bridge/Cargo.toml +++ b/bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-bridge" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "LGPL-3.0" diff --git a/fee-handler-router/CHANGELOG.md b/fee-handler-router/CHANGELOG.md index d9435fc0..dc7b9078 100644 --- a/fee-handler-router/CHANGELOG.md +++ b/fee-handler-router/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.4.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-fee-handler-router-v0.3.0...sygma-fee-handler-router-v0.4.0) (2024-02-26) + + +### Features + +* Add pause/unpause all bridges extrinsics ([#124](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/124)) ([c0aaeda](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c0aaeda7b7eb1628b99360305c3e9c85e6b5a6b2)) +* Add percentage fee handler pallet ([#118](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/118)) ([da8445c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/da8445c508e25b014a9c06ae30f48fa1151084a8)) +* standalone runtime and parachain runtime ([#148](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/148)) ([0a67e27](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/0a67e27cc2467777432cd61fd10c14491023c35e)) +* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4)) +* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366)) +* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292)) +* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26)) + + +### Bug Fixes + +* fix the e2e setup script ([#107](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/107)) ([458112e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/458112e81519b801bbb9e5d4342de81a03578da3)) + ## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-fee-handler-router-v0.2.0...sygma-fee-handler-router-v0.3.0) (2023-05-24) diff --git a/fee-handler-router/Cargo.toml b/fee-handler-router/Cargo.toml index 4f6c9384..89708173 100644 --- a/fee-handler-router/Cargo.toml +++ b/fee-handler-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-fee-handler-router" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "LGPL-3.0" diff --git a/percentage-fee-handler/Cargo.toml b/percentage-fee-handler/Cargo.toml index 9364a4c0..5cf5b49c 100644 --- a/percentage-fee-handler/Cargo.toml +++ b/percentage-fee-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-percentage-feehandler" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "LGPL-3.0" diff --git a/rpc/CHANGELOG.md b/rpc/CHANGELOG.md index 1da9e28b..af1b14b8 100644 --- a/rpc/CHANGELOG.md +++ b/rpc/CHANGELOG.md @@ -2,6 +2,16 @@ +## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-rpc-v0.2.1...sygma-rpc-v0.3.0) (2024-02-26) + + +### Features + +* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4)) +* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366)) +* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292)) +* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26)) + ## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-rpc-v0.1.0...sygma-rpc-v0.2.0) (2023-05-11) diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index e3cb3c31..79f4083c 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-rpc" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "LGPL-3.0" diff --git a/runtime-api/CHANGELOG.md b/runtime-api/CHANGELOG.md index 2d4ed8d6..6e7f3641 100644 --- a/runtime-api/CHANGELOG.md +++ b/runtime-api/CHANGELOG.md @@ -2,6 +2,16 @@ +## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-runtime-api-v0.2.1...sygma-runtime-api-v0.3.0) (2024-02-26) + + +### Features + +* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4)) +* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366)) +* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292)) +* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26)) + ## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-runtime-api-v0.1.0...sygma-runtime-api-v0.2.0) (2023-05-11) diff --git a/runtime-api/Cargo.toml b/runtime-api/Cargo.toml index 23a555a1..60c5b584 100644 --- a/runtime-api/Cargo.toml +++ b/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-runtime-api" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "LGPL-3.0" diff --git a/substrate-node/parachain/node/Cargo.toml b/substrate-node/parachain/node/Cargo.toml index 7edb560c..5d33dc56 100644 --- a/substrate-node/parachain/node/Cargo.toml +++ b/substrate-node/parachain/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parachain-node-template" -version = "4.0.3-dev" +version = "4.0.4-dev" description = "A fresh FRAME-based Substrate node, ready for hacking." authors = ["Substrate DevHub "] homepage = "https://substrate.io/" @@ -84,7 +84,7 @@ frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/parityte frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } # Local Dependencies -parachain-template-runtime = { version = "4.0.3-dev", path = "../runtime" } +parachain-template-runtime = { version = "4.0.4-dev", path = "../runtime" } sygma-rpc = { path = "../../../rpc", default-features = false } sygma-runtime-api = { path = "../../../runtime-api", default-features = false } diff --git a/substrate-node/parachain/runtime/Cargo.toml b/substrate-node/parachain/runtime/Cargo.toml index dfde8872..bdc39230 100644 --- a/substrate-node/parachain/runtime/Cargo.toml +++ b/substrate-node/parachain/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parachain-template-runtime" -version = "4.0.3-dev" +version = "4.0.4-dev" authors = ["Substrate DevHub "] description = "A new Cumulus FRAME-based Substrate Runtime, ready for hacking together a parachain." license = "LGPL-3.0" diff --git a/substrate-node/standalone/node/Cargo.toml b/substrate-node/standalone/node/Cargo.toml index 613319a8..caaeb482 100644 --- a/substrate-node/standalone/node/Cargo.toml +++ b/substrate-node/standalone/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "standalone-node-template" -version = "4.0.3-dev" +version = "4.0.4-dev" description = "A fresh FRAME-based Substrate node, ready for hacking." authors = ["Substrate DevHub "] homepage = "https://substrate.io/" @@ -63,7 +63,7 @@ frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/parityte frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } # Local Dependencies -standalone-template-runtime = { version = "4.0.3-dev", path = "../runtime" } +standalone-template-runtime = { version = "4.0.4-dev", path = "../runtime" } sygma-rpc = { path = "../../../rpc", default-features = false } sygma-runtime-api = { path = "../../../runtime-api", default-features = false } diff --git a/substrate-node/standalone/runtime/Cargo.toml b/substrate-node/standalone/runtime/Cargo.toml index 65a31880..39da4820 100644 --- a/substrate-node/standalone/runtime/Cargo.toml +++ b/substrate-node/standalone/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "standalone-template-runtime" -version = "4.0.3-dev" +version = "4.0.4-dev" description = "A fresh FRAME-based Substrate node, ready for hacking." authors = ["Substrate DevHub "] homepage = "https://substrate.io/" diff --git a/traits/CHANGELOG.md b/traits/CHANGELOG.md index 125104c7..365a28a2 100644 --- a/traits/CHANGELOG.md +++ b/traits/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-traits-v0.2.0...sygma-traits-v0.3.0) (2024-02-26) + + +### Features + +* Add AssetTransactor implementation with XCM ([#145](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/145)) ([9dd2b53](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/9dd2b533cf37c5bf4de9d6ff44f0e45bb72507b0)) +* Add percentage fee handler pallet ([#118](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/118)) ([da8445c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/da8445c508e25b014a9c06ae30f48fa1151084a8)) +* Upgrade to polkadot v0.9.43 ([#111](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/111)) ([1d7fc5a](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1d7fc5afe34d50168823bef92e610ea50ed9bdd4)) +* Upgrade to polkadot v1.0.0 ([#125](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/125)) ([f334bfe](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f334bfee2f4ef61755d4d6c37d749db7c319c366)) +* Upgrade to polkadot v1.1.0 ([#131](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/131)) ([c6c923e](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c6c923e697511bacbdaa7c6ae812b453b2158292)) +* Upgrade to polkadot v1.2.0 ([#132](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/132)) ([3ff60b9](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3ff60b9f833ba6769825cfa74eddb5776619fc26)) + ## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-traits-v0.1.0...sygma-traits-v0.2.0) (2023-05-11) diff --git a/traits/Cargo.toml b/traits/Cargo.toml index f6160bc8..f801d80a 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-traits" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "LGPL-3.0" diff --git a/xcm-bridge/Cargo.toml b/xcm-bridge/Cargo.toml index 505cc0cf..b3eb4cb3 100644 --- a/xcm-bridge/Cargo.toml +++ b/xcm-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sygma-xcm-bridge" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "LGPL-3.0"