1. Jan 05, 2017
    • 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
    • Maciej Hirsz's avatar
      Merge pull request #4034 from maciejhirsz/mh-pwmsg · 88106624
      Maciej Hirsz authored
      Better error messages for PoA chains, closes #4030 
      88106624
  2. Jan 04, 2017
  3. Jan 03, 2017
  4. Jan 02, 2017
  5. Jan 01, 2017
  6. Dec 31, 2016
  7. Dec 30, 2016
    • asynchronous rob's avatar
      parse testnet chain as ropsten · 29e8b2a3
      asynchronous rob authored
      29e8b2a3
    • GitLab Build Bot's avatar
      2365c714
    • Nicolas Gotchac's avatar
      Make Wallet first-class citizens (#3990) · fd41a103
      Nicolas Gotchac authored
      * Fixed hint in Address Select + Wallet as first-class-citizen
      
      * Separate Owned and not Owned Wallets
      
      * Fix balance not updating
      
      * Fix MethodDecoding for Contract Deployment
      
      * Fix TypedInput params
      
      * Fix Token Transfer for Wallet
      
      * Small change to contracts
      
      * Fix wallets shown twice
      
      * Fix separation of accounts and wallets in Accounts
      
      * Fix linting
      
      * Execute contract methods from Wallet ✓
      
      * Fixing linting
      
      * Wallet as first-class citizen: Part 1 (Manual) #3784
      
      * Lower level wallet transaction convertion
      
      * Fix linting
      
      * Proper autoFocus on right Signer input
      
      * PR Grumble: don't show Wallets in dApps Permissions
      
      * Add postTransaction and gasEstimate wrapper methods
      
      * Extract Wallet postTx and gasEstimate to utils + PATCH api
      
      * Remove invalid test
      
      It's totally valid for input's length not to be a multiple of 32 bytes. EG. for Wallet Contracts
      
      * Merge master
      
      * Fix linting
      
      * Fix merge issue
      
      * Rename Portal
      
      * Rename Protal => Portal (typo)
      fd41a103
    • GitLab Build Bot's avatar
      88c0329a