substrate
Here are 527 public repositories matching this topic...
-
Updated
Apr 27, 2022 - TypeScript
-
Updated
Apr 27, 2022 - TypeScript
-
Updated
Apr 27, 2022 - TypeScript
-
Updated
Mar 26, 2022 - Objective-C
When we declare a constant variable that has an initializer, e.g. bool x constant = 0 < 2, we evaluate the actual constant value in compiler time. Currently, there is no support to evaluate constants in comparisons, so the aforementioned example is evaluated in run time.
We need to calculate comparisons with constants during compilation. The eval_const_number function should become `eval_co
-
Updated
Apr 27, 2022 - Rust
I've noticed a very weird bug that has now happened at least three times on my signer:
The app doesn't focus when I click on scanner. Even when repeatedly locking and unlocking and navigating away from the scanner. When the app is stuck in this state, switching to the camera app while the signer is open and then switching back to signer fixes the autofocus and makes the signer correctly focus (
Bug after upgrade
Started to see this after recent upgrade:
t=2020-12-29T19:45:41+0000 lvl=info msg="Starting ChainBridge..."
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x633d16]
goroutine 1 [running]:
math/big.(*Int).Cmp(0x0, 0xc0000a1880, 0x0)
/usr/local/go/src/math/big/int.go:326 +0x26
github.com/Chain
-
Updated
Apr 26, 2022 - Rust
-
Updated
Nov 3, 2021 - Rust
Prevent user from minting when has insufficient balance, other actions send/consume/list/buy been solved in action component
Mind test on
- classic
- simple mint
Originally posted by @yangwao in kodadot/nft-gallery#65 (comment)
-
Updated
Apr 18, 2022 - Rust
-
Updated
Apr 24, 2022 - TypeScript
-
Updated
Apr 27, 2022 - TypeScript
-
Updated
Apr 19, 2022 - Rust
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
Feb 20, 2022 - JavaScript
-
Updated
Apr 27, 2022 - Rust
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
Apr 27, 2022 - Rust
the rabbitMQ url should have the possibility of being configured via the environment similar to how DATABASE_URL and CHAIN_DATA_DB are. The environment variable could be AMQP_URL
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."
Our
.gitlab-ci.ymlcontains a lot of super-repetitive lines like this by now: