From 7ca4f40ac7ca67967ab1a4b21c3ee55e9d3cccec Mon Sep 17 00:00:00 2001 From: mace Date: Tue, 10 Oct 2023 04:30:27 +0200 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- Cargo.lock | 20 ++++++++++---------- access-segregator/CHANGELOG.md | 9 +++++++++ access-segregator/Cargo.toml | 2 +- basic-fee-handler/CHANGELOG.md | 9 +++++++++ basic-fee-handler/Cargo.toml | 2 +- bridge/CHANGELOG.md | 16 ++++++++++++++++ bridge/Cargo.toml | 2 +- fee-handler-router/CHANGELOG.md | 15 +++++++++++++++ fee-handler-router/Cargo.toml | 2 +- percentage-fee-handler/Cargo.toml | 2 +- rpc/CHANGELOG.md | 8 ++++++++ rpc/Cargo.toml | 2 +- runtime-api/CHANGELOG.md | 8 ++++++++ runtime-api/Cargo.toml | 2 +- substrate-node/node/Cargo.toml | 4 ++-- substrate-node/runtime/Cargo.toml | 2 +- traits/CHANGELOG.md | 9 +++++++++ traits/Cargo.toml | 2 +- 19 files changed, 96 insertions(+), 22 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 99f28c7..d7671a3 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.4-dev","substrate-node/runtime":"4.0.4-dev","percentage-fee-handler":"0.3.1"} diff --git a/Cargo.lock b/Cargo.lock index 7fc3c12..8e20f17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4545,7 +4545,7 @@ dependencies = [ [[package]] name = "node-template" -version = "4.0.3-dev" +version = "4.0.4-dev" dependencies = [ "clap", "cumulus-primitives-core", @@ -4595,7 +4595,7 @@ dependencies = [ [[package]] name = "node-template-runtime" -version = "4.0.3-dev" +version = "4.0.4-dev" dependencies = [ "fixed", "frame-benchmarking", @@ -8604,7 +8604,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sygma-access-segregator" -version = "0.2.0" +version = "0.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8619,7 +8619,7 @@ dependencies = [ [[package]] name = "sygma-basic-feehandler" -version = "0.3.0" +version = "0.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8639,7 +8639,7 @@ dependencies = [ [[package]] name = "sygma-bridge" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrayref", "assert_matches", @@ -8677,7 +8677,7 @@ dependencies = [ [[package]] name = "sygma-fee-handler-router" -version = "0.3.0" +version = "0.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8699,7 +8699,7 @@ dependencies = [ [[package]] name = "sygma-percentage-feehandler" -version = "0.3.0" +version = "0.3.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8719,7 +8719,7 @@ dependencies = [ [[package]] name = "sygma-rpc" -version = "0.2.1" +version = "0.3.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8735,7 +8735,7 @@ dependencies = [ [[package]] name = "sygma-runtime-api" -version = "0.2.1" +version = "0.3.0" dependencies = [ "sp-api", "sygma-bridge", @@ -8744,7 +8744,7 @@ dependencies = [ [[package]] name = "sygma-traits" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ethabi", "frame-support", diff --git a/access-segregator/CHANGELOG.md b/access-segregator/CHANGELOG.md index 3a0077c..67f5407 100644 --- a/access-segregator/CHANGELOG.md +++ b/access-segregator/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-access-segregator-v0.2.0...sygma-access-segregator-v0.3.0) (2023-10-10) + + +### 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)) +* 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)) + ## [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 e4b58bc..48203ad 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 d349e7d..24cde69 100644 --- a/basic-fee-handler/CHANGELOG.md +++ b/basic-fee-handler/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-basic-feehandler-v0.3.0...sygma-basic-feehandler-v0.4.0) (2023-10-10) + + +### 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)) +* 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)) + ## [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 dc46a3c..2b3b8de 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/CHANGELOG.md b/bridge/CHANGELOG.md index b6ecb95..853ae26 100644 --- a/bridge/CHANGELOG.md +++ b/bridge/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.4.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-bridge-v0.3.0...sygma-bridge-v0.4.0) (2023-10-10) + + +### 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 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)) +* 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)) + + +### 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 26d65ae..19fee3b 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 d9435fc..e6b5f80 100644 --- a/fee-handler-router/CHANGELOG.md +++ b/fee-handler-router/CHANGELOG.md @@ -1,5 +1,20 @@ # 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) (2023-10-10) + + +### 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)) +* 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)) + + +### 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 59d4370..fa81e47 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 ab6b08a..315bce1 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 1da9e28..b8f77d3 100644 --- a/rpc/CHANGELOG.md +++ b/rpc/CHANGELOG.md @@ -2,6 +2,14 @@ +## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-rpc-v0.2.1...sygma-rpc-v0.3.0) (2023-10-10) + + +### 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)) + ## [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 971dce5..5f3f7d5 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 2d4ed8d..e290980 100644 --- a/runtime-api/CHANGELOG.md +++ b/runtime-api/CHANGELOG.md @@ -2,6 +2,14 @@ +## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-runtime-api-v0.2.1...sygma-runtime-api-v0.3.0) (2023-10-10) + + +### 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)) + ## [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 07f7e72..7c40ebb 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/node/Cargo.toml b/substrate-node/node/Cargo.toml index e47fd28..b6a1448 100644 --- a/substrate-node/node/Cargo.toml +++ b/substrate-node/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "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/substrate.git", branch = "polkadot-v1.0.0" } # Local Dependencies -node-template-runtime = { version = "4.0.3-dev", path = "../runtime" } +node-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/runtime/Cargo.toml b/substrate-node/runtime/Cargo.toml index 5c03d66..5a0843f 100644 --- a/substrate-node/runtime/Cargo.toml +++ b/substrate-node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-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 125104c..7aad60f 100644 --- a/traits/CHANGELOG.md +++ b/traits/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-traits-v0.2.0...sygma-traits-v0.3.0) (2023-10-10) + + +### 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)) +* 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)) + ## [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 d718fd6..5bb5c6b 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"