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

Conversation

@gavofyork
Copy link
Member

No description provided.

@gavofyork gavofyork 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
Member Author

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
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 master Aug 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 <[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.

Labels

A2-insubstantial Pull 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.

4 participants