Skip to content
#

dapp

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

arjun-io
arjun-io commented May 25, 2022

Component

Cast

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

  • Foundry
  • Foundryup

What version of Foundry are you on?

forge 0.2.0 (fc534d9 2022-05-23T00:04:42.704454Z)

What command(s) is the bug in?

cast call

Operating System

macOS (Apple Silicon)

Describe the bug

cast appears to be parsing int types as uint types. A minimal example:

T-bug good first issue C-cast P-normal
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
eelanagaraj
eelanagaraj commented May 10, 2022

Go through and fix all tests that do this and ensure that the tests pass afterwards.

TODOs:

  • check that all uses of assertRevert are not using the optional errorMessage param as the expected revert reason; if so, change assertRevert -> assertRevertWithReason
    • Examples:
      • packages/protocol/test/governance/validators/downtimeslasher.ts numerous, including L241
      • `packa
good first issue protocol protocol-test

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