The Wayback Machine - https://web.archive.org/web/20210915042939/https://github.com/topics/substrate
Skip to content
#

substrate

Here are 401 public repositories matching this topic...

Astar
akru
akru commented Jan 28, 2020

Motivation

It’s good to support as many local languages as it possible. One of steps of it is creating easy method to support multiple languages in docs. Currently documentation located in staketechnologies/plasmdocs repo.

Results

Result for closing this is PR into staketechnologies/plasmdocs repo with implementation multi language feature for gitbook generator and moving

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
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

bedeho
bedeho commented Jun 13, 2021

We need the ability for vesting which interoperates with general use of the native token for use, i.e. working groups, voting, council candidacy, proposals, validation, nomination, etc. By vesting we specifically mean that the share of tokens in an account which can be transferred to another account is increasing, likely just linearly, in block height.

I think there are some built in features

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