Skip to content
#

dapp

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

DeGatchi
DeGatchi commented Feb 23, 2022

Component

Forge

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

forge 0.1.0 (67f9ed1 2022-02-23T00:44:43.196862+00:00)

What command(s) is the bug in?

forge flatten

Operating System

macOS (amd)

Describe the bug

When flattening a contract the license is formatted in a weird

MrChico
MrChico commented Dec 7, 2021

deploying libraries can take a long time. One can easily skip this stage if we make it possible to save the deployed library state and pass it to dapp test:

  1. Write a new little dapp helper script which is the dapp --library-addresses above
  2. Make dapp build and dapp --make-library-state use this helper script instead
  3. Allow a flag --state to be passed to dapp test (probably a
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

use-wallet
nategraf
nategraf commented Oct 11, 2021

Expected behavior

If a user, who does not have any remaining ODIS quota, sends a previously sent request to ODIS, they should receive a response as it does not cost quota to replay a request.

Current behavior

Currently the check that a request is replay occurs after the check that a user has positive quota. As a result, replays sent by a user with 0 quota will be rejected.

https:

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