Skip to content
#

substrate

Here are 283 public repositories matching this topic...

hanwencheng
hanwencheng commented Mar 12, 2020

In order to get lossless presentation, and reduce the package size. (With PNG, normally multiple file is needed for different screen resolutions).

We would better to change the logos in SVG format.

Some of SVG logos could be find here: https://github.com/polkadot-js/apps/tree/master/packages/apps-config/src/ui/logos/nodes

Link for downloading Kusama SVG: https://kusama.network/assets/kusa

PavelSheremetev
PavelSheremetev commented Jun 9, 2020

When sending multiple requests, the data log causes an problem incorrect nonce:

Error: Input("Rpc error: Server responded to our request with an error: Error { code: ServerError(1014), message: \"Priority is too low: (140000000 vs 140000000)\", data: Some(String(\"The transaction has too low priority to replace another transaction already in the pool.\")) }")
`Error: Input("Rpc error: Server

bedeho
bedeho commented Jan 29, 2021

Currently invite_member is just using same event, but a distinct one is needed to reflect this is a different effect, and it should have full information required to compute side-effect outside system.

In same spirit, lets rename MemberRegistered to MembershipBought to really clarify the different origins.

Improve this page

Add a description, image, and links to the substrate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the substrate topic, visit your repo's landing page and select "manage topics."

Learn more