Skip to content
#

polkadot

Here are 436 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 (

airgap-wallet
trymeouteh
trymeouteh commented Feb 20, 2021

Please add the ability to be able to receive the amount requested. When you go to receive for any crypto wallet, you can optionally enter in how much in that cryptocurrency or in fiat currency (which will be converted to crypto) you want to recieve. By filling in the requested amount it will update the QR code and address text which can be copied with the amount so when someone pastes the amount i

enhancement good first issue
nft-gallery
vikiival
vikiival commented May 6, 2022

Is your feature request related to a problem?

Currently we have a bit ugly error page for missing collections

Describe the solution you would like

I would like to see a universal page for errors like /404 where you add can add the query params like ?type=collection&reason=error.notfound&id=dasdas so we can reuse it also for missing nfts or other pages :)

Describe altern

enhancement good first issue $ p2
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
Dessix
Dessix commented Feb 12, 2022

I'm not sure how to fix this or I'd submit a PR, but on GHC 9.2.1 via stackage resolver: nightly-2022-02-01 I hit the below log when compiling, but not on 8.x:

web3-solidity                    > [14 of 17] Compiling Data.Solidity.Prim.Tuple
web3-solidity                    >            
web3-solidity                    > /tmp/stack-7f245c5571e282ad/web3-solidity-1.0.0.0/src/Data/Solidi

Improve this page

Add a description, image, and links to the polkadot 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 polkadot topic, visit your repo's landing page and select "manage topics."

Learn more