1. Nov 01, 2017
  2. Oct 30, 2017
  3. Oct 29, 2017
  4. Oct 26, 2017
  5. Oct 25, 2017
    • GitLab Build Bot's avatar
      0abc2b13
    • Jaco Greeff's avatar
      Shell updates (bonds, updated Dapps) (#6897) · f282823e
      Jaco Greeff authored
      * Remove stage-0
      
      * Re-add stage-0 for `export default from './xyz';`
      
      * Add background loading image
      
      * Add window.isParity for parity-specific actions
      
      * inject bonds (temporary)
      
      * Remove loading text overlay
      
      * Remove background around logo
      
      * Remove debug log
      
      * Fix account selection (correct component used)
      
      * Update with changed dapp dependencies
      
      * Add oo7 to list of babel node_module targets
      
      * injectObjects -> onDappLoad
      f282823e
    • Nicolas Ochem's avatar
      fix #6228: do not display eth price in cli for etc (#6877) · 542cee9a
      Nicolas Ochem authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * fix #6228: do not display eth price in cli for etc
      
      Current behaviour:
      
      When the client is started with defaults, the miner's gas calibrator
      periodically queries the price of ether in usd and uses it to adjust
      the wei_per_gas variable, displaying an info message in the cli each
      time calibration happens. The info message mentions the price of ETH.
      
      When started with the --min-gas-price option, the calibrator is inactive
      and the price is not displayed.
      
      Problem:
      
      When running on an alternate chain such as ethereum classic, the info
      message mentioning the ETH price is present, unless the --min-gas-price
      option is used.
      
      Solution:
      
      if chain != foundation and --min-gas-price is not set,
      don't use GasPricerConfig::Calibrated as default but rather fix
      the minimum gas price to zero.
      
      * self.chain() returns ChainType.
      
      * match chain based on SpecType
      542cee9a
    • Nicolas Ochem's avatar
      fix mining help (#6885) · 54b14001
      Nicolas Ochem authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      was
              --min-gas-price=[STRING]
      	                Minimum amount of Wei per GAS to be paid for a
      			transaction to be accepted for mining. Overrides
      			--basic-tx-usd.
      
      Issue: --basic-tx-usd does not exist. Author probably meant
      --usd-per-tx.
      
      New:
              --min-gas-price=[STRING]
      	                Minimum amount of Wei per GAS to be paid for a
      			transaction to be accepted for mining. Overrides
      			--usd-per-tx.
      54b14001
    • Tomasz Drwięga's avatar
      Refactor static context check in CREATE. (#6886) · 8dfdebc2
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Refactor static context check in CREATE.
      
      * Fix wasm.
      8dfdebc2
  6. Oct 24, 2017
  7. Oct 23, 2017
  8. Oct 20, 2017