subxt-historic: expose metadata at a given block (#2135)

This commit is contained in:
James Wilson
2025-12-01 17:10:42 +00:00
committed by GitHub
parent 291af82a75
commit eee2fd5c6e
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -4,6 +4,10 @@ This is separate from the Subxt changelog as subxt-historic is currently releasa
Eventually this project will merge with Subxt and no longer exist, but until then it's being maintained and updated where needed.
## 0.0.6 (2025-12-01)
- Add `.metadata()` on `ClientAtBlock` to expose the current metadata at some block.
## 0.0.5 (2025-11-21)
- Rename some fields for consistency.