Add a HACK comment
This commit is contained in:
@@ -3,6 +3,9 @@ import {JSONRPCPayload} from '../../../src/types';
|
|||||||
/*
|
/*
|
||||||
* This class implements the web3-provider-engine subprovider interface and returns
|
* This class implements the web3-provider-engine subprovider interface and returns
|
||||||
* the constant gas estimate when queried.
|
* the constant gas estimate when queried.
|
||||||
|
* HACK: We need this so that our tests don't use testrpc gas estimation which sometimes kills the node.
|
||||||
|
* Source: https://github.com/trufflesuite/ganache-cli/issues/417
|
||||||
|
* Source: https://github.com/trufflesuite/ganache-cli/issues/437
|
||||||
* Source: https://github.com/MetaMask/provider-engine/blob/master/subproviders/subprovider.js
|
* Source: https://github.com/MetaMask/provider-engine/blob/master/subproviders/subprovider.js
|
||||||
*/
|
*/
|
||||||
export class FakeGasEstimateSubprovider {
|
export class FakeGasEstimateSubprovider {
|
||||||
|
|||||||
Reference in New Issue
Block a user