1. Jul 11, 2016
  2. Jul 09, 2016
  3. Jul 08, 2016
  4. Jul 07, 2016
    • Tomasz Drwięga's avatar
      Supporting /api/ping for dapps server (#1543) · 7af366c5
      Tomasz Drwięga authored
      * Refactoring dapps to support API endpoints.
      
      * Using ContentHandler for unauthorized requests
      
      * Extracting url stuff
      
      * Adding ping endpoint
      
      * CORS support for ping request
      
      * Fixing url.is_none()
      
      * minor formatting fix
      
      [ci:skip]
      7af366c5
    • Nikolay Volf's avatar
      Client IPC Interface (#1493) · 8282c7dd
      Nikolay Volf authored
      * btree map serializer
      
      * serde tests
      
      * state diff serialization
      
      * basic layout
      
      * more missing serializaers
      
      * uncle returns rlp
      
      * block queue info
      
      * sorting with transaction result
      
      * sorting out util imports
      
      * transaction import result sorting also
      
      * sorting filters & ranges
      
      * error sorting out
      
      * deriving ipc service compiling
      
      * rpc & sync recompile
      
      * sorting rpc using uncles
      
      * fix compilation
      
      * fix merging bugs
      
      * fix unused imports
      
      * fix all warnings
      
      * tests stub
      
      * some merge bugs
      
      * ethcore compilation
      
      * fix rpc compilation
      
      * deriving attribute
      
      * tests (and fixes)
      
      * rpc test working
      
      * fix warnings again
      
      * rs.in -> rs
      
      * missing attribute
      
      * refactored tree changes
      
      * paste reformat mess fix
      
      * pub mod actually
      
      * intendation fix
      8282c7dd
  5. Jul 06, 2016
    • Marek Kotewicz's avatar
      serde is no longer util dependency (#1534) · bcb63bce
      Marek Kotewicz authored
      * removed old json-tests
      
      * simplify folds in triehash.rs
      
      * removed unused json_aid
      
      * removed unused squeeze.rs
      
      * json branching tests for trie
      
      * removing todos from util
      
      * separated UsingQueue and Table
      
      * further cleanup, removing unused code
      
      * serde serialization of hash moved to rpc module
      
      * uint wrapper for rpc in progress
      
      * serialization of uint moved to rpc module
      
      * updated eth-secp256k1
      
      * updated igd, serde is no longer dependency of util
      
      * loading trie consensus tests
      
      * renamed aliases in rpc imports
      bcb63bce
  6. Jul 05, 2016
    • Marek Kotewicz's avatar
      util cleanup (#1474) · 62b9c1b1
      Marek Kotewicz authored
      * removed old json-tests
      
      * simplify folds in triehash.rs
      
      * removed unused json_aid
      
      * removed unused squeeze.rs
      
      * json branching tests for trie
      
      * loading trie consensus tests
      62b9c1b1
    • NikVolf's avatar
      rpc test working · 78e7101f
      NikVolf authored
      78e7101f
  7. Jul 04, 2016
  8. Jun 30, 2016
  9. Jun 29, 2016
  10. Jun 28, 2016
  11. Jun 27, 2016
  12. Jun 26, 2016
  13. Jun 25, 2016
  14. Jun 24, 2016
  15. Jun 23, 2016
  16. Jun 22, 2016
  17. Jun 21, 2016
  18. Jun 20, 2016
  19. 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
  20. Jun 18, 2016
    • 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
    • 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