From 9d56d126788e0eb68177ca9ed9c4367c035672cb Mon Sep 17 00:00:00 2001 From: Slesarew Date: Thu, 21 Nov 2024 22:25:45 +0200 Subject: [PATCH 1/3] chore: bump version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05c723b..5fa6ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "Extrinsic constructor for Substrate based chains" license = "GPL-3.0-or-later" name = "substrate-constructor" -version = "0.1.0" +version = "0.2.0" authors = [ "Alexander Slesarev ", "Vera Abramova ", @@ -34,9 +34,9 @@ primitive-types = { version = "0.13.1", default-features = false } scale-info = { version = "2.11.5", default-features = false } sp-arithmetic = { version = "26.0.0", default-features = false } sp-crypto-hashing = { version = "0.1.0", default-features = false } -substrate-crypto-light = { git = "https://github.com/Alzymologist/substrate-crypto-light", default-features = false, features = [ +substrate-crypto-light = { version = "0.1.0", default-features = false, features = [ "ecdsa", "ed25519", "sr25519", ] } -substrate_parser = { git = "https://github.com/Alzymologist/substrate-parser", default-features = false } +substrate_parser = { version = "0.7.0", default-features = false } From 1375e90a8f1ba162d4946d5c5722c7e5bb7df539 Mon Sep 17 00:00:00 2001 From: Slesarew Date: Thu, 21 Nov 2024 22:29:48 +0200 Subject: [PATCH 2/3] docs: changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6a85a11 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## v0.2.0 + +Features: + +- Constructor for storage key queries +- Multi-field 'tip' and its support for 'Assets' +- 'Era' construction +- Error descriptions +- Multisignature support + +Bugfixes: + +- 'u32' nonce + From 7f06717965b74dc36ece831ec9b9e2432727eee6 Mon Sep 17 00:00:00 2001 From: Slesarew Date: Thu, 21 Nov 2024 22:34:50 +0200 Subject: [PATCH 3/3] chore: more changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a85a11..57adf3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,4 +11,5 @@ Features: Bugfixes: - 'u32' nonce +- Array construction with correct number of elements