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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"access-segregator":"0.1.0","basic-fee-handler":"0.1.0","bridge":"0.1.0","fee-handler-router":"0.1.0","rpc":"0.1.0","runtime-api":"0.1.0","traits":"0.1.0","substrate-node/node":"4.0.1-dev","substrate-node/runtime":"4.0.1-dev"}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions access-segregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2023-03-01)


### Features

* Upgrade to polkadot v0.9.37 ([#61](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/61)) ([cbe3f83](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cbe3f8391c1110a22c167c9ddb1c5f28b7fc2466))
9 changes: 9 additions & 0 deletions basic-fee-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.1.0 (2023-03-01)


### Features

* Impl fee handler router ([#43](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/43)) ([efb6818](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/efb6818e7558b7142aa1954b90f32397ad87f4f6))
* Upgrade to polkadot v0.9.37 ([#61](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/61)) ([cbe3f83](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cbe3f8391c1110a22c167c9ddb1c5f28b7fc2466))
21 changes: 21 additions & 0 deletions bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## 0.1.0 (2023-03-01)


### Features

* Add runtime RPC call ([#55](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/55)) ([cd6e7ee](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cd6e7ee5748e89b32cb6c756f724ef9662e9be0c))
* Change generalIndex to generalKey in extract dest data method ([#62](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/62)) ([3422f01](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/3422f01acff51ed19bcae2159a34ac4f0968c0ad))
* Decimal converter ([#57](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/57)) ([9dddcd7](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/9dddcd77d1dad41ba7012896ae4a180d222da00f))
* Impl fee handler router ([#43](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/43)) ([efb6818](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/efb6818e7558b7142aa1954b90f32397ad87f4f6))
* Multi domain support ([#48](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/48)) ([f892602](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f8926024df10a5b814c8b043ae70760e7c498e3e))
* Retry extrinisic changes ([#63](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/63)) ([798236c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/798236c4fb9f130844c26e7b0ed487f3864cee07))
* Upgrade to polkadot v0.9.37 ([#61](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/61)) ([cbe3f83](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cbe3f8391c1110a22c167c9ddb1c5f28b7fc2466))


### Bug Fixes

* Fix for proposal execution ([#56](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/56)) ([8ea2b3d](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/8ea2b3da7a0ecb424160f45d34435e5b60f96243))
* Remove dependencies for toolchain mem-allocator/panic-handler ([#58](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/58)) ([54cf3cb](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/54cf3cb07832c79cac9a467e7119239cfb12311e))
* Reorder of transfer_type in Deposit event ([#50](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/50)) ([2c2ee18](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/2c2ee18d330340e5f78a853d8810102bec363f2b))
9 changes: 9 additions & 0 deletions fee-handler-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.1.0 (2023-03-01)


### Features

* Impl fee handler router ([#43](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/43)) ([efb6818](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/efb6818e7558b7142aa1954b90f32397ad87f4f6))
* Upgrade to polkadot v0.9.37 ([#61](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/61)) ([cbe3f83](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cbe3f8391c1110a22c167c9ddb1c5f28b7fc2466))
9 changes: 9 additions & 0 deletions rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.1.0 (2023-03-01)


### Features

* Add runtime RPC call ([#55](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/55)) ([cd6e7ee](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cd6e7ee5748e89b32cb6c756f724ef9662e9be0c))
* Upgrade to polkadot v0.9.37 ([#61](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/61)) ([cbe3f83](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cbe3f8391c1110a22c167c9ddb1c5f28b7fc2466))
9 changes: 9 additions & 0 deletions runtime-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.1.0 (2023-03-01)


### Features

* Add runtime RPC call ([#55](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/55)) ([cd6e7ee](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cd6e7ee5748e89b32cb6c756f724ef9662e9be0c))
* Upgrade to polkadot v0.9.37 ([#61](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/61)) ([cbe3f83](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cbe3f8391c1110a22c167c9ddb1c5f28b7fc2466))
4 changes: 2 additions & 2 deletions substrate-node/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-template"
version = "4.0.0-dev"
version = "4.0.1-dev"
description = "A fresh FRAME-based Substrate node, ready for hacking."
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io/"
Expand Down Expand Up @@ -59,7 +59,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-v0.9.37" }

# Local Dependencies
node-template-runtime = { version = "4.0.0-dev", path = "../runtime" }
node-template-runtime = { version = "4.0.1-dev", path = "../runtime" }
sygma-rpc = { path = "../../rpc", default-features = false }
sygma-runtime-api = { path = "../../runtime-api", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion substrate-node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-template-runtime"
version = "4.0.0-dev"
version = "4.0.1-dev"
description = "A fresh FRAME-based Substrate node, ready for hacking."
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io/"
Expand Down
11 changes: 11 additions & 0 deletions traits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## 0.1.0 (2023-03-01)


### Features

* Decimal converter ([#57](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/57)) ([9dddcd7](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/9dddcd77d1dad41ba7012896ae4a180d222da00f))
* Impl fee handler router ([#43](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/43)) ([efb6818](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/efb6818e7558b7142aa1954b90f32397ad87f4f6))
* Multi domain support ([#48](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/48)) ([f892602](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/f8926024df10a5b814c8b043ae70760e7c498e3e))
* Upgrade to polkadot v0.9.37 ([#61](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/61)) ([cbe3f83](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/cbe3f8391c1110a22c167c9ddb1c5f28b7fc2466))