substrate
Here are 226 public repositories matching this topic...
-
Updated
Oct 17, 2020 - Objective-C
-
Updated
Oct 31, 2020 - Rust
-
Updated
Dec 24, 2019 - Rust
-
Updated
Oct 26, 2020
-
Updated
Oct 29, 2020 - Rust
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Sep 21, 2019 - Python
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
-
Updated
Oct 30, 2020 - Dart
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
This must be done for all used modules
Joystream/joystream#374 (comment)
This is not hard, it just will take time.
-
Updated
Oct 11, 2020 - C++
-
Updated
Feb 25, 2019 - Go
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 30, 2020 - Rust
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."
Signer currently doesn't allow symbols (e.g !@#$%^&*() ) when deriving an account with a
///password
. PolkadotJS Apps allows for this functionality, so in order to be consistent across platforms this is something that should be supported.