Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Refactored gas tests #289

Merged
merged 53 commits into from
Feb 13, 2019
Merged

Refactored gas tests #289

merged 53 commits into from
Feb 13, 2019

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    ceb1b1a View commit details
    Browse the repository at this point in the history
  2. Moved helper functions into gas lib directory

    Refactored gasLimit, gasPrices, gas, custom_gas_limit, custom_gas_price.
    ccowell committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    4d577f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17013e6 View commit details
    Browse the repository at this point in the history
  4. Extracted rpc and sleep to individual files

    Updated bootstrap and compileAndDeploy module
    ccowell committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    b5da9c4 View commit details
    Browse the repository at this point in the history
  5. Removed utils.js in favor of extracting functionality into files

    Added getWeb3
    Added preloadWeb3 (get web3 with mocha support)
    ccowell committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    f564220 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c994d3 View commit details
    Browse the repository at this point in the history
  7. Documented setUp module

    ccowell committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    29817fa View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Updated path.join arguments

    ccowell committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    364c8a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4017e View commit details
    Browse the repository at this point in the history
  3. Replaced arrow with traditional functions.

    Mocha recommended. https://mochajs.org/#arrow-functions
    Truncated a couple of test descriptions to under 120 characters
    ccowell committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    5d4ee8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b362e1f View commit details
    Browse the repository at this point in the history
  5. Renamed web3 helper files and modules

    preloadTestProvider is dependent on initializeTestProvider
    Updated test references.
    ccowell committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    c93686f View commit details
    Browse the repository at this point in the history
  6. Adding renamed web3 helpers

    ccowell committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    e1a8af7 View commit details
    Browse the repository at this point in the history
  7. Added options support to compileAndDeploy module

    Removed unnecessary helper file
    Update deploy references in test.
    ccowell committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    247b987 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2be9ff3 View commit details
    Browse the repository at this point in the history
  9. Replaced BN.js with number-to-bn module.

    number-to-bn handles type variations
    ccowell committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    23a8ec4 View commit details
    Browse the repository at this point in the history
  10. Renamed to confirmGasPrice.

    ccowell committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    7252906 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    09364d5 View commit details
    Browse the repository at this point in the history
  2. Renamed setUp to bootstrap

    Changed a documented contractPath to contractSubdirectory
    ccowell committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    16c01ee View commit details
    Browse the repository at this point in the history
  3. Change 'service' to 'context' when bootstrapping

    Added both 'byzantium' and 'constantinople' to automated gas test.
    ccowell committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    c3bdd75 View commit details
    Browse the repository at this point in the history
  4. Skipping broken test for now.

    ccowell committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f08b004 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e54350 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53099f7 View commit details
    Browse the repository at this point in the history
  7. Update TEST_BUILD path

    ccowell committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    fc886f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cd0a16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    414854c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47ab131 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Streamlined bootstrap's returned test assets

    Removed preloadTestProvider in favor of initializeProvider with a `before` hook in local file
    Updated JSDoc for compileAndDeploy
    ccowell committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c158038 View commit details
    Browse the repository at this point in the history
  2. compileAndDeploy support existing accounts

    Now using initializeTestProvider into bootstrap
    ccowell committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    a78f086 View commit details
    Browse the repository at this point in the history
  3. Nesting gas hardfork tests

    ccowell committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    39ec768 View commit details
    Browse the repository at this point in the history
  4. Added toHexBytesString to to lib.

    Enclosed gas tests with `Gas` description label.
    ccowell committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    4d803a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    525c20c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    3471327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e076b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Moved toBytesHexString to helpers/utils

    Added toHex to `helpers/utils`
    Ignoring .nyc_output
    Update references to toBytesHexString
    ccowell committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    2feb85a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da75e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f628b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2762781 View commit details
    Browse the repository at this point in the history
  5. Updated comments

    ccowell committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    f36923f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    731523e View commit details
    Browse the repository at this point in the history
  2. Documentation update.

    ccowell committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    b516018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d19db39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b979487 View commit details
    Browse the repository at this point in the history
  5. Updated documentation

    ccowell committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    e259b7c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    18fb0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5526e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bc18ed View commit details
    Browse the repository at this point in the history
  4. Update JSDoc

    ccowell committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    335793d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20dc50e View commit details
    Browse the repository at this point in the history
  6. refactor some of gas.js

    davidmurdoch committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    2437515 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56b525c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be82dd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8497185 View commit details
    Browse the repository at this point in the history