mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-26 11:11:07 +00:00
597ea41cd4
* Make `system` module renamable in `impl_outer_event!` * Implement `construct_runtime!` macro This macro generates code for calling all the common `impl_outer_*` macros. * Add documentation * Fixes wrong declaration of `contract` * Update dependencies to work on `no_std` * One more `Cargo.lock` update * Address comments
= Test runtime .Summary [source, toml] ---- include::Cargo.toml[lines=2..5] ---- .Description ---- include::src/lib.rs[tag=description] ----