This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Introspectable Extrinsics, Events & Storage plus an RPC #535
Milestone
Comments
bkchr
added a commit
that referenced
this issue
Sep 4, 2018
The new function `json_metadata` returns the module declaration as a json string. Progress on: #535
gavofyork
pushed a commit
that referenced
this issue
Sep 4, 2018
The new function `json_metadata` returns the module declaration as a json string. Progress on: #535
bkchr
added a commit
that referenced
this issue
Sep 4, 2018
All doc comments (with `///`) are included in the description field of the function. Progress on #535
bkchr
added a commit
that referenced
this issue
Sep 4, 2018
All doc comments (with `///`) are included in the description field of the function. Progress on #535
bkchr
added a commit
that referenced
this issue
Sep 4, 2018
All doc comments (with `///`) are included in the description field of the function. Progress on #535
gavofyork
pushed a commit
that referenced
this issue
Sep 4, 2018
* Include function comments into modules `json_metadata` All doc comments (with `///`) are included in the description field of the function. Progress on #535 * Replace spaces with tabs
gavofyork
changed the title
Introspectable Extrinsics & Storage
Introspectable Extrinsics, Events & Storage
Sep 5, 2018
gavofyork
changed the title
Introspectable Extrinsics, Events & Storage
Introspectable Extrinsics, Events & Storage plus an RPC
Sep 5, 2018
Note that events is incomplete:
This is wrong. Like |
As #710 is closed, we can mark this issue as closed/resolved? |
liuchengxu
added a commit
to chainx-org/substrate
that referenced
this issue
Aug 23, 2021
* Introduce NetworkProps Closes paritytech#535 * Move NetworkProps to xsystem module * Nits * Build wasm * Nit * No camelCase * Nits
liuchengxu
pushed a commit
to autonomys/substrate
that referenced
this issue
Jun 3, 2022
Gemini 1b chain spec
helin6
pushed a commit
to boolnetwork/substrate
that referenced
this issue
Jul 25, 2023
* Replace log with tracing for integration tests * Replace log with tracing * Use correct tracing lib * Log extrinsic hash and signature * Debug extrinsic params * Replace env_logger * Replace more env_logger init * Replace new logs with tracing * Fix final env_logger
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
All information in
decl_module!
anddecl_storage!
should be replicated into a call that returns it in an easily accessible structured format (JSON/YAML/whatever).The text was updated successfully, but these errors were encountered: