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

solc

Here are 66 public repositories matching this topic...

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
iamdefinitelyahuman
iamdefinitelyahuman commented Sep 19, 2019

Currently the only tests are running against Aragon and OpenZeppelin's contracts. This is a good general test that nothing is broken, but it's hardly the proper fine-tuned approach that unit tests should take. Also, significant amounts of the code aren't touched by it.

This project isn't very big, it shouldn't take much work to get coverage in the mid 90's.

help wanted good first issue

Improve this page

Add a description, image, and links to the solc 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 solc topic, visit your repo's landing page and select "manage topics."

Learn more