Skip to content

Commit

Permalink
Merge pull request #181 from Alzymologist/release-0-7-0
Browse files Browse the repository at this point in the history
chore: release 0.7.0
  • Loading branch information
varovainen authored Nov 21, 2024
2 parents 3a4a2c5 + 53cebf8 commit 77d5107
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.7.0

- Use types from `substrate-crypto-light` crate
- Asset tip recognition
- Multisignature recognition

# v0.6.1

- Add interpretation of `TxVersion` in struct fields, not only extensions
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "parser for Substrate chain data"
license = "GPL-3.0-or-later"
name = "substrate_parser"
version = "0.6.1"
version = "0.7.0"
authors = ["Alexander Slesarev <slesarew@gmail.com>", "Vera Abramova <abramova.vera@gmail.com>"]
edition = "2021"
repository = "https://github.com/Alzymologist/substrate-parser"
Expand All @@ -23,7 +23,7 @@ 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 = ["ecdsa", "ed25519", "sr25519"]}
substrate-crypto-light = {version = "0.1.0", default-features = false, features = ["ecdsa", "ed25519", "sr25519"]}

[features]
default = ["std"]
Expand Down

0 comments on commit 77d5107

Please sign in to comment.