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

Less verbosity - #546

Merged
rphmeier merged 1 commit into
masterfrom
gav-less-verb
Aug 13, 2018
Merged

Less verbosity#546
rphmeier merged 1 commit into
masterfrom
gav-less-verb

Conversation

@gavofyork

Copy link
Copy Markdown
Member

No description provided.

@gavofyorkgavofyork added the A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). label Aug 10, 2018

fn canceled(&mut self, tx: &Arc<T>) {
warn!("Extrinsic canceled: {:?}", tx);
debug!(target: "extrinsic-pool", "Extrinsic canceled: {:?}", tx);

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

@tomusdrw this seems to happen a lot and repeatedly. what gives?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should be fixed in: paritytech/polkadot#558

@rphmeier
rphmeier merged commit 17733fc into masterAug 13, 2018
@rphmeier
rphmeier deleted the gav-less-verb branch August 13, 2018 15:52
dvdplm added a commit that referenced this pull request Aug 14, 2018
* master:
Less verbosity (#546)
Fetching storage proofs by light client (#252)
Gitlab CI build file for linux. (#552)
Vote out offline authorities (#524)
fix block body fetch for availability pruning (#539)
Continue sync after ancestry search (#538)
Docs Typo Fixes (#534)
don't wait for all futures to resolve before shutdown (#536)
Update libp2p and some log (#532)
Mh public key for telemetry (#526)
Td bps (#527)
Reserved peers CLI flag (#528)
liuchengxu pushed a commit to autonomys/substrate that referenced this pull request Jun 3, 2022
helin6 pushed a commit to boolnetwork/substrate that referenced this pull request Jul 25, 2023
* Documentation for cli crate
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* codegen: Add documentation and simplify calls generation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* codegen: Add documentation and simplify events generation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* codegen: Add documentation and simplify constants generation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* codegen: Add documentation and simplify storage generation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* codegen: Add lib documentation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* macro: Remove `-f bytes` as this is the default
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* subxt/client: Add examples
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* lib_doc: Add documentation to dedicated file
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Link documentation from file
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* subxt: Add more documentation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* subxt: Add Storage example
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Add rpc documentation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* metadata: Add documentation for errors
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Add documentation for the `extrinsic` module
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Add documentation for `events` module
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* subxt: Add `Static Metadata Validation` section
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* subxt: Add `Runtime Updates` section
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Fix link to documentation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* readme: Remove hardcoded versions
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Move documentation to dedicated folder
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Spaces between examples
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* More details for `types_mod_ident`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Add note for RuntimeGenerator
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Address feedback
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Update codegen/src/api/constants.rs
Co-authored-by: James Wilson <james@jsdw.me>
* Update subxt/src/lib.rs
Co-authored-by: James Wilson <james@jsdw.me>
* Update subxt/src/metadata/metadata_type.rs
Co-authored-by: James Wilson <james@jsdw.me>
* Update subxt/src/storage.rs
Co-authored-by: James Wilson <james@jsdw.me>
* Address feedback
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Fix cargo clippy
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Update call example
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Add example for fetching constants
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Link to examples in subxt.md
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Update codegen/src/api/calls.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update codegen/src/api/calls.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update codegen/src/api/calls.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update codegen/src/api/constants.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update codegen/src/api/constants.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update codegen/src/api/storage.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update codegen/src/api/storage.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update codegen/src/api/storage.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update docs/subxt.md
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update docs/subxt.md
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update docs/subxt.md
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update docs/subxt.md
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update docs/subxt.md
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update subxt/src/extrinsic/mod.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update subxt/src/storage.rs
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
* Update documentation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Update examples/examples/balance_transfer.rs
Co-authored-by: James Wilson <james@jsdw.me>
* Update subxt/src/extrinsic/mod.rs
Co-authored-by: James Wilson <james@jsdw.me>
* Update subxt/src/rpc.rs
Co-authored-by: James Wilson <james@jsdw.me>
* Update subxt/src/updates.rs
Co-authored-by: James Wilson <james@jsdw.me>
* Update docs example with `PolkadotExtrinsicParams`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* subxt: Remove extrinsic extra documentation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* examples: Remove similar transfer example
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
* Apply cargo fmt
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Co-authored-by: James Wilson <james@jsdw.me>
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A2-insubstantialPull request requires no code review (e.g., a sub-repository hash update).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@gavofyork@tomusdrw@rphmeier