Skip to content
#

dapp

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

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.