* Inject call and event types from metadata too at some block in subxt-historic
* bump subxt-historic to 0.0.4
* Fix unrelated doc things to try and fix this job
* Other Rust 1.90 fixes
* 'Fix' Test
* Try fixing clippy WASM job
* Try again to get clippy wasm working
* trybuild fix
* trybuild fix take 2
* WIP subxt-historic
* WIP subxt-historic
* WIP subxt-historic; flesh out basic foundations
* WIP filling in extrinsic decoding functionality
* iter and decode transaction extensions
* Fill in the Online/OfflineClient APIs and move more things to be part of the chain Config
* WIP storage
* clippy, fmt, finish extrinsics example
* prep for 0.0.1 release to claim crate name
* fix README link
* fmt
* WIP thinking about storage APIs
* WIP working out storage APIs
* Storage plain value fetching first pass
* WIP storage: first pass iterating over values done
* First apss finishing storage APIs
* fmt and clippy
* Create a storage example showing fetch and iteration
* Bump to frame-decode 0.9.0
* Bump subxt-historic to 0.0.3 for preview release
* Remove unused deps
* fix import
* clippy
* doc fixes
* tweak CI and fix some cargo hack findings
* Update README: subxt-historic is prerelease
* Support v16 metadata and use it by default if it's available
* lockfile
* fix blocks test; new transaction extension in kitchensink runtime
* Bump scale-typegen to 0.11.1 to cater for Duration prelude type
* fmt
* Fix no-std test building
* Cargo update and bump substrate deps
* Update test and no-std deps
* fmt
* fix test
* Support Pallet View Functions in Subxt
* fmt
* clippy
* Move a little view function logic to subxt_core
* clippy
* Add back check that prob isnt needed
* avoid vec macro in core
* Add view funciton test and apply various fixes to get it working
* Add test for dynamic view fn call and fix issues
* clippy
* fix test-runtime
* fmt
* remove export
* avoid vec for nostd core
* use const instead of fn for view fn call name
* Update to support latest unstable metadata
* Update metadata stripping tests for new v16 version
* WIP integrate unstable v16 metadata into Subxt
* first pass moving retain to the CLI tool
* Remove otuer enum variant stripping and move now simpler strip_metadata to new crate. test it
* tidyup to use stripmetadata package etc
* Fix / comment out tests
* fmt
* clippy
* Fix wasm example
* wasm-example fix
* wasm-example fix
* Maske sure to move IDs around after types.retain()
* fmt
* Tweak comment
* Find dispatch error separately to avoid issues during mapping
* Expose associated type information in pallet metadata
* Hopefully fix flaky archive RPC
* remove unwanted temp file
* Address nits
* Add back commented-otu tests and address review comments
* use either, and simplify for_each