| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.7.0 source code.tar.gz | 2019-05-29 | 1.7 MB | |
| 1.7.0 source code.zip | 2019-05-29 | 2.1 MB | |
| README.md | 2019-05-29 | 668 Bytes | |
| Totals: 3 Items | 3.8 MB | 0 | |
- Add support for
sandboxoption to providers (defaults tofalse). Whensandboxis set totrue, no transaction is actually transmitted to the blockchain, but rather a check whether the transaction would be successful is performed (viaestimateGas). - Add support for
gasPriceMultiplierto providers (defaults to1.1). This option sets a multiplier which is applied when creating a mutation. Calculation of gas price is made by first callingeth_gasPriceand then multiplying the result with thegasPriceMultiplier. This way, we can dynamically adjust the gas price for optimal results. You can still manually set the gas price per specific mutation.