Skip to content
#

smart-contracts

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

embark
meyer1994
meyer1994 commented Jul 15, 2019

Feature Request

Add more configuration options for storage (IPFS). Command line arguments, for example.

Summary

For example, I want to develop my apps using IPFS. But I do not need to use it online. For example, running with --offline flag.

There two main ways to make it:

  • Creating a variable called args in config/storage.js that would store extra argumens for the IPFS i
0mkara
0mkara commented Sep 20, 2018

currently various remix plugins uses their own logging mechanism. So does remix-tests. I introduced winston logger for remix-tests. As remix-tests is a terminal package & also can be used in browser, I think winston can be very helpful as we want to use various debugging levels. I am trying to use the logger such that we can pass the verbosity across packages. Then from within

duaraghav8
duaraghav8 commented Sep 15, 2019

This is just an initial though, anyone is welcome to participate in this thread. Only once the format is finalised will I add this to Milestone.

Description
A user shouldn't have to head to the docs to view a list of rules (along with detailed description, parameters supplied, autofix availability). The CLI should allow this.

Use case
Much faster & more convenient for user because

elopez
elopez commented Apr 23, 2020

When configuring echidna with balanceContract, but fuzzing a non-payable contract, echidna prints a Haskell exception instead of a meaningful error.

$ cat balance.yaml
balanceContract: 100
format: text

$ cat balance.sol
contract C {
  function f() public {}
  function echidna_true() public returns (bool) {return true;}
}

$ echidna-test balance.sol --config balance.yaml
Analy
bug
PetroJames
PetroJames commented Apr 5, 2018

The result of simply doing npm install

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-redux-universal-hot-example@0.1.0 postinstall: concurrently "npm run build" "npm run build-dlls"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-redux-universal-hot-example@0.1.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional log

baseline
Perseverance
Perseverance commented Apr 23, 2020

The current Shield contract, part of the Radish34 setup has TransactionTypes tailored to the Radish use case. In order to make this contract more reusable in other use-cases the transaction types can be dynamically created.

Idea how this can be implemented:
Remove the transactionTypes enum and add a method allowing the administrator to add new transaction types (index, name). Change radish34 d

Improve this page

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

Learn more

You can’t perform that action at this time.