Download Latest Version Aragorn source code.tar.gz (1.0 MB)
Email in envelope

Get an email when there's a new version of 0xcert

Home / 1.7.0
Name Modified Size InfoDownloads / 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 sandbox option to providers (defaults to false). When sandbox is set to true, no transaction is actually transmitted to the blockchain, but rather a check whether the transaction would be successful is performed (via estimateGas).
  • Add support for gasPriceMultiplier to providers (defaults to 1.1). This option sets a multiplier which is applied when creating a mutation. Calculation of gas price is made by first calling eth_gasPrice and then multiplying the result with the gasPriceMultiplier. This way, we can dynamically adjust the gas price for optimal results. You can still manually set the gas price per specific mutation.
Source: README.md, updated 2019-05-29