This repository was 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.7k
Less verbosity #546
Merged
Merged
Less verbosity #546
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gavofyork
commented
Aug 10, 2018
|
|
||
| fn canceled(&mut self, tx: &Arc<T>) { | ||
| warn!("Extrinsic canceled: {:?}", tx); | ||
| debug!(target: "extrinsic-pool", "Extrinsic canceled: {:?}", tx); |
Member
Author
There was a problem hiding this comment.
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?
Contributor
There was a problem hiding this comment.
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
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
Update docs for Gemini 1b upgrade
helin6
pushed a commit
to boolnetwork/substrate
that referenced
this pull request
Jul 25, 2023
* Documentation for cli crate Signed-off-by: Alexandru Vasile <[email protected]> * codegen: Add documentation and simplify calls generation Signed-off-by: Alexandru Vasile <[email protected]> * codegen: Add documentation and simplify events generation Signed-off-by: Alexandru Vasile <[email protected]> * codegen: Add documentation and simplify constants generation Signed-off-by: Alexandru Vasile <[email protected]> * codegen: Add documentation and simplify storage generation Signed-off-by: Alexandru Vasile <[email protected]> * codegen: Add lib documentation Signed-off-by: Alexandru Vasile <[email protected]> * macro: Remove `-f bytes` as this is the default Signed-off-by: Alexandru Vasile <[email protected]> * subxt/client: Add examples Signed-off-by: Alexandru Vasile <[email protected]> * lib_doc: Add documentation to dedicated file Signed-off-by: Alexandru Vasile <[email protected]> * Link documentation from file Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Add more documentation Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Add Storage example Signed-off-by: Alexandru Vasile <[email protected]> * Add rpc documentation Signed-off-by: Alexandru Vasile <[email protected]> * metadata: Add documentation for errors Signed-off-by: Alexandru Vasile <[email protected]> * Add documentation for the `extrinsic` module Signed-off-by: Alexandru Vasile <[email protected]> * Add documentation for `events` module Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Add `Static Metadata Validation` section Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Add `Runtime Updates` section Signed-off-by: Alexandru Vasile <[email protected]> * Fix link to documentation Signed-off-by: Alexandru Vasile <[email protected]> * readme: Remove hardcoded versions Signed-off-by: Alexandru Vasile <[email protected]> * Move documentation to dedicated folder Signed-off-by: Alexandru Vasile <[email protected]> * Spaces between examples Signed-off-by: Alexandru Vasile <[email protected]> * More details for `types_mod_ident` Signed-off-by: Alexandru Vasile <[email protected]> * Add note for RuntimeGenerator Signed-off-by: Alexandru Vasile <[email protected]> * Address feedback Signed-off-by: Alexandru Vasile <[email protected]> * Update codegen/src/api/constants.rs Co-authored-by: James Wilson <[email protected]> * Update subxt/src/lib.rs Co-authored-by: James Wilson <[email protected]> * Update subxt/src/metadata/metadata_type.rs Co-authored-by: James Wilson <[email protected]> * Update subxt/src/storage.rs Co-authored-by: James Wilson <[email protected]> * Address feedback Signed-off-by: Alexandru Vasile <[email protected]> * Fix cargo clippy Signed-off-by: Alexandru Vasile <[email protected]> * Update call example Signed-off-by: Alexandru Vasile <[email protected]> * Add example for fetching constants Signed-off-by: Alexandru Vasile <[email protected]> * Link to examples in subxt.md Signed-off-by: Alexandru Vasile <[email protected]> * Update codegen/src/api/calls.rs Co-authored-by: Tarik Gul <[email protected]> * Update codegen/src/api/calls.rs Co-authored-by: Tarik Gul <[email protected]> * Update codegen/src/api/calls.rs Co-authored-by: Tarik Gul <[email protected]> * Update codegen/src/api/constants.rs Co-authored-by: Tarik Gul <[email protected]> * Update codegen/src/api/constants.rs Co-authored-by: Tarik Gul <[email protected]> * Update codegen/src/api/storage.rs Co-authored-by: Tarik Gul <[email protected]> * Update codegen/src/api/storage.rs Co-authored-by: Tarik Gul <[email protected]> * Update codegen/src/api/storage.rs Co-authored-by: Tarik Gul <[email protected]> * Update docs/subxt.md Co-authored-by: Tarik Gul <[email protected]> * Update docs/subxt.md Co-authored-by: Tarik Gul <[email protected]> * Update docs/subxt.md Co-authored-by: Tarik Gul <[email protected]> * Update docs/subxt.md Co-authored-by: Tarik Gul <[email protected]> * Update docs/subxt.md Co-authored-by: Tarik Gul <[email protected]> * Update subxt/src/extrinsic/mod.rs Co-authored-by: Tarik Gul <[email protected]> * Update subxt/src/storage.rs Co-authored-by: Tarik Gul <[email protected]> * Update documentation Signed-off-by: Alexandru Vasile <[email protected]> * Update examples/examples/balance_transfer.rs Co-authored-by: James Wilson <[email protected]> * Update subxt/src/extrinsic/mod.rs Co-authored-by: James Wilson <[email protected]> * Update subxt/src/rpc.rs Co-authored-by: James Wilson <[email protected]> * Update subxt/src/updates.rs Co-authored-by: James Wilson <[email protected]> * Update docs example with `PolkadotExtrinsicParams` Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Remove extrinsic extra documentation Signed-off-by: Alexandru Vasile <[email protected]> * examples: Remove similar transfer example Signed-off-by: Alexandru Vasile <[email protected]> * Apply cargo fmt Signed-off-by: Alexandru Vasile <[email protected]> Co-authored-by: James Wilson <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.