Skip to content

Commit

Permalink
Merge pull request #47 from Alzymologist/release-0-2-0
Browse files Browse the repository at this point in the history
chore: Release 0.2.0
  • Loading branch information
varovainen authored Nov 21, 2024
2 parents 9e4f0b2 + 7f06717 commit 848041f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 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
- Array construction with correct number of elements

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Vera Abramova <[email protected]>",
Expand Down Expand Up @@ -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 }

0 comments on commit 848041f

Please sign in to comment.