1. Nov 09, 2016
  2. Nov 08, 2016
  3. Nov 07, 2016
    • GitLab Build Bot's avatar
      js-precompiled 20161107-193144 · 170bd035
      GitLab Build Bot authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      v1.4.0
      170bd035
    • Arkadiy Paronyan's avatar
      Add secure flag back (#3246) · e61c6c4a
      Arkadiy Paronyan authored
      * Add secure flag back
      
      * Don't run js-release for tags
      e61c6c4a
    • Arkadiy Paronyan's avatar
      Removed junk files · 6c5c8eff
      Arkadiy Paronyan authored
      6c5c8eff
    • asynchronous rob's avatar
      verify chunk hashes in cli restore (#3242) · 0afe25be
      asynchronous rob authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      0afe25be
    • GitLab Build Bot's avatar
      35545a02
    • Arkadiy Paronyan's avatar
      Backporting to beta (#3239) · f4c49348
      Arkadiy Paronyan authored
      * Fixed some typos (#3236)
      
      * Add store for dapps state (#3211)
      
      * 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 apps manifests as contentHash (no coding) (#3235)
      
      * 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
      
      * Rename cli and config options signer->ui (#3232)
      
      * rename options signer->ui
      
      * rename config signer->ui
      f4c49348
    • Arkadiy Paronyan's avatar
      UI fixes backporting (#3234) · d3e51d21
      Arkadiy Paronyan authored
      * Fix /parity-utils/{web3,parity}.js webpack errors (#3221)
      
      * Don't override library builds
      
      * Don't override libraries on build
      
      * Enhance working blockNumber display
      
      * Don't push empty tags to input (#3222)
      d3e51d21
    • Denis S. Soldatov aka General-Beck's avatar
      Update gitlab-ci · a90746a0
      Denis S. Soldatov aka General-Beck authored
      remove armv6 from beta, tags
      remove i686 from tags add to beta
      [ci skip]
      a90746a0
    • GitLab Build Bot's avatar
      75ab8de3
    • Denis S. Soldatov aka General-Beck's avatar
      Update gitlab-ci · 7c403d6c
      Denis S. Soldatov aka General-Beck authored
      remove $NIGHTLY from beta branch
      7c403d6c
    • Denis S. Soldatov aka General-Beck's avatar
      Update Dockerfile · 368aab19
      Denis S. Soldatov aka General-Beck authored
      add make
      368aab19
    • Denis S. Soldatov aka General-Beck's avatar
      Update Docker file · 0c8d5104
      Denis S. Soldatov aka General-Beck authored
      add make
      0c8d5104
    • Denis S. Soldatov aka General-Beck's avatar
      Update gitlab-ci · 372464f5
      Denis S. Soldatov aka General-Beck authored
      cache optimization
      372464f5
    • Arkadiy Paronyan's avatar
      Backporting to beta (#3229) · 5a094ccb
      Arkadiy Paronyan authored
      * Use ethcore_dappsPort when constructing URLs (#3139)
      
      * 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}
      
      * Cleaning up polluted namespaces (#3143)
      
      * 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
      5a094ccb
    • Denis S. Soldatov aka General-Beck's avatar
      Update gitlab-ci · 441657dc
      Denis S. Soldatov aka General-Beck authored
      skip i686
      skip windows and darwin test's
      441657dc
    • Denis S. Soldatov aka General-Beck's avatar
      Update gitlab-ci · 3333433b
      Denis S. Soldatov aka General-Beck authored
      add i686
      3333433b
    • GitLab Build Bot's avatar
      3b480f5e
    • Administrator's avatar
      Update .gitlab-ci.yml · 5c77f1ee
      Administrator authored
      5c77f1ee
    • Arkadiy Paronyan's avatar
      Beta branch cleanup (#3226) · 2a650287
      Arkadiy Paronyan authored
      * Removed binaries
      
      * Version string set to beta
      2a650287
  4. Nov 05, 2016