Use Geth for contract tests

This commit is contained in:
Alex Browne
2018-05-21 13:56:32 -07:00
parent da3f783a9f
commit 577156fe5f
22 changed files with 337 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ export const web3Factory = {
if (!hasAddresses) {
provider.addProvider(new EmptyWalletSubprovider());
}
provider.addProvider(new FakeGasEstimateSubprovider(constants.GAS_LIMIT));
// provider.addProvider(new FakeGasEstimateSubprovider(constants.GAS_LIMIT));
const logger = {
log: (arg: any) => {
fs.appendFileSync('ganache.log', `${arg}\n`);