Skip to content
  1. Dec 23, 2016
  2. Dec 22, 2016
  3. Dec 21, 2016
    • Nicolas Gotchac's avatar
      Fix Secure API hangs (#3927) · aba38721
      Nicolas Gotchac authored
      * Use proxy for WS in dev
      
      * Update SecureAPI
      
      * Update webpack config
      
      * Fix dev contract
      
      * Update webpack
      
      * Linting fixes
      
      * Refactor Secure API logic : Promise based, no wastes of req
      
      * Fix tests
      
      * Add try 'intitial' token
      aba38721
  4. Dec 20, 2016
  5. Dec 19, 2016
  6. Dec 15, 2016
  7. Dec 14, 2016
  8. Dec 12, 2016
  9. Dec 11, 2016
    • Nicolas Gotchac's avatar
      Add store for MethodDecoding (#3821) · 0cb16ae5
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Add Loader to Transactions
      
      * Add Method Decoding Store (better fetching of methods)
      
      * Load locally stored ABI in MethodDecodingStore
      
      * Fixes UI glitches along the way
      
      * Linting
      
      * Add method decoding from User Contracts
      0cb16ae5
    • Nicolas Gotchac's avatar
      Cache fetched Dapps (#3804) · 4dbfcf23
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      * Have a singleton DappsFetcher so we don't realod them at each page load
      
      * Better dapps Fetcher : event based listener
        Update on meta change
      
      * Remove dapps fetcher => all in singleton dapps store + utils
      
      * Modify header to Parity
      4dbfcf23
    • Gav Wood's avatar
      Rename ethcore -> parity in licenses. · 58b72c52
      Gav Wood authored
      58b72c52
    • Gav Wood's avatar
      Rename ethcore -> parity in license. · 17cc2be4
      Gav Wood authored
      17cc2be4
    • Gav Wood's avatar
      Crate tidyups. · 10b0898b
      Gav Wood authored
      - Move Updater into its own crate.
      - Change ethcore -> parity in authors, homepages and licenses.
      10b0898b
    • Jaco Greeff's avatar
      Allow editing of gasPrice & gas in Signer (#3777) · 929b6ee0
      Jaco Greeff authored
      * Rework gas display (maintainable)
      
      * Move GasPriceSelector to ui
      
      * Allow opening of gas component (WIP)
      
      * Merge
      
      * Consistency
      
      * Adjust for Signer display
      
      * Set maximum height based on screen size
      
      * Gas editor displays in-place
      
      * Cleanups
      
      * Merge
      
      * Style fixes
      
      * Fixup stash mishap (again)
      
      * Add store test
      
      * Allow edited values to refrect on the display
      
      * Fix properties
      
      * Adjust styling to show different rows
      
      * git mv
      
      * git mv
      
      * Style fixes
      
      * Style updates
      
      * Pass gas & gasPrice with confirmation
      
      * Fix build (case)
      
      * Style fixes
      
      * Basic GasPriceEditor smoketest
      
      * manual move 1
      
      * manual move 2
      
      * manual move 1
      
      * manual move 2
      
      * NODE_ENV=test ace fix
      
      * UI smoketests
      
      * Style
      
      * Format options via formatter
      
      * Initial version
      
      * Re-add even/odd class
      
      * re-add gasLimit to embedded passing
      
      * style
      
      * Updated for passing gas & price to store
      
      * Allow gas/price overrides when none available
      
      * Fix slider value, pass as number
      929b6ee0
    • Jaco Greeff's avatar
      i18n string dictionaries (#3532) · 885d6eaa
      Jaco Greeff authored
      * TabBar & Settings -> Views i18n enabled
      
      * Proxy i18n
      
      * Settings i18n
      
      * defaultLocale
      
      * Introduce thin Translate wrapper
      
      * PropTypes util caters for multiples
      
      * Translate & LanguageSelector under ui
      
      * Update location & proptypes
      
      * Add UI Language selector
      
      * German settings pages
      
      * Add German language selection
      
      * Corrected umlaut encoding
      
      * Lint
      
      * Re-apply pre-merge conflict changes
      
      * better German i18n
      
      * Language names in locale language
      
      * i8n -> index
      
      * Allow for development/production operation
      
      * Use Yahoo react-intl (as opposed to react-i18nify)
      
      * Use default messages wih expansions
      
      * Remove non-reused variable definitions
      
      * Use FormattedMessage directly, opens up WebPack & Babel opportunities
      
      * Add flat to flatten
      
      * Extract default messages via babel
      
      * Webpack to aggegrate i18n defaultMessage
      
      * Re-add react-intl after merge
      
      * Update proptype references (merge)
      
      * Strip down external dictionary
      
      * i18n for dapps
      
      * Restore tests submodule
      
      * Allow language changes to reflect
      
      * Style updates
      885d6eaa
    • Nicolas Gotchac's avatar
      Fix padding in App, again... (#3813) · 13509a9e
      Nicolas Gotchac authored and Jaco Greeff's avatar Jaco Greeff committed
      13509a9e
  10. Dec 10, 2016