substrate
Here are 186 public repositories matching this topic...
-
Updated
Jun 19, 2020 - Objective-C
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
The contract! macro is part of the API provided to the contract developer. It should therefore be documented. Currently, there is no easy way to know that there is a env parameter to this macro that allows specifying an own EnvTypes impl.
When users get their balances, encrypted balance and pending_transfer are printed out by default. It seems messy, so add cli flags to print out these value.
https://github.com/LayerXcom/zero-chain/blob/1fc625f714442dba590d0dac95e78bf4b2a49392/zface/src/main.rs#L275-L277
ChainX 节点 logo 收集
ChainX桌面钱包在投票选举页面会展示各个节点logo。
在此收集各节点logo,不定期更新(每周一次)到桌面钱包到展示中,若节点不提供则会展示默认logo。
请需要展示logo的节点在本issue回复。
回复格式如下
节点名:
logo:上传大小为 80*80, 格式为 PNG 的 logo 图片, 也可以选择直接给出 logo 的 URL 地址。
ChainX desktop wallet will display a logo of each node in the staking page in the future version. The default logo will be used instead if some node doesn't provide one.
Please comment as follows:
node name
-
Updated
Jun 19, 2020 - Rust
-
Updated
Sep 21, 2019 - Python
-
Updated
Jun 13, 2020 - Rust
-
Updated
Jun 16, 2020 - JavaScript
Need More Tooltips
Need to comb through the app especially in governance and add helpful little question marks that give context or instructions or both to the user, as well as links to the appropriate parts of the wiki(s) where they can learn more.
Potentially also interesting is to have a floating Help tooltip that shows relevant instructions depending on the user's current location. Kind of like Paper clip guy
-
Updated
Feb 25, 2019 - Go
Motivation
According to airalab/robonomics#46 is better to dedicate node identity and store it into a file for long term usage.
Steps
- Add into identity module function to save/load peer private key from file.
- Move peer identity into
Gossipsub::new()function parameter.
-
Updated
Jun 19, 2020 - Rust
We should have a way to enforce uniqunesss of a property value across all entities that have this property in a given class. Implementatino similar to optionality seems like the right approach.
We have some structs that should be added to GSRPC (search TODO + GSRPC). We should also add the constants lookup function inside Connection.
-
Updated
Jul 11, 2019 - Rust
-
Updated
Jan 19, 2020 - Rust
-
Updated
Jul 17, 2019 - JavaScript
-
Updated
Jun 18, 2020 - C++
Improve this page
Add a description, image, and links to the substrate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the substrate topic, visit your repo's landing page and select "manage topics."
The comments around
from_seed_slicespecify that this is a dangerous method only to be used for testing, however the upper ofPairuses it without that information passed on and the client is using the same functionality to generate the tests keys forAlice,Bob, etc.We should clarify the documentation to clearly stated under which circumstances this features is to be expected to be us