polkadot
Here are 137 public repositories matching this topic...
-
Updated
Oct 16, 2020 - C++
Expected Behavior
The dot package has better test coverage.
Current Behavior
// TODO: improve dot config tests
// TODO: improve dot node tests
// TODO: improve dot service tests
// TODO: improve dot utils tests
-
Updated
Oct 17, 2020
-
Updated
Oct 15, 2020 - Rust
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
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 16, 2020 - Dart
-
Updated
Feb 25, 2019 - Go
-
Updated
Oct 14, 2020 - Rust
-
Updated
Jan 19, 2020 - Rust
-
Updated
Oct 17, 2020 - TypeScript
Currently we get date time from Postgres, but this is deprecated.
Need to get the date from a corresponding struct, if it's an activity like Blog/Post/Comment Created/Updated.
Or calculate an approximate date based on current_time - block_time * (current_block - activity_block)
Related to issue:
Improve this page
Add a description, image, and links to the polkadot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the polkadot 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.