The Wayback Machine - https://web.archive.org/web/20210519072943/https://github.com/topics/dapp
Skip to content
#

dapp

Here are 1,820 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

gnardini
gnardini commented May 18, 2021

The in-app notifications right now can't be ordered. They show up in a random order after the first few ones.

Expected behaviour
We can set a priority field (higher priority, the earlier the notification shows up) so that we can choose the order of the remote notifications. Static notifications should have a default priority too so that we can choose if we want the remote notifications to s

rubikva
rubikva commented Jan 9, 2019

When use formatToEthereumUnits from Web3.Utils it use decimals parameter, and after format BigInt it's may create many redundant zeros at the end. For example if 'decimals' parameter is 18 we have: 990000000000000 wei -> 0.000990000000000000 eth

At old repo already have similar issue:
BANKEX/web3swift#200

and some solution:
https://github.com/v57/web3swift/commi

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