Skip to content
#

web3py

Here are 172 public repositories matching this topic...

brownie
AoDev
AoDev commented Jun 1, 2021

Overview

Currently when I run brownie console, it recompiles all the contracts. Apparently due to some issue which is not identified.

I only want to compile once with brownie compile -all. That's it.
I work on the frontend side, I don't modify the contracts, I just need a local fork and run some scripts.

Currently it's slow as hell

enhancement Good First Issue

Directord is a powerful automation platform and protocol built to drive infrastructure and applications across the physical, edge, IoT, and cloud boundaries; efficient, pseudo-real-time, at scale, made simple.

  • Updated May 6, 2022
  • Python
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 web3py 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 web3py topic, visit your repo's landing page and select "manage topics."

Learn more