Skip to content
#

kusama

Here are 115 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

Improve this page

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

Learn more