Skip to content
  1. Jan 31, 2017
  2. Jan 30, 2017
  3. Jan 27, 2017
  4. Jan 26, 2017
  5. 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
  6. Jan 24, 2017
    • Jaco Greeff's avatar
      Feature selector (#4074) · 155bbc32
      Jaco Greeff authored
      * WIP
      
      * ParityBar verification
      
      * import from index.js
      
      * i18n expansion & tests
      
      * Features component
      
      * Adapt language selector to use features
      
      * Add features to settings view
      
      * typo
      
      * Convert logging
      
      * Fix earlier merge issues resulting in test failures
      
      * Lint failure fixes (new rules)
      
      * Fix additional listing rules
      
      * Re-add FormattedMessage (missing after merge), fix tests
      
      * Fix loader overrides
      
      * grumble: split item rendering (& test)
      
      * grumble: allow enable/disable while testing (default on)
      
      * grumble: move LanguageSelector below Features
      
      * grumble: don't pass visiblity prop (& update tests)
      
      * grumble: missing observable (onClick misbehaving)
      
      * grumble: don't reset to defaults per session
      
      * Fix to single store instance
      155bbc32
    • Jaco Greeff's avatar
      AccountCreate updates (#3988) · 06433033
      Jaco Greeff authored
      * Add esjify for mocha + ejs
      
      * First pass through, intl + basic smoketests
      
      * Create store
      
      * Update for renames
      
      * Pass store around
      
      * createType into store
      
      * Move stage into store
      
      * Update labels
      
      * Define stages
      
      * address into store
      
      * Add @observer
      
      * Retrieve name from store
      
      * Store phrase in store
      
      * isWindowsPhrase into store
      
      * gethAddresses to store
      
      * Store manages geth addresses
      
      * passwordHint into store
      
      * Fix build
      
      * rawKey into store
      
      * import json files
      
      * name set direct from component
      
      * No parent change callbacks
      
      * canCreate from store
      
      * createAccounts into store
      
      * expand create tests
      
      * Windows phrase testcases
      
      * Properly bind newError
      
      * FirstRun use of new CreateAccount
      
      * Add fix & test for selectedAddress match
      
      * Call into store from props
      
      * onChangeIdentity fix & test
      
      * Phrase set fix & test
      
      * RecoveryPhrase tested manually (issues addressed via tests)
      
      * Hex import manual test (& tests added for errors)
      
      * New eslint update fixes
      
      * grumble: set default type from store (with test)
      
      * grumble: pass copy of accounts (observable injection)
      
      * grumble: Summary owners can be array or array-like
      06433033
  7. Jan 23, 2017
    • Jaco Greeff's avatar
      Dapp visibility save/load tests (#4150) · 3d1162e3
      Jaco Greeff authored
      * Start of tests to replicate issue
      
      * Expand visibility tests
      
      * Cleanups
      
      * typo
      
      * Extend saving tests as requested (pre-emptive)
      
      * tests for new setDisplayApps action
      
      * Address PR oversights
      3d1162e3
    • Jaco Greeff's avatar
      Eslint formatting updates (#4234) · 66e540ed
      Jaco Greeff authored
      * Eslint updated (newline-after-var)
      
      * Fix newline-after-var
      
      * Eslint updated (one-var-declaration-per-line)
      
      * Fix one-var-declaration-per-line
      
      * Fix additional errors
      
      * Lint after merge
      66e540ed
    • Tomasz Drwięga's avatar
      Embeddable ParityBar (#4222) · 3e70e886
      Tomasz Drwięga authored and Jaco Greeff's avatar Jaco Greeff committed
      * Embeddable ParityBar
      
      * Replacing storage with store
      
      * Fixing  references.
      
      * Addressing style issues
      
      * Supporting parity background
      3e70e886
  8. Jan 21, 2017
  9. Jan 20, 2017
  10. Jan 19, 2017
  11. Jan 18, 2017
    • Jaco Greeff's avatar
      ESLint additional rules (#4186) · 08f80f26
      Jaco Greeff authored
      * Add eslint rule for consistent block padding
      
      * Fix padding consistency issues
      
      * Eslint test for duplicate imports
      
      * Eslint closing bracket location
      
      * Fix eslint jsx closing bracket
      
      * missed a file
      
      * Formatting
      
      * Manual overrides for auto
      
      * Manual overrides for auto
      
      * More minor auto-override manual adjustments
      08f80f26
    • Jaco Greeff's avatar
      Poll for upgrades as part of global status (long) (#4197) · c1ce65c8
      Jaco Greeff authored
      * Poll for upgrades as part of global status (long)
      
      * Fix path
      c1ce65c8
  12. Jan 17, 2017
  13. Jan 13, 2017
    • Jaco Greeff's avatar
      Pull in console dapp as builtin (#4145) · ee4ede91
      Jaco Greeff authored
      * Copy static dapps from static (no build)
      
      * Console sources
      
      * Add console to builtins
      
      * Remove console assets
      
      * Disable eslint on console.js
      
      * Enable eslint after disable
      
      * Webpack copy
      ee4ede91
  14. Jan 12, 2017
    • Nicolas Gotchac's avatar
      Don't pop-up notifications after network switch (#4076) · 81beec13
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Better notifications
      
      * Don't pollute with notifs if switched networks
      
      * Better connection close/open events / No more notifs on change network
      
      * PR Grumbles
      
      * Add close and open events to HTTP // Add tests
      
      * Fix tests
      
      * WIP Signer Fix
      
      * Fix Signer // Better reconnection handling
      
      * PR Grumbles
      
      * PR Grumbles
      
      * Fixes wrong fetching of balances + Notifications
      
      * Secure API WIP
      
      * Updated Secure API Connection + Status
      
      * Linting
      
      * Linting
      
      * Updated Secure API Logic
      
      * Proper handling of token updates // Fixing poping notifications
      
      * PR Grumbles
      
      * PR Grumbles
      
      * Fixing tests
      81beec13
  15. Jan 11, 2017
  16. Jan 10, 2017
  17. Jan 09, 2017
    • Nicolas Gotchac's avatar
      Key derivation in Worker (#4071) · 40f0ee00
      Nicolas Gotchac authored
      * Add Signer Key Derivation in Service Worker
      
      * Several fixes throughout the UI
      
      * Hint for external account // working Worker
      
      * Add Worker state change
      
      * PR Grumbles
      40f0ee00
    • Nicolas Gotchac's avatar
      Display contract block creation (#4069) · cf0a20f0
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Add contract block creation to metadata
      
      * Display mined block for contract on Contracts view
      
      * Better use of Summary for Accounts
      
      * Add sorted by mined block for contracts
      
      * Proper Block Number sort // display in contract page
      
      * PR Grumble
      
      * Linting issues
      cf0a20f0
  18. Jan 06, 2017
  19. Jan 05, 2017
    • Jannis Redmann's avatar
      let users open urls from dapps view (#4042) · 20c1d37b
      Jannis Redmann authored
      * browser: better url handling
      
      * browser: pass url as param
      
      * dapps: button to open browser
      
      * dapps url button: remove url validation
      
      * PR grumbles, better URL parsing
      
      * code style 
      
      * better URL parsing, react to changed URL fragment
      20c1d37b
    • Jaco Greeff's avatar
      Account view updates (#4008) · 602a4429
      Jaco Greeff authored
      * Fix null account render issue, add tests
      
      * Add tests for #3999 fix (merged in #4000)
      
      * Only include sinon-as-promised globally for mocha
      
      * Move transactions state into tested store
      
      * Add esjify for mocha + ejs (cherry-picked)
      
      * Extract store state into store, test it
      
      * Use address (as per PR comments)
      
      * Fix failing test after master merge
      602a4429
  20. Jan 04, 2017