Skip to content

Commit

Permalink
Merge pull request #145 from Alzymologist/release-0-4-0
Browse files Browse the repository at this point in the history
chore: Release 0.4.0
  • Loading branch information
varovainen authored Jan 17, 2024
2 parents 54d40cc + a93e548 commit f81c885
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v0.4.0

This is a major rehaul of crate. Older versions are going into deprecation soon, as they are desperately obsolete at this point.

Features:

- `no-std` compatibility
- External memory support to dynamically access metadata and call without full copy into memory space
- Shortened metadata support
- More sane short specs structure
- Properly parse unchecked extrinsics

Bug fixes:

- Multiple minor fixes in rarely used extrinsic structure


2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["/for_tests", "/.github"]
base58 = {version = "0.2.0", optional = true}
bitvec = {version = "1.0.1", default-features = false, features = ["alloc"]}
blake2 = {version = "0.10.6", default-features = false, optional = true}
external-memory-tools = {git = "https://github.com/Alzymologist/external-memory-tools", default-features = false}
external-memory-tools = {version = "0.1.0", default-features = false}
frame-metadata = {version = "16.0.0", default-features = false, features = ["current", "decode"]}
hex = {version = "0.4.3", default-features = false, features = ["alloc"]}
num-bigint = {version = "0.4.3", default-features = false}
Expand Down

0 comments on commit f81c885

Please sign in to comment.