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 Cargo.lock

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

11 changes: 11 additions & 0 deletions historic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# subxt-historic changelog

This is separate from the Subxt changelog as subxt-historic is currently releasaed separately.

Eventually this project will merge with Subxt and no longer exist, but until then it's being maintained and updated where needed.

## 0.0.5 (2025-11-21)

- Rename some fields for consistency.
- Update versions of underlying libraries being used.
- Add `.visit()` methods to extrinsic fields and storage values, and examples of using this to our examples.
2 changes: 1 addition & 1 deletion historic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subxt-historic"
version = "0.0.4"
version = "0.0.5"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
Loading