Skip to content
  1. Jul 24, 2017
  2. Jul 21, 2017
    • Jaco Greeff's avatar
      Ui 2 move to packages/* (#6113) · 49fdd23d
      Jaco Greeff authored
      * Move secureApi to shell
      
      * Extract isTestnet test
      
      * Use mobx + subscriptions for status
      
      * Re-add status indicator
      
      * Add lerna
      
      * Move intial packages to js/packages
      
      * Move 3rdparty/{email,sms}-verification to correct location
      
      * Move package.json & README to library src
      
      * Move tests for library packages
      
      * Move views & dapps to packages
      
      * Move i18n to root
      
      * Move shell to actual src (main app)
      
      * Remove ~ references
      
      * Change ~ to root (explicit imports)
      
      * Finalise convert of ~
      
      * Move views into dapps as well
      
      * Move dapps to packages/
      
      * Fix references
      
      * Update css
      
      * Update test spec locations
      
      * Update tests
      
      * Case fix
      
      * Skip flakey tests
      
      * Update enzyme
      
      * Skip previously ignored tests
      
      * Allow empty api for hw
      
      * Re-add theme for embed
      49fdd23d
    • Jaco Greeff's avatar
      Merge branch 'master' into ui-2 · 7f3bb37b
      Jaco Greeff authored
      7f3bb37b
  3. Jul 20, 2017
  4. Jul 19, 2017
  5. Jul 18, 2017
  6. Jul 17, 2017
  7. Jul 16, 2017
  8. Jul 15, 2017
  9. Jul 14, 2017
    • Denis S. Soldatov aka General-Beck's avatar
      fix path aura test · c6479639
      Denis S. Soldatov aka General-Beck authored
      c6479639
    • asynchronous rob's avatar
      Initial Whisper implementation (#6009) · 99075ad2
      asynchronous rob authored
      * whisper skeleton
      
      * basic message store
      
      * rallying and message logic
      
      * pass host info to network protocol handlers
      
      * choose who starts rally based on node key
      
      * module reshuffling
      
      * mining messages
      
      * prune messages by low PoW until below size target
      
      * associated error type for ethkey generators and `OsRng` generator
      
      * beginnings of RPC
      
      * generic message handler for whisper
      
      * reshuffle code order
      
      * standard payload encoding and decoding
      
      * basic crypto
      
      * minor restructuring of net code
      
      * implement shh_post
      
      * merge?
      
      * implement filters
      
      * rand trait for hash types
      
      * filter RPCs for whisper
      
      * symmetric encryption of payload
      
      * pub-sub
      
      * filter tests
      
      * use only secure random IDs
      
      * attach arbitrary protocols to network
      
      * basic integration of whisper into Parity
      
      * eagerly prune low PoW entries
      
      * broadcast messages with salted topics
      
      * node info RPC
      
      * fix import
      
      * fix leading zeros calculation
      
      * address minor grumbles
      99075ad2
    • Jaco Greeff's avatar
      Add CSP for worker-src (#6059) · a4fa6a3a
      Jaco Greeff authored
      * Specify worker-src seperately, add blob:
      
      * Upgrade react-qr-scan to latest version
      a4fa6a3a
    • Denis S. Soldatov aka General-Beck's avatar
      fix aura test · 3308c404
      Denis S. Soldatov aka General-Beck authored
      3308c404