jim berry

Results 2 issues of jim berry

install_contract(): - added "ctor_sig=None, ctor_params=None" if these are specified then the contract constructor is called with the given parameters - added ",byte_data=None" - If `byte_data` is specified then it is...

If multiple HDWalletProviders are listed in a truffle config, like: ```javascript networks: { development: { provider: new HDWalletProvider(testMnemonic, "http://localhost:8545/"), network_id: "*", // Match any network id }, infuranet: { provider:...