1. Aug 31, 2017
  2. Aug 28, 2017
    • Tomasz Drwięga's avatar
      Expose health status over RPC (#6274) · 3226e1ca
      Tomasz Drwięga authored
      * Node-health to a separate crate.
      
      * Initialize node_health outside of dapps.
      
      * Expose health over RPC.
      
      * Bring back 412 and fix JS.
      
      * Add health to workspace and tests.
      
      * Fix compilation without default features.
      
      * Fix borked merge.
      
      * Revert to generics to avoid virtual calls.
      
      * Fix node-health tests.
      
      * Add missing trailing comma.
      3226e1ca
  3. Aug 17, 2017
  4. Aug 10, 2017
  5. Aug 09, 2017
    • Craig O'Connor's avatar
      Dapp refresh (#5752) · 7d17d772
      Craig O'Connor authored
      * RwLock
      
      * getting there
      
      * argh
      
      * parking_lot
      
      * rpc
      
      * wax on wax off
      
      * almost there
      
      * remove lock
      
      * write over read
      
      * works
      
      * linting
      
      * small updates
      
      * dissapearing act
      
      * router update
      
      * complete
      
      * one m
      
      * grumbles1
      
      * grumbles part II
      
      * parking_lot->util
      
      * missed test case
      
      * fied package-lock.json
      
      * small fixes
      
      * 404 tests failing
      
      * cleanup
      
      * cleanup 2
      
      * updates and the likes
      
      * play
      
      * simplify filter
      
      * f-ing bugs
      
      * read->write
      
      * Address own grumbles.
      
      * Fix test.
      7d17d772
    • Tomasz Drwięga's avatar
      Using multiple NTP servers (#6173) · e93466c8
      Tomasz Drwięga authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * Small improvements to time estimation.
      
      * Allow multiple NTP servers to be used.
      
      * Removing boxing.
      
      * Be nice.
      
      * Be nicer.
      
      * Update list of servers and add reference.
      e93466c8
  6. Jul 29, 2017
  7. Jul 27, 2017
  8. Jul 24, 2017
  9. Jul 14, 2017
  10. Jul 13, 2017
  11. Jul 11, 2017
    • Tomasz Drwięga's avatar
      Node Health warnings (#5951) · 4936e99f
      Tomasz Drwięga authored
      * Health endpoint.
      
      * Asynchronous health endpoint.
      
      * Configure time api URL via CLI.
      
      * Tests for TimeChecker.
      
      * Health indication on Status page.
      
      * Adding status indication to tab titles.
      
      * Add status to ParityBar.
      
      * Fixing lints.
      
      * Add health status on SyncWarning.
      
      * Fix health URL for embed.
      
      * Nicer messages.
      
      * Fix tests.
      
      * Fixing JS tests.
      
      * NTP time sync (#5956)
      
      * use NTP to check time drift
      
      * update time module documentation
      
      * replace time_api flag with ntp_server
      
      * fix TimeChecker tests
      
      * fix ntp-server flag usage
      
      * hide status tooltip if there's no message to show
      
      * remove TimeProvider trait
      
      * use Cell in FakeNtp test trait
      
      * share fetch client and ntp client cpu pool
      
      * Add documentation to public method.
      
      * Removing peer count from status.
      
      * Remove unknown upgrade status.
      
      * Send two time requests at the time.
      
      * Revert "Send two time requests at the time."
      
      This reverts commit f7b754b1155076a5a5d8fdafa022801fae324452.
      
      * Defer reporting time synchronization issues.
      
      * Fix tests.
      
      * Fix linting.
      4936e99f
  12. Jul 10, 2017
  13. Jul 06, 2017
  14. Jul 05, 2017
  15. Jul 04, 2017
  16. Jun 28, 2017
  17. Jun 22, 2017
  18. May 24, 2017
    • Tomasz Drwięga's avatar
      UI server refactoring (#5580) · cbcc369a
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Full API in Authenticated WS server.
      
      * Replacing UI server with Hyper.
      
      * Solving CLI, RPCs and tests.
      
      * Porting signer tests.
      
      * Fixing origin recognition for dapps/rpc.
      
      * Fixing tests. Adding parity-rpc-client to test.
      
      * Dapps exposed as RPC method.
      
      * JS code to support new connection scheme.
      
      * Fixing dapps tests.
      
      * Updating allowed origins/hosts to support web3.site.
      
      * Fixing tests, fixing UI.
      
      * Fixing tests.
      
      * Removing invalid tests.
      
      * Fixing merge.
      
      * 404 fallback for UI
      
      * Improve ContentFetcher constructor readability.
      
      * Naming.
      
      * Update .gitlab-ci.yml
      
      fix CI lint error
      
      * Fixing tests and linting issues.
      
      * Fixing new tests.
      
      * UI hosts.
      
      * Submodules fix.
      cbcc369a
  19. May 18, 2017
    • asynchronous rob's avatar
      Light friendly dapps (#5634) · b1eab698
      asynchronous rob authored
      * move native_contracts ABIs to JSON files, add urlhint
      
      * port hash-fetch to futures, fix tests
      
      * fix dapps compilation, defer async port to later
      
      * activate dapps server in the light client
      
      * better formatting
      b1eab698
  20. Apr 13, 2017
  21. Apr 05, 2017
  22. Apr 03, 2017
    • Tomasz Drwięga's avatar
      Dapps and RPC server merge (#5365) · 2df4532d
      Tomasz Drwięga authored
      * Dapps server as a middleware.
      
      * Dapps RPC - Work in Progress
      
      * Merging Dapps and RPC server.
      
      * Fast HTTP server configuration.
      
      * Bump jsonrpc
      
      * Fixing test target
      
      * Re-implementing commented-out tests.
      2df4532d
  23. Mar 29, 2017
  24. Mar 28, 2017
    • Marek Kotewicz's avatar
      updating dependencies (#5028) · 64c09862
      Marek Kotewicz authored
      * updated docopt, env_logger, semver and regex crates
      
      * updated parking_lot to 0.4
      
      * fixed compiling on linux
      
      * updated igd to 0.6
      
      * updated jsonrpc
      
      * fixed regex related compiler error on linux
      64c09862
  25. Mar 22, 2017
  26. Mar 21, 2017
  27. Mar 17, 2017
  28. Mar 16, 2017
  29. Mar 13, 2017
  30. Mar 11, 2017
  31. Mar 07, 2017
  32. Feb 14, 2017
  33. Feb 13, 2017
    • Tomasz Drwięga's avatar
      Serde 0.9 (#4508) · f1e99ea2
      Tomasz Drwięga authored
      * Porting json
      
      * Dapps
      
      * Rpc & Ethstore
      
      * New ethabi
      
      * Last bunch of fixes
      
      * Fixing last test
      
      * Removing build script
      
      * Adding ethcore-ipc-tests back
      
      * Fixing grumbles
      
      * Fixing blockchain tests (inference regression?)
      f1e99ea2