1. Jun 23, 2016
  2. Jun 22, 2016
  3. Jun 21, 2016
  4. Jun 20, 2016
  5. Jun 19, 2016
    • Marek Kotewicz's avatar
      secret store separated from util (#1304) · 6b074e8f
      Marek Kotewicz authored
      * bump rust-crypto
      
      * initial version of account provider utilizing secret store
      
      * update lazy_static to latest version
      
      * AccountProvider accounts method
      
      * new AccountProvider tests in progress
      
      * basic tests for new AccountProvider
      
      * ethcore compiles with new account provider and secret store
      
      * ethcore-rpc build now compiling with new AccountProvider
      
      * most rpc tests passing with new accounts_provider
      
      * fixed basic_authority tests
      
      * fixed eth_transaction_count rpc test
      
      * fixed mocked/eth.rs tests
      
      * fixed personal tests
      
      * fixed personal signer rpc tests
      
      * removed warnings
      
      * parity compiling fine with new sstore
      
      * fixed import direction
      
      * do not unlock temporarily when we have the password
      
      * removed TODO in account import
      
      * display warning on auto account import failure
      
      * fixed compiling of ethstore on windows
      
      * ethstore as a part of parity repo
      
      * added ethkey
      6b074e8f
    • Gav Wood's avatar
      --geth prevent getTransactionReceipt from using pending. (#1325) · 08522eec
      Gav Wood authored
      This mimics the fucntionality of Geth and the current unratified
      JSONRPC spec (but not the functionality of eth and the ratified
      spec).
      08522eec
    • Gav Wood's avatar
      5ceb1b08
    • Gav Wood's avatar
      Provide CLI options to disable aspects of soft-fork. · 2245baaa
      Gav Wood authored
      Soft-fork will remain default behaviour, but you can now disable
      either the whole mechanism (you'll lose money if you mine with this
      when the majority network doesn't) or just vote against it but
      otherwise go with the flow.
      2245baaa
    • Tomasz Drwięga's avatar
      Fixing locks order (#1328) · 8fad728e
      Tomasz Drwięga authored
      8fad728e
    • Marek Kotewicz's avatar
      fixed incomplete merge · 026bfd67
      Marek Kotewicz authored
      026bfd67
  6. Jun 18, 2016
    • Gav Wood's avatar
      Remove comment. · d915eae7
      Gav Wood authored
      d915eae7
    • Gav Wood's avatar
      Install trigger for DAO-rescue soft-fork. · 2582253f
      Gav Wood authored
      Soft-fork should only be primed to trigger if the gas-limit of
      block #1760000 is at most 4,000,000.
      
      To accomplish this we pass in the gas limit of that block to
      EnvInfo so it can inform Schedule. This gets marshalled through
      `OpenBlock`/`ClosedBlock` and the `enact` functions much like
      `last_hashes`. `block.rs`'s `env_info()` takes care to ensure
      that if the current block happens to be #1760000, then we
      populate with the current `gas_limit`.
      2582253f
    • Tomasz Drwięga's avatar
      Fixing warnings (#1321) · 81df97a7
      Tomasz Drwięga authored
      81df97a7
    • Gav Wood's avatar
      Rename block_dao -> reject_dao. · 22e390f9
      Gav Wood authored
      22e390f9
    • Gav Wood's avatar
      DAO Rescue soft fork (#1309) · 42478add
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * DAO Rescue soft fork
      
      * Address minor issues.
      
      * Fix tests.
      42478add
    • Gav Wood's avatar
      Gas price statistics. (#1291) · 335bce85
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Gas price statistics.
      
      Affects eth_gasPrice.
      Added ethcore_gasPriceStatistics.
      
      Closes #1265
      
      * Fix a bug in eth_gasPrice
      
      * Fix tests.
      
      * Revert minor alteration.
      
      * Tests for gas_price_statistics.
      
      - Tests;
      - Additional infrastructure for generating test blocks with
      transactions.
      335bce85
  7. Jun 17, 2016