Skip to content
#

dapp

Here are 1,654 public repositories matching this topic...

pedrouid
pedrouid commented May 23, 2019

Describe the bug
QR Code Scanner fails to scan input fields on Send Transaction view when scanning QR Code contains an EIP-681 URI

Example URI

ethereum:0x46c69f4424043e720a704330748cf3c593656b9c

To Reproduce
Steps to reproduce the behavior:

  1. Go to Send Transaction view
  2. Click on QR Code scanner
  3. Position QR Code in front of Webcam
  4. QR Code scanner closes
sohkai
sohkai commented Mar 13, 2020

We should apply sorting to the list of installed apps in the App Center (we "randomize" the discovery page to make it a bit more "fun"):

  1. Upgrades available ahead of up to date apps
  2. Alphabetical

cc @bpierre @dizzypaty I've also been wondering if it might be nice to start having sections in the App Center similar to Voting, for the different classes of apps (e.g. "ready" vs. "experiment

MrChico
MrChico commented Aug 11, 2020

Currently, we are not able to
a) symbolically execute init code with symbolic arguments
b) get srcmapping for init code with arguments

We could change ContractCode as follows:

data ContractCode
  = InitCode (ByteString, Buffer)    -- ^ "Constructor" code, during contract creation (possibly with arguments)
  | RuntimeCode ByteString           -- ^ "Instance" code, after contract crea

Improve this page

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

Learn more

You can’t perform that action at this time.