Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Conversation

@pepyakin
Copy link
Contributor

Add some docs for the timestamp module

@pepyakin pepyakin added A0-please_review Pull request needs code review. M3-docs labels Sep 11, 2018

decl_storage! {
trait Store for Module<T: Trait> as Timestamp {
// Current time for the current block.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should (now) be ///

Copy link
Member

@gavofyork gavofyork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit

@gavofyork gavofyork removed A0-please_review Pull request needs code review. M3-docs labels Sep 11, 2018
@gavofyork gavofyork merged commit d8b6e3c into master Sep 11, 2018
@gavofyork gavofyork deleted the ser-timestamp-docs branch September 11, 2018 15:53
helin6 pushed a commit to boolnetwork/substrate that referenced this pull request Jul 25, 2023
* First pass adding functions to get blocks and extrinsics

* cargo fmt and cache block events

* prefix block hash with 0x

* pin streams for better ergonomics and add an example of subscribing to blocks

* remove unused var

* standardise on _all, _best and _finalized for different block header subs

* WIP center subscribing around blocks

* Remove the event filtering/subscribing  stuff

* clippy

* we need tokio, silly clippy

* add extrinsic_index() call

* Update subxt/src/blocks/block_types.rs

Co-authored-by: Andrew Jones <[email protected]>

* Add dynbamic nested query example and make dynamic::tx a little easier to work with

* calL_value -> inner_tx

* rename example to dynamic_multisig to align with paritytech#713 naming

* align dynamic and static multisig examples

* Fix comment typo

Co-authored-by: Niklas Adolfsson <[email protected]>

Co-authored-by: Andrew Jones <[email protected]>
Co-authored-by: Niklas Adolfsson <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants