Skip to content
  1. Feb 01, 2017
    • 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
  2. Jan 31, 2017
  3. Jan 30, 2017
  4. Jan 27, 2017
  5. Jan 26, 2017
  6. Jan 25, 2017
  7. Jan 24, 2017
    • Maciej Hirsz's avatar
      JSON-RPC interfaces with documentation (#4276) · a58fad06
      Maciej Hirsz authored
      * Extended Markdown generator
      
      * Synced and extended all JSON-RPC interfaces
      
      * Fix linter errors
      
      * Format `parity_listAccounts` output in API
      
      * typo
      a58fad06
    • Jaco Greeff's avatar
      75c25889
    • 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
    • Maciej Hirsz's avatar
      Extended JS interface -> Markdown generator (#4275) · a30a108a
      Maciej Hirsz authored and Jaco Greeff's avatar Jaco Greeff committed
      * Extended Markdown generator
      
      * Fix linter errors
      
      * Review fixes
      a30a108a
    • Jaco Greeff's avatar
      Ledger Communication toolkit (#4268) · 53bbc76d
      Jaco Greeff authored
      53bbc76d
  8. Jan 23, 2017