Skip to content
#

dapp

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

bionicles
bionicles commented Jan 3, 2020

There's no published benchmark for IOPS on S3 storage

Would it be possible to post this alongside the other benchmarks?

S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)

Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle

wbt
wbt commented Aug 5, 2019

Describe the bug
When clicking the X in the upper-right corner of the network switching overlay, MetaMask unexpectedly switches networks to Ropsten.

To Reproduce
Steps to reproduce the behavior:

  1. Install, open, and log in to MetaMask.
  2. Connect to a network other than Ropsten.
  3. Click on the network selector.
  4. Scroll down to "Localhost 8545" or any other custom RPC which
embark
werf
sohkai
sohkai commented Feb 17, 2020

On localhost, the connection to mainnet ('wss://mainnet.eth.aragon.network/ws') is much slower than when the app is in production (mainnet.aragon.org), because of our infrastructure's internal proxying / protection rules.

If developers want to speed up event fetching on local development, they should supply their own ETH node (i.e. an INFURA API endpoint with their own key).

We may also

sqfasd
sqfasd commented Jul 30, 2018

fee calculator:

  1: () => 0.1,
  2: (trs) => {
    const len = trs.args[0].length
    if (len === 2) {
      return 200
    } else if (len === 3) {
      return 100
    } else if (len === 4) {
      return 80
    } else if (len === 5) {
      return 40
    } else if (len <= 10) {
      return 10
    }
    return 1
  },
  3: () => 5,
  4: () => 0.1,
  5: () => 0,
  6: ()

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.