Skip to content
#

dapp

Here are 2,146 public repositories matching this topic...

transmissions11
transmissions11 commented Sep 22, 2021

Right now env vars that accept boolean-esque values (like DAPP_TEST_FFI, HEVM_RPC, and DAPP_BUILD_OPTIMIZE) each require slightly different values to represent true.

Sometimes 1 means true, sometimes yes means true, sometimes any non 0 value means true, and sometimes the variable being set at all means true!

Ideally all boolean-esque env vars would only accept one of these value

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

yorhodes
yorhodes commented Apr 26, 2021

Expected Behavior

GoldWithdrawn, GoldLocked, GoldRelocked, GoldUnlocked should not emit when value is 0 (and corresponding operations should be prevented)

AccountsSlashed?

Current Behavior

Locked Celo operations are used to trace internal celo transfers by indexers, which leads to a false positive when value is 0

Discovered by coinbase in rosetta operation
See fix

use-wallet

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