Skip to content
#

substrate

Here are 559 public repositories matching this topic...

ink
cmichi
cmichi commented Mar 18, 2022

Our .gitlab-ci.yml contains a lot of super-repetitive lines like this by now:

- for example in examples/*/; do
    if [ "$example" = "examples/upgradeable-contracts/" ]; then continue; fi;
    cargo fmt --verbose --manifest-path ${example}/Cargo.toml -- --check --config=license_template_path="";
  done
- for contract in
good first issue A-CI
lucasvo
lucasvo commented Apr 25, 2022

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 (

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