Skip to content
  1. Nov 21, 2016
  2. Nov 18, 2016
  3. Nov 17, 2016
  4. Nov 16, 2016
  5. Nov 15, 2016
  6. Nov 14, 2016
  7. Nov 11, 2016
    • Jaco Greeff's avatar
      80606cdd
    • Nicolas Gotchac's avatar
      Solidity Compiler in UI (#3279) · 0e4ef539
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Added new Deploy Contract page // Use Brace in React #2276
      
      * Adding Web Wrokers WIP
      
      * Compiling Solidity code // Getting mandatory params #2276
      
      * Working editor and deployment #2276
      
      * WIP : displaying source code
      
      * Added Solidity hightling, editor component in UI
      
      * Re-adding the standard Deploy Modal #2276
      
      * Using MobX in Contract Edition // Save to Localstorage #2276
      
      * User select Solidity version #2276
      
      * Loading Solidity versions and closing worker properly #2276
      
      * Adds export to solidity editor #2276
      
      * Adding Import to Contract Editor #2276
      
      * Persistent Worker => Don't load twice Solidity Code #2276
      
      * UI Fixes
      
      * Editor tweaks
      
      * Added Details with ABI in Contract view
      
      * Adds Save capabilities to contract editor // WIP on Load #3279
      
      * Working Load and Save contracts... #3231
      
      * Adding loader of Snippets // Export with name #3279
      
      * Added snippets / Importing from files and from URL
      
      * Fix wrong ID in saved Contract
      
      * Fix lint
      
      * Fixed Formal errors as warning #3279
      
      * Fixing lint issues
      
      * Use NPM Module for valid URL (fixes linting issue too)
      
      * Don't clobber tests.
      0e4ef539
  8. Nov 10, 2016
  9. Nov 09, 2016
  10. Nov 08, 2016
  11. Nov 07, 2016
    • Jaco Greeff's avatar
      Add secure flag back (#3244) · 51aa0e28
      Jaco Greeff authored
      51aa0e28
    • Jaco Greeff's avatar
      Load network apps manifests as contentHash (no coding) (#3235) · 6ab6c070
      Jaco Greeff authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Add mobx
      
      * Use mobx store for dapps
      
      * Cleanup hidden reads
      
      * Remove (now) unused hidden.js
      
      * _ denotes internal functions
      
      * s/visibleApps/visible/
      
      * AddDapps now use the mobx store as well
      
      * Move modalOpen state to store
      
      * Simplify
      
      * Complete master merge
      
      * Remove extra indirection
      
      * Remove unneeded check
      
      * Readability improvements
      
      * Remove final debug info
      
      * Load network manifests from the network
      
      * Swallow manifest errors
      
      * introduce fetchManifest
      6ab6c070
    • Arkadiy Paronyan's avatar
      Fixed some typos (#3236) · 108452d0
      Arkadiy Paronyan authored
      108452d0
    • Jaco Greeff's avatar
      Add store for dapps state (#3211) · f0054aa2
      Jaco Greeff authored
      * Add mobx
      
      * Use mobx store for dapps
      
      * Cleanup hidden reads
      
      * Remove (now) unused hidden.js
      
      * _ denotes internal functions
      
      * s/visibleApps/visible/
      
      * AddDapps now use the mobx store as well
      
      * Move modalOpen state to store
      
      * Simplify
      
      * Complete master merge
      
      * Remove extra indirection
      
      * Remove unneeded check
      
      * Readability improvements
      
      * Remove final debug info
      f0054aa2
  12. Nov 06, 2016
    • Tomasz Drwięga's avatar
      Cleaning up polluted namespaces (#3143) · 9c497968
      Tomasz Drwięga authored
      * Renaming ethcore_ to parity_
      
      * Renaming files
      
      * Renaming poluted EthSigning
      
      * Tidy up the namespaces
      
      * Renaming files to match new structure
      
      * Splitting EthSigning into separate traits
      
      * jsapi move ethcore.* -> parity.*
      
      * Move jsonrpc parity definitions
      
      * Update UI API calls for parity interfaces
      
      * Move jsapi signer interfaces from personal to signer
      
      * Update UI to use signer.* where applicable
      
      * Updsate jsapi subscriptions for signer
      
      * Fix dodgy merge.
      
      * Update README.
      
      * Fix some tests.
      
      * Move parity-only personal.* to parity.*
      
      * Update UI for personal -> parity API moves
      
      * Update subscription APIs after personal -> parity move
      
      * personal. generateAuthorizationToken -> parity. generateAuthorizationToken (UI)
      
      * enode, dappsPort & signerPort (UI)
      
      * Update subscription tests (accountsInfo)
      
      * subscription update
      
      * personal -> parity
      
      * Additional error logging on method failures
      
      * move postTransaction to parity
      
      * Additional debug info with method failures
      
      * Fix personal tests.
      
      * Console wrning shows parameters, error object does not
      
      * Include parity_ signing methods.
      
      * Console log http transport info
      
      * Fix failing tests
      
      * Add RPC stubs for parity_accounts.
      
      * Allow some secure built-in dapps
      
      * Use parity_accounts in place of accountsInfo
      
      * Improve error reporting
      
      * Cleanup GHH error handling
      9c497968
  13. Nov 05, 2016
    • Jaco Greeff's avatar
      Parity configuration settings, i.e. mode (#3212) · 458ee4cb
      Jaco Greeff authored
      * Add initial page
      
      * Add parity icon
      
      * opacity for parity icon
      
      * Mode selector
      
      * Actually set mode when value changes
      458ee4cb
    • Gav Wood's avatar
      Mode improvements for UI (#3109) · 744501c4
      Gav Wood authored
      * `--mode=off` now works.
      
      * Add Mode::Off as a persistent CLI option.
      
      * "last" not "auto" as default.
      
      * Commit accidentally unsaved file.
      
      * Whitespace
      
      [ci:skip]
      
      * Mode CLI parse fix
      
      * or offline
      
      * Save mode when it gets changed.
      
      * Fix Offline mode
      
      * Fix up mode operations.
      
      * Make passive default, but not overriding.
      
      * Fix test
      
      * Maybe not everyone wants to run an archive node...
      744501c4
  14. Nov 04, 2016
    • Jaco Greeff's avatar
      Use ethcore_dappsPort when constructing URLs (#3139) · c2e85dc4
      Jaco Greeff authored
      * Upon connect, retrieve the available api ports
      
      * Update dapps to load from dappsPort
      
      * Update dapps summary with dappsPort
      
      * Allow proxy to use dappsPort
      
      * Replace /api/ping with HEAD /
      
      * Dynamic port for available apps
      
      * Retrieve content images with dappsPort
      
      * Fix /
      
      * Transfer token dropdown image fix
      
      * IdentityIcon loads images via contentHash
      
      * Update apps fetch to cater for dev & prod
      
      * DRY up 127.0.0.1:${dappsPort} with ${dappsUrl}
      c2e85dc4