1. Jun 28, 2017
  2. Jun 22, 2017
  3. 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
  4. 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
  5. Apr 13, 2017
  6. Apr 05, 2017
  7. 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
  8. Mar 29, 2017
  9. 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
  10. Mar 22, 2017
  11. Mar 21, 2017
  12. Mar 17, 2017
  13. Mar 16, 2017
  14. Mar 13, 2017
  15. Mar 11, 2017
  16. Mar 07, 2017
  17. Feb 14, 2017
  18. 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
  19. Feb 07, 2017
  20. Feb 04, 2017
    • Tomasz Drwięga's avatar
      RPC middleware: Informant & Client.keep_alive (#4384) · 248cd5e0
      Tomasz Drwięga authored
      * Adding RPC informant structs
      
      * RPC informant
      
      * Middleware counting RPC requests
      
      * Moving client keep_alive to middleware
      248cd5e0
    • Jaco Greeff's avatar
      Web view with web3.site support (#4313) · b4c24d5a
      Jaco Greeff authored
      * Web-domain based routing
      
      * Support base32-encoded urls
      
      * Proper support for non-domain based routing
      
      * Handling long domain names
      
      * Switching to web3.site
      
      * Encoding for *.web3.site urls
      
      * Add DappUrlInput component
      
      * Update Web views with store
      
      * Update spec description
      
      * Update spec description
      
      * edited url does not allow in-place store edits
      
      * Fixing dapps access on 127.0.0.1:8180
      
      * Use /web/<hash> urls for iframe
      
      * Redirecting to parity.web3.site
      
      * Disabling the redirection
      b4c24d5a
  21. Jan 30, 2017
    • Tomasz Drwięga's avatar
      Persistent tracking of dapps (#4302) · cf348dae
      Tomasz Drwięga authored
      * Tests for RPC
      
      * Extracting dapp_id from Origin and x-parity-origin
      
      * Separate type for DappId
      
      * Persistent tracking of recent dapps
      
      * Fixing tests
      
      * Exposing dapp timestamps
      
      * Fixing import to work on stable
      
      * Fixing test again
      cf348dae
  22. Jan 25, 2017
    • Gav Wood's avatar
      Fix whitespace (#4299) · 8404edb6
      Gav Wood authored
      * Fix whitespace.
      
      * Update copyright years/owner.
      
      * Push release only for tags.
      8404edb6
    • Nikolay Volf's avatar
      Stratum up (#4233) · 1acc8031
      Nikolay Volf authored
      * flush work
      
      * flush work
      
      * flush work
      
      * flush work
      
      * generalized notifiers
      
      * general setup with modules
      
      * general setup with modules
      
      * all binded
      
      * catch up with master
      
      * all dependencies injected
      
      * stratum another up
      
      * tcp update
      
      * submitwork routine
      
      * finalize & fix warnings
      
      * merge bugs, review fixes
      
      * merge bugs, review fixes
      
      * new cli mess cleanup
      
      * usage.txt swap
      
      * flush work
      
      * cli adopt
      
      * compilation with new cli sorted
      
      * subid space in json
      
      * serialization issues
      
      * grumbles addressed
      
      * more grumbles
      
      * remove last_work note for now
      
      * fix compilation
      
      * fix tests
      
      * merge bugs
      
      * no obliged ipc
      
      * moving notifiers
      
      * no optional feature now
      
      * refactored again
      
      * working on tests
      
      * refactor to new tcp/ip
      
      * stratum lib ok
      
      * ethcore crate ok
      
      * wip on tests
      
      * final test working
      
      * fix warnings, \n-terminated response
      
      * new compatibility
      
      * re-pushing work once anybody submitted
      
      * various review and general fixes
      
      * reviewe fixes
      
      * remove redundant notifier
      
      * one symbol -> huge bug
      
      * ensure write lock isn't held when calling handlers
      
      * extern declarations moved
      
      * options to stratum mod, SocketAddr strongly-typed instantiation
      
      * Minor style fix.
      
      * Whitespace and phrasing
      
      * Whitespace
      1acc8031
  23. Jan 18, 2017
  24. Jan 16, 2017
  25. Jan 13, 2017
  26. Jan 11, 2017
    • Tomasz Drwięga's avatar
      New jsonrpc-core with futures and metadata support (#3859) · 41da1a0a
      Tomasz Drwięga authored
      * Bumping serde & serde_json
      
      * Super-initial usage of new jsonrpc
      
      * Single event loop for jsonrpc
      
      * Metadata
      
      * Supporting metadata extraction for eth_accounts
      
      * Fixing Cargo.lock
      
      * Removing uneccessary clones
      
      * Fixing unused import
      
      * Unused import
      
      * Fixing test
      41da1a0a
  27. Jan 10, 2017
  28. Jan 06, 2017
  29. Dec 28, 2016
  30. Dec 27, 2016
    • Tomasz Drwięga's avatar
      Fetch tests (first batch) (#3977) · bc3dacc9
      Tomasz Drwięga authored
      * Customizable fetch
      
      * Some basic Fetch tests
      bc3dacc9
    • asynchronous rob's avatar
      Port `try` macro to new `?` operator. (#3962) · 8125b569
      asynchronous rob authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * initial untry sweep
      
      * restore try in ipc codegen, fix inference
      
      * change a few missed try instances
      8125b569
    • Tomasz Drwięga's avatar
      Web Based Dapps (#3956) · c7c309d1
      Tomasz Drwięga authored
      * Dapps web
      
      Conflicts:
      	dapps/src/apps/fetcher.rs
      	dapps/src/handlers/fetch.rs
      
      * Rewriting fetch
      
      * Parity-wide fetch service
      
      * Obey the limits and support cancellation.
      
      * Removing temporary files.
      
      * Actually use Fetch for dapps
      
      * Re-implementing file fetching to avoid temporary files.
      
      * Serde to 0.8.19
      
      * Fixing content & dapps fetch
      
      * Serving web content and injecting scripts
      
      * Don't wait for old content, start a new download
      
      * Supporting timeouts and query
      
      * Simple GUI for the browser
      
      * Proxy tokens validation
      
      * Recovering from invalid web-based requests
      
      * Remember last visisted URL
      
      * Removing unused variables
      
      * Addressing review comments
      
      * Setting default account in web3
      
      * Adding WebBrowser dapp to the list
      
      * Actually prune old entries when generating new token
      c7c309d1
  31. Dec 23, 2016
    • Tomasz Drwięga's avatar
      Limiting accounts returned by parity_accountInfo (#3931) · 27ba0e69
      Tomasz Drwięga authored
      * Limiting accountNames returned by parity_accountNames
      
      * Fixing middleware
      
      * Change RPC interface
      
      * Enhance tests for RPC layer
      
      * UI uses parity_allAccountsInfo
      
      * Update dapps to use parity_accountsInfo
      
      * Don't filter by uuid (deprecated)
      
      * Consistency in calls
      
      * Fix js tests (missed stub call)
      27ba0e69
  32. Dec 22, 2016
    • Tomasz Drwięga's avatar
      Global Fetch Service (#3915) · f0387c33
      Tomasz Drwięga authored
      * Dapps web
      
      Conflicts:
      	dapps/src/apps/fetcher.rs
      	dapps/src/handlers/fetch.rs
      
      * Rewriting fetch
      
      * Parity-wide fetch service
      
      * Obey the limits and support cancellation.
      
      * Removing temporary files.
      
      * Actually use Fetch for dapps
      
      * Re-implementing file fetching to avoid temporary files.
      
      * Serde to 0.8.19
      
      * Fixing content & dapps fetch
      f0387c33