Skip to content
  1. Feb 09, 2017
  2. Feb 08, 2017
  3. Feb 07, 2017
  4. Feb 06, 2017
  5. Feb 05, 2017
  6. Feb 04, 2017
    • Gav Wood's avatar
      Fix eth_sign/parity_postSign (#4432) · 4553f517
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Fix dispatch for signing.
      
      * Remove console log
      
      * Fix signing & tests.
      4553f517
    • Jaco Greeff's avatar
      Web view with web3.site support (#4313) · b4c24d5a
      Jaco Greeff authored
      * Web-domain based routing
      
      * Support base32-encoded urls
      
      * Proper support for non-domain based routing
      
      * Handling long domain names
      
      * Switching to web3.site
      
      * Encoding for *.web3.site urls
      
      * Add DappUrlInput component
      
      * Update Web views with store
      
      * Update spec description
      
      * Update spec description
      
      * edited url does not allow in-place store edits
      
      * Fixing dapps access on 127.0.0.1:8180
      
      * Use /web/<hash> urls for iframe
      
      * Redirecting to parity.web3.site
      
      * Disabling the redirection
      b4c24d5a
  7. Feb 03, 2017
    • Jaco Greeff's avatar
      Extend Portal component with title, buttons & steps (as per Modal) (#4392) · c7f5ee48
      Jaco Greeff authored
      * Allow Portal to take title & buttons props
      
      * Fix tests
      
      * Portal consistent in screen center
      
      * Allow hiding of Close (e.g. FirstRun usage)
      
      * Set overflow style on body based on open
      
      * Don't lock scroll for child popups (overlaps)
      
      * Override buttons to be white
      
      * Expose ~/ui/Modal/Title as re-usable component
      
      * Use ~/ui/Title to render the Title
      
      * Update tests
      
      * Added a portal example with buttons and steps
      
      * Address PR comments
      
      * Fix AddressSelect with new container withing container
      
      * Move legend to "buttons"
      
      * AddressSelect extra padding
      c7f5ee48
    • Jaco Greeff's avatar
      Extension installation overlay (#4423) · f48d8b0e
      Jaco Greeff authored
      * Extension installation overlay
      
      * Pr gumbles
      
      * Spelling
      
      * Update Chrome URL
      f48d8b0e
    • Jaco Greeff's avatar
      Add block & timestamp conditions to Signer (#4411) · cd4d489b
      Jaco Greeff authored
      * WIP
      
      * WIP (with lint)
      
      * Update ui/RadioButtons
      
      * transaction.condition
      
      * Date & Time selection in-place
      
      * Swap to condition-only
      
      * Fix tests, align naming
      
      * Pick error properly from validation
      
      * Update tests
      
      * condition: time sent withough ms
      
      * Format numbers as base-10
      
      * override popup styles (zIndex)
      
      * Pass condition to signer
      
      * Update expectation (failing test typo)
      
      * Adjust min/max height for expanded bar
      
      * Fix address display
      
      * Fix name display
      
      * Number inputs for gas/gasPrice/blockNumber
      
      * Default blockNumber to 1 (align with min setting)
      
      * Update tests with min value
      
      * Add Block Number
      
      * Fix failing tests (after blockNumber intro)
      cd4d489b
    • Jaco Greeff's avatar
      Poll for defaultAccount to update dapp & overlay subscriptions (#4417) · f48a2df6
      Jaco Greeff authored
      * Poll for defaultAccount (Fixes #4413)
      
      * Fix nextTimeout on catch
      
      * Store timers
      
      * Re-enable default updates on change detection
      f48a2df6
    • Jaco Greeff's avatar
      Dapps use defaultAccount instead of own selectors (#4386) · acf41d6f
      Jaco Greeff authored
      * Remove account selection from GitHubHint
      
      * Fix naming
      
      * Update to match BasicCoin
      
      * BasicCoin defaultAddress
      
      * typo
      
      * method registry without selector
      
      * Update after manual tests
      
      * IdentityIcon for localtx
      
      * Fix non-secure personal subscriptions
      
      * Query defaultAccount for non-secure apps on send
      acf41d6f
  8. Feb 02, 2017
    • Maciej Hirsz's avatar
      Perform a sync between Rust and JS when generating markdown instead of in spec tests (#4408) · 1b1d3a29
      Maciej Hirsz authored and Jaco Greeff's avatar Jaco Greeff committed
      * Sync RPC on npm run build:markdown
      
      * Helpers
      
      * Added GPL headers
      1b1d3a29
    • Jannis Redmann's avatar
      registry dapp: make lookup use lower case (#4409) · d5aa139e
      Jannis Redmann authored and Jaco Greeff's avatar Jaco Greeff committed
      d5aa139e
    • Jaco Greeff's avatar
      Available Dapp selection alignment with Permissions (Portal) (#4374) · 535ebb1f
      Jaco Greeff authored
      * Manage default accounts
      
      * Portal
      
      * Portal
      
      * Allow Portal to be used in as both top-level and popover
      
      * modal/popover variable naming
      
      * Move to Portal
      
      * export Portal in ~/ui
      
      * WIP
      
      * Tags handle empty values
      
      * Export AccountCard in ~/ui
      
      * Allow ETH-only & zero display
      
      * Use ui/Balance for balance display
      
      * Add tests for Balance & Tags component availability
      
      * WIP
      
      * Default overlay display to block (not flex)
      
      * Revert block
      
      * WIP
      
      * Add className, optional handlers only
      
      * WIP
      
      * Properly handle optional onKeyDown
      
      * Selection updated
      
      * Align margins
      
      * Remove old code
      
      * Remove debug logging
      
      * TransitionGroup for animations
      
      * No anim
      
      * Cleanups
      
      * Revert addons removal
      
      * Fix tests
      
      * WIP
      
      * Add onClick to Container
      
      * Create ui/DappCard component
      
      * WIP
      
      * Pass dummy displayApps
      
      * Rename DappsVisible back to AddDapps (easier git diff)
      
      * Rename CSS
      
      * Fix tests after merge
      535ebb1f
    • Jannis Redmann's avatar
      more permissive verification process (#4317) · 1547af19
      Jannis Redmann authored
      * style fixes 
      
      * verification: find last request
      
      * verification: don't request again if same input
      
      * didRequestWithSameValues -> shallRequestAgain
      
      * bugfixes 🐛, update SMS verification ABI
      
      * verification: hasRequested -> accountHasRequested
      
      * verification: hasIsVerified -> accountIsVerified
      
      * verification: shallRequestAgain -> shallSkipRequest
      
      * verification: show if unable to send req
      
      * email verification: check if email already used
      
      * address style grumbles 🎨
      1547af19
    • Jaco Greeff's avatar
      12bd207e
  9. Feb 01, 2017
    • Jaco Greeff's avatar
      Typo, fixes #4271 (#4391) · bd0891c9
      Jaco Greeff authored
      bd0891c9
    • Tomasz Drwięga's avatar
      Fixing invalid address in docs (#4388) · 4462c186
      Tomasz Drwięga authored and Jaco Greeff's avatar Jaco Greeff committed
      4462c186
    • Tomasz Drwięga's avatar
    • Jaco Greeff's avatar
      Default Account selector in Signer overlay (#4375) · 3bdd32f9
      Jaco Greeff authored
      * Manage default accounts
      
      * Portal
      
      * Portal
      
      * Allow Portal to be used in as both top-level and popover
      
      * modal/popover variable naming
      
      * Move to Portal
      
      * export Portal in ~/ui
      
      * WIP
      
      * Tags handle empty values
      
      * Export AccountCard in ~/ui
      
      * Allow ETH-only & zero display
      
      * Use ui/Balance for balance display
      
      * Add tests for Balance & Tags component availability
      
      * WIP
      
      * Default overlay display to block (not flex)
      
      * Revert block
      
      * WIP
      
      * Add className, optional handlers only
      
      * WIP
      
      * Properly handle optional onKeyDown
      
      * Selection updated
      
      * Align margins
      
      * Remove old code
      
      * Remove debug logging
      
      * TransitionGroup for animations
      
      * No anim
      
      * Cleanups
      
      * Revert addons removal
      
      * Fix tests
      
      * defaultAccount
      
      * Selection actually selects
      
      * WIP tests
      
      * tests WIP
      
      * Expand tests
      
      * Container for scrollbars
      
      * Add parity_defaultAccount RPC (with subscription)
      
      * Add jsonrpc interface
      3bdd32f9
    • Tomasz Drwięga's avatar
      Fixing web3 in console (#4382) · 5526a3a2
      Tomasz Drwięga authored and Jaco Greeff's avatar Jaco Greeff committed
      5526a3a2
    • Jaco Greeff's avatar
      Add parity_defaultAccount RPC (with subscription) (#4383) · 04fb2afb
      Jaco Greeff authored
      * Add parity_defaultAccount RPC (with subscription)
      
      * Add jsonrpc interface
      04fb2afb
    • Maciej Hirsz's avatar
      Full JSON-RPC docs + sync tests. (#4335) · ed09a76c
      Maciej Hirsz authored and Jaco Greeff's avatar Jaco Greeff committed
      * Extended Markdown generator
      
      * Synced and extended all JSON-RPC interfaces
      
      * Fix linter errors
      
      * Format `parity_listAccounts` output in API
      
      * typo
      
      * Check if interfaces are synced in JS spec tests
      
      * Fixing missing interface errors
      
      * Better #[rpc] attribute parsing
      
      * Fixed RPC JS spec tests
      
      * More examples
      
      * Refactored how dummy data appears in examples
      
      * Complete trace docs!
      
      * fix typo
      
      * Less copy-paste
      
      * All the docs!
      
      * Fix differences between CallRequest and TransactionRequest
      
      * Fix differences between CallRequest and TransactionRequest
      
      * Missing examples
      
      * Grumble fixes
      ed09a76c
  10. Jan 31, 2017
  11. Jan 30, 2017
    • Jaco Greeff's avatar
      Allow Portal to be used as top-level modal (#4338) · 15ffd9a0
      Jaco Greeff authored
      * Portal
      
      * Allow Portal to be used in as both top-level and popover
      
      * modal/popover variable naming
      
      * export Portal in ~/ui
      
      * Properly handle optional onKeyDown
      
      * Add simple Playground Example
      15ffd9a0
    • Gav Wood's avatar
      Fix postsign (#4347) · ca196d68
      Gav Wood authored
      * Fix whitespace.
      
      * Fix post sign.
      
      * Fix message.
      
      * Fix tests.
      
      * Rest of the problems.
      
      * All hail the linter and its omniscience.
      
      * ...and its divine omniscience.
      
      * Grumbles and wording.
      ca196d68