1. Aug 02, 2018
    • Axel Chalon's avatar
      Use persistent storage (#177) · b263b049
      Axel Chalon authored
      * Use persistent storage for webviews
      
      * Update .gitlab-ci.yml
      
      enable gitsync
      
      * Retrieve dapp token internally
      
      * Remove shell_requestNewToken RPC method. The token must be retrieved internally (by importing DappsRequestsStore in Parity UI), this way we can be sure that the appId is coming from a trusted source. The token, along with the appId, are now passed as query string parameters to the dapp (and to subsequent pages during in-dapp navigation)
      * Use new version of @parity/api stripped of shell_requestNewToken methods that are now unused
      * Use synchronous blocking methods in preload.js to maximize chances of web3/parity/ethereum objects being available directly to the dapp, before its own js executes.
      b263b049
  2. May 07, 2018
  3. May 04, 2018
  4. May 03, 2018
  5. Apr 25, 2018
  6. Apr 06, 2018
  7. Apr 04, 2018
  8. Apr 03, 2018
  9. Mar 29, 2018
  10. Mar 28, 2018
  11. Mar 22, 2018