Skip to content
#

dapp

Here are 3,022 public repositories matching this topic...

onbjerg
onbjerg commented May 3, 2022

Component

Forge

Describe the feature you would like

Currently forge cache clean only clears RPC cache, but it would be beneficial to also be able to clear the Etherscan verification status cache.

Additional context

The Etherscan cache is stored in ~/.foundry/cache/<chain>/etherscan.

The size of the Etherscan cache should also be present in https://github.com/foundry-rs/foun

good first issue T-feature C-forge P-low
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
good first issue
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
isabellewei
isabellewei commented May 2, 2022

This ticket is a follow up to #9235 and describes the steps needed to finalize integration of the ODIS pepper verification changes

  • After a new version of the Identity SDK that includes the changes from #9393 has been released, celo-org/komenci#249 has to be updated to consume this new version
  • A new AS version including changes from #8692 needs to be released

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