1. 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
    • Tomasz Drwięga's avatar
      Fixing locks order (#1328) · 8fad728e
      Tomasz Drwięga authored
      8fad728e
  2. Jun 18, 2016
    • Marek Kotewicz's avatar
      Merge pull request #1324 from ethcore/renamefield · 3617923d
      Marek Kotewicz authored
      Update default gas limit, rename field
      3617923d
    • Edward Wang's avatar
      Use constants for DatabaseConfig (#1318) · 2b650117
      Edward Wang authored
      Closes #1157
      2b650117
    • Gav Wood's avatar
      Remove code no longer in master :-S · 47cd9ff3
      Gav Wood authored
      47cd9ff3
    • Gav Wood's avatar
      Unsaved file. Duh. · 7208f9f9
      Gav Wood authored
      7208f9f9
    • Tomasz Drwięga's avatar
      Fixing warnings (#1321) · 81df97a7
      Tomasz Drwięga authored
      81df97a7
    • Tomasz Drwięga's avatar
      Bumping topbar. Fixing ws server closing when suspending (#1312) · c1c64bed
      Tomasz Drwięga authored
      * More meaningful errors when sending transaction
      
      * Fixing returned value
      
      * Consolidating all RPC error codes
      
      * Fixed loosing peers on incoming connections. (#1293)
      
      * Deactivate peer if it has no new data
      
      * Fixed node table timer registration
      
      * Fixed handshake timeout expiration
      
      * Extra trace
      
      * Fixed session count calculation
      
      * Only deactivate incapable peers in ChainHead state
      
      * Timer registration is not needed
      
      * x64 path
      
      * firewall rules
      
      * Fix read-ahead bug.
      
      Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
      
      * Refactor to use a const.
      
      * Update README.md
      
      * Gas price statistics. (#1291)
      
      * 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.
      
      * Key load avoid warning (#1303)
      
      * avoid warning with key
      
      * fix intendations
      
      * more intendation fix
      
      * ok() instead of expect()
      
      * Appveyor config for windows build+installer (#1302)
      
      * appveyor
      
      * proper dist name
      
      * quote
      
      * win-build config
      
      * proper build section
      
      * tests in release
      
      * plugin dir
      
      * cache binaries
      
      * quotes
      
      * escaped quotes
      
      * forces user dir
      
      * fixes
      
      * syntax
      
      * proper cahce dir
      
      * quotes?
      
      * root nsis instead of bin
      
      * submodules init
      
      * artifact path fix
      
      * no submodule
      
      * raw link here
      
      * another way to force cargo cache
      
      * include vc++ 2015 redist
      
      * fix name of the dist
      
      * ETHCORE -> Ethcore
      
      * Bumping topbar. Fixing ws server closing when suspending
      c1c64bed
    • Arkadiy Paronyan's avatar
      Syncing fix (#1320) · ec654fea
      Arkadiy Paronyan authored
      * Fixed aborting peer for expired session
      
      * Don't ban for usesless
      ec654fea
    • Gav Wood's avatar
      Merge branch 'master' into renamefield · d416e5d9
      Gav Wood authored
      d416e5d9
    • Gav Wood's avatar
      Rename block_dao -> reject_dao. · 22e390f9
      Gav Wood authored
      22e390f9
    • Gav Wood's avatar
      Change CLI default for gas floor target. · c9f8eff9
      Gav Wood authored
      c9f8eff9
    • Tomasz Drwięga's avatar
      Filling-in optional fields of TransactionRequest... (#1305) · 5e1e3ce8
      Tomasz Drwięga authored
      * More meaningful errors when sending transaction
      
      * Fixing returned value
      
      * Consolidating all RPC error codes
      
      * Fixed loosing peers on incoming connections. (#1293)
      
      * Deactivate peer if it has no new data
      
      * Fixed node table timer registration
      
      * Fixed handshake timeout expiration
      
      * Extra trace
      
      * Fixed session count calculation
      
      * Only deactivate incapable peers in ChainHead state
      
      * Timer registration is not needed
      
      * x64 path
      
      * firewall rules
      
      * Fix read-ahead bug.
      
      Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
      
      * Refactor to use a const.
      
      * Update README.md
      
      * Gas price statistics. (#1291)
      
      * 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.
      
      * Key load avoid warning (#1303)
      
      * avoid warning with key
      
      * fix intendations
      
      * more intendation fix
      
      * ok() instead of expect()
      
      * Filling-in optional fields of TransactionRequest.
      
      * Adding reference to miner
      5e1e3ce8
    • Tomasz Drwięga's avatar
      Removing Maker and DAO dapps (#1319) · 91dc31fd
      Tomasz Drwięga authored
      91dc31fd
    • Tomasz Drwięga's avatar
      Disabling ethcore_set* APIs by default (+ Status page update) (#1315) · e9575651
      Tomasz Drwięga authored
      * More meaningful errors when sending transaction
      
      * Fixing returned value
      
      * Consolidating all RPC error codes
      
      * Fixed loosing peers on incoming connections. (#1293)
      
      * Deactivate peer if it has no new data
      
      * Fixed node table timer registration
      
      * Fixed handshake timeout expiration
      
      * Extra trace
      
      * Fixed session count calculation
      
      * Only deactivate incapable peers in ChainHead state
      
      * Timer registration is not needed
      
      * x64 path
      
      * firewall rules
      
      * Fix read-ahead bug.
      
      Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
      
      * Refactor to use a const.
      
      * Update README.md
      
      * Gas price statistics. (#1291)
      
      * 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.
      
      * Key load avoid warning (#1303)
      
      * avoid warning with key
      
      * fix intendations
      
      * more intendation fix
      
      * ok() instead of expect()
      
      * Appveyor config for windows build+installer (#1302)
      
      * appveyor
      
      * proper dist name
      
      * quote
      
      * win-build config
      
      * proper build section
      
      * tests in release
      
      * plugin dir
      
      * cache binaries
      
      * quotes
      
      * escaped quotes
      
      * forces user dir
      
      * fixes
      
      * syntax
      
      * proper cahce dir
      
      * quotes?
      
      * root nsis instead of bin
      
      * submodules init
      
      * artifact path fix
      
      * no submodule
      
      * raw link here
      
      * another way to force cargo cache
      
      * include vc++ 2015 redist
      
      * fix name of the dist
      
      * ETHCORE -> Ethcore
      
      * Disabling ethcore_set* APIs (+ Status page)
      e9575651
    • Marek Kotewicz's avatar
      fixed #1180 (#1282) · 75a7cf28
      Marek Kotewicz authored
      75a7cf28
    • Arkadiy Paronyan's avatar
      Merge pull request #1313 from ethcore/net · 591fa962
      Arkadiy Paronyan authored
      Network start/stop
      591fa962
    • 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
    • Nikolay Volf's avatar
      Appveyor config for windows build+installer (#1302) · 76b413b5
      Nikolay Volf authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * appveyor
      
      * proper dist name
      
      * quote
      
      * win-build config
      
      * proper build section
      
      * tests in release
      
      * plugin dir
      
      * cache binaries
      
      * quotes
      
      * escaped quotes
      
      * forces user dir
      
      * fixes
      
      * syntax
      
      * proper cahce dir
      
      * quotes?
      
      * root nsis instead of bin
      
      * submodules init
      
      * artifact path fix
      
      * no submodule
      
      * raw link here
      
      * another way to force cargo cache
      
      * include vc++ 2015 redist
      
      * fix name of the dist
      
      * ETHCORE -> Ethcore
      76b413b5
    • Nikolay Volf's avatar
      Key load avoid warning (#1303) · b4aae6bd
      Nikolay Volf authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * avoid warning with key
      
      * fix intendations
      
      * more intendation fix
      
      * ok() instead of expect()
      b4aae6bd
    • Tomasz Drwięga's avatar
      Consolidating all RPC error codes · 1baa1500
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      1baa1500
    • Tomasz Drwięga's avatar
      Fixing returned value · defe6887
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      defe6887
    • Tomasz Drwięga's avatar
      More meaningful errors when sending transaction · 2c9a5fc0
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      2c9a5fc0
    • 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
    • Arkadiy Paronyan's avatar
      Update README.md · 6026dd36
      Arkadiy Paronyan authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      6026dd36
    • Gav Wood's avatar
      Refactor to use a const. · d6701065
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      d6701065
    • Gav Wood's avatar
      Fix read-ahead bug. · da058d0e
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.
      da058d0e
    • NikVolf's avatar
      firewall rules · 23227454
      NikVolf authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      23227454
    • NikVolf's avatar
      x64 path · 55fec2dc
      NikVolf authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      55fec2dc
    • Arkadiy Paronyan's avatar
      Fixed loosing peers on incoming connections. (#1293) · 29e28657
      Arkadiy Paronyan authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Deactivate peer if it has no new data
      
      * Fixed node table timer registration
      
      * Fixed handshake timeout expiration
      
      * Extra trace
      
      * Fixed session count calculation
      
      * Only deactivate incapable peers in ChainHead state
      
      * Timer registration is not needed
      29e28657
    • Arkadiy Paronyan's avatar
      Removed RPC methods · 3f77f7ce
      Arkadiy Paronyan authored
      3f77f7ce
  3. Jun 17, 2016
  4. Jun 16, 2016
    • Nikolay Volf's avatar
      Appveyor config for windows build+installer (#1302) · 2a101baf
      Nikolay Volf authored
      * appveyor
      
      * proper dist name
      
      * quote
      
      * win-build config
      
      * proper build section
      
      * tests in release
      
      * plugin dir
      
      * cache binaries
      
      * quotes
      
      * escaped quotes
      
      * forces user dir
      
      * fixes
      
      * syntax
      
      * proper cahce dir
      
      * quotes?
      
      * root nsis instead of bin
      
      * submodules init
      
      * artifact path fix
      
      * no submodule
      
      * raw link here
      
      * another way to force cargo cache
      
      * include vc++ 2015 redist
      
      * fix name of the dist
      
      * ETHCORE -> Ethcore
      2a101baf
    • Nikolay Volf's avatar
      Key load avoid warning (#1303) · 07641b8f
      Nikolay Volf authored
      * avoid warning with key
      
      * fix intendations
      
      * more intendation fix
      
      * ok() instead of expect()
      07641b8f
    • Nikolay Volf's avatar
      Merge pull request #1290 from ethcore/send-tx-errors · 10bbe8c8
      Nikolay Volf authored
      More meaningful errors when sending transaction
      10bbe8c8