Skip to content
#

substrate

Here are 506 public repositories matching this topic...

seanyoung
seanyoung commented Mar 23, 2022

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
good first issue
ArseniiPetrovich
ArseniiPetrovich commented Dec 29, 2020

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
nft-gallery
yangwao
yangwao commented Dec 10, 2021

We could put ourselves there as OpenSea for Polkadot, NFT explorer.
Aggregating NFT standards across Polkadot/Kusama parachains with emphasis on NFT analytics and highlighting

  • series-insights
  • spotlight
  • whale index #1165
  • flipping dynamics #1115
  • what's hot #1386

h/t @kkukelka for nudge

Before making PR to Polkadot/Kusama Wiki/Wikipedia, please elaborate text putting there f

good first issue research p5 first-times-only
PavelSheremetev
PavelSheremetev commented Jun 9, 2020

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

enhancement good first issue

Improve this page

Add a description, image, and links to the substrate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the substrate topic, visit your repo's landing page and select "manage topics."

Learn more