Skip to content
  1. Dec 10, 2016
  2. Dec 09, 2016
    • Jaco Greeff's avatar
      Be lenient around invalid owners map (#3764) · ffd8314a
      Jaco Greeff authored
      * Be lenient around invalid owners map
      
      * Filter invalid owners before render
      ffd8314a
    • Jaco Greeff's avatar
      Cleanups (#3742) · befcc9cc
      Jaco Greeff authored
      * Remove unused file
      
      * Combine tx checks into single file
      
      * Move UI components into UI
      
      * DRY links
      
      * Unused rollup config
      
      * Cleanup util paths
      
      * Revert "Move UI components into UI"
      
      This reverts commit 3379e61246cde635c296d31322b71e63395a5cd4.
      
      * Re-apply ~/util/tx move
      
      * Cleanup unused styles
      befcc9cc
    • Jaco Greeff's avatar
      Update babel, fix CI build due to breaking changes (#3754) · f9a24f3c
      Jaco Greeff authored
      * Update babel to latest version
      
      * Re-add circular deps plugin
      
      * Bump for build
      
      * Fixes for babel build
      f9a24f3c
    • Nicolas Gotchac's avatar
      Small fixes to contract (#3751) · 09334ca3
      Nicolas Gotchac authored
      * Fix contracts execution will fallback function
      
      * Fix contract execute modal
      
      * Working execute from Contract
      
      * Don't dupliacet events
      
      * Gas * 1.2 in wallet confirmations
      09334ca3
  3. Dec 08, 2016
    • Jaco Greeff's avatar
      Update test describe paths · 96d4569c
      Jaco Greeff authored
      96d4569c
    • Jaco Greeff's avatar
      Properly delete addresses/contracts in addressbook (#3739) · a1fb1240
      Jaco Greeff authored
      * Remove previously market addresses at startup
      
      * Remove meta.deleted checks
      
      * Remove artifact from code move
      a1fb1240
    • Nicolas Gotchac's avatar
      Display Wallet Owners in Accounts list (#3741) · d38da1f3
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      d38da1f3
    • Nicolas Gotchac's avatar
      Edit Multisig Wallet settings (#3740) · 715761a7
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * WIP Sending tokens in multi-sig wallet
      
      * Working Token transfer for multi-sig wallet #3282
      
      * Add operation hash to transfer modal
      
      * Add existing wallet from address #3282
      
      * Wallet delete redirect to Wallets/Accounts #3282
      
      * Rightly check balance in Transfer // Get all accounts balances #3282
      
      * Fix linting
      
      * Better Header UI for Wallet
      
      * Use the `~` webpack alias
      
      * Use Webpack `~` alias
      
      * Add `ETH` format to number typed input
      
      * Fix wallet creation hint && eth input type
      
      * Update dailylimit #3282
      
      * Fix too long copied message
      
      * WIP Wallet settings modification #3282
      
      * WIP edit contract parameters #3282
      
      * Edit Wallet parameters #3282
      
      * Don't show wallets if none
      
      * Fix Transfer for Wallet #3282
      
      * Optimized version of contract code
      
      * Fix wrong max in Wallet creation // Round gas in API
      715761a7
  4. Dec 07, 2016
    • Nicolas Gotchac's avatar
      Add functionalities to multi-sig wallet (#3729) · 8dbd5688
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * WIP Sending tokens in multi-sig wallet
      
      * Working Token transfer for multi-sig wallet #3282
      
      * Add operation hash to transfer modal
      
      * Add existing wallet from address #3282
      
      * Wallet delete redirect to Wallets/Accounts #3282
      
      * Rightly check balance in Transfer // Get all accounts balances #3282
      
      * Fix linting
      
      * Better Header UI for Wallet
      
      * Use the `~` webpack alias
      
      * Use Webpack `~` alias
      8dbd5688
  5. Dec 06, 2016
    • Nicolas Gotchac's avatar
      First draft of the MultiSig Wallet (#3700) · bec35396
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Wallet Creation Modal #3282
      
      * Name and description to Wallet #3282
      
      * Add Wallet to the Account Page and Wallet Page #3282
      
      * Fix Linting
      
      * Crete MobX store for Transfer modal
      
      * WIP Wallet Redux Store
      
      * Basic Details for Wallet #3282
      
      * Fixing linting
      
      * Refactoring Transfer store for Wallet
      
      * Working wallet init transfer #3282
      
      * Optional gas in MethodDecoding + better input
      
      * Show confirmations for Wallet #3282
      
      * Order confirmations
      
      * Method Decoding selections
      
      * MultiSig txs and confirm pending #3282
      
      * MultiSig Wallet Revoke #3282
      
      * Confirmations and Txs Update #3282
      
      * Feedback for Confirmations #3282
      
      * Merging master fixes...
      
      * Remove unused CSS
      bec35396
  6. Dec 05, 2016
    • Nicolas Gotchac's avatar
      Use Webpack Aliases (#3711) · 52b4ce0d
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Adds aliases to Webpack Build
      
      * Use `ui` Webpack alias
      
      * Use `views` alias
      
      * Use `modals` aliase
      
      * Use `providers` aliase
      
      * Use `contracts` aliase
      
      * Use '~' aliase
      
      * from `ui` to from `~/ui`
      
      * from  to from
      
      * from `modals` to from `~/modals`
      
      * from `providers` to from `~/redux/providers`
      
      * from `contracts` to from `~/contracts`
      
      * Updated Webpack App config
      52b4ce0d
  7. Dec 02, 2016
    • Jaco Greeff's avatar
      React library update (#3704) · b8b9086d
      Jaco Greeff authored
      * Update React & MaterialUI
      
      * Adjust TabBar layouts for new MUI
      b8b9086d
    • Nicolas Gotchac's avatar
      Refactoring Transfer Modal (#3705) · c892a4f7
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Better Token Select in Transfer > Details
      
      * Better Autocomplete
      
      * Crete MobX store for Transfer modal
      
      * Remove unused var
      
      * Update Webpack Conf
      
      * Small changes...
      
      * Optional gas in MethodDecoding + better input
      
      * New Contract `getAll` method // TxList Row component
      
      * Method Decoding selections
      
      * Rename `getAll` to `getAllLogs`
      c892a4f7
    • Jaco Greeff's avatar
      Fix extra scrollbars in dapps (#3706) · bd2e2b63
      Jaco Greeff authored
      * Fix extra scrollbars in dapps
      
      * Dapps list padding
      
      * spelling
      
      * lint
      
      * Height overflow fix
      bd2e2b63
  8. Dec 01, 2016
  9. Nov 30, 2016
    • Jannis Redmann's avatar
      implement basic badges/certifications/flair (#3665) · 784dcaff
      Jannis Redmann authored and Jaco Greeff's avatar Jaco Greeff committed
      * sms verification: Certifications component
      
      * sms verification: actions & reducers for certifications
      
      * sms verification: put Certifications component into place
      
      * sms verification: show certification icons
      
      * sms verification: show certification titles
      
      * sms verification: default icon for certifications
      
      * sms verificaiton: lint issue 👕, fix testnet detection
      
      The sms verification store got created when `isTestnet` (from the
      Redux state) was still `undefined`.
      
      * move certification helpers into middleware file
      
      * connect Certifications to Redux
      
      * don't pass certifications as prop
      
      * move default certification icon into assets
      
      * separate file for BadgeReg.sol
      
      * don't pass certifications as prop
      
      * Fix import name
      
      * make BadgeReg a class
      
      * make certifications middleware a class
      
      * Certifications: pass in certifications of account
      784dcaff
    • Jannis R's avatar
      differentiate Snackbar from background · 60a8aabe
      Jannis R authored
      60a8aabe
    • Jannis R's avatar
      status bar: beautify enode icon · 890f880a
      Jannis R authored
      890f880a
    • Jannis R's avatar
      rework status bar layout · f9f91837
      Jannis R authored
      - floats -> Flexbox
      - align to content width
      f9f91837
    • Jannis R's avatar
      fix status bar to bottom of the screen · cce195a9
      Jannis R authored
      cce195a9
  10. Nov 29, 2016