substrate
Here are 523 public repositories matching this topic...
-
Updated
Apr 16, 2022 - TypeScript
-
Updated
Apr 17, 2022 - TypeScript
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Mar 26, 2022 - Objective-C
Given this solidity:
contract C {
function foo(int a) public {}
function foo(int a, int b) public {}
function foo(int a, int b, int c) public {}
function bar() public {
foo(true);
}
function bar2() public {
foo({a:true});
}
}
The error message you get is:
/home/sean/git/solang/overloaded.sol:6:3-12: error: cannot find overloaded function which matches signa
-
Updated
Apr 14, 2022 - Rust
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
Feb 27, 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 15, 2022 - Rust
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Apr 14, 2022 - TypeScript
-
Updated
Apr 15, 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
Mar 24, 2022 - JavaScript
-
Updated
Apr 15, 2022 - Rust
-
Updated
Apr 15, 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: