1. Jan 28, 2018
  2. Jan 25, 2018
    • Afri Schoedon's avatar
      Changelog for 1.9.0 (#7664) · 983c29da
      Afri Schoedon authored
      * Move 1.8 changelog to docs/
      
      * Add EOL notices for 0.9-1.7
      
      * Add changelog for 1.8.7 stable
      
      * Prepare changelog for 1.9.0 beta
      
      * Update changelog for 1.9 beta
      
      * Update changelog for 1.9 beta
      
      * Fix typos in changelog
      
      * Add changelog for 1.7.13
      
      * Update CHANGELOGs for 1.9, 1.8, 1.7
      
      * Update readme for 1.9
      
      * Update CHANGELOG for 1.9
      983c29da
  3. Jan 17, 2018
  4. Jan 09, 2018
  5. Jan 08, 2018
  6. Dec 08, 2017
    • Afri Schoedon's avatar
      Update README.md · a05c90ab
      Afri Schoedon authored
      a05c90ab
    • Jerome de Tychey's avatar
      improve building from source (#7239) · ce390fcd
      Jerome de Tychey authored
      Lots of people are having trouble building from source and keep up to date. The main reason seems to be that cargo/rustup is hard to work with. The 'abort' panic strategy error is very frustrating and seems to be solved 100% of time with a clean.
       Adding those lines:
       When compiling a crate if you receive this error:
      ```
      error: the crate is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
      ```
      Cleaning the repository will most likely solve the issue, try:
      ```
      cargo clean
      ```
      ce390fcd
  7. Oct 24, 2017
  8. Oct 02, 2017
  9. Aug 16, 2017
  10. Aug 07, 2017
  11. Jul 24, 2017
  12. Jul 22, 2017
  13. Jul 11, 2017
  14. Jun 28, 2017
  15. Jun 13, 2017
    • Jaco Greeff's avatar
      Merge branch 'master' into ui-2 · 7bbd48a2
      Jaco Greeff authored
      # Conflicts:
      #	js/package.json
      #	js/src/api/local/ethkey/worker.js
      #	js/src/modals/FirstRun/TnC/tnc.js
      #	js/src/modals/FirstRun/Welcome/welcome.js
      #	js/src/ui/Form/Input/input.js
      #	js/src/ui/VaultCard/Accounts/accounts.spec.js
      #	js/src/views/Accounts/accounts.js
      #	js/src/views/Application/TabBar/tabBar.js
      #	js/src/views/Settings/Views/defaults.js
      #	js/src/views/Settings/Views/views.js
      #	js/webpack/app.js
      #	js/webpack/libraries.js
      7bbd48a2
  16. Jun 08, 2017
  17. May 02, 2017
  18. Apr 18, 2017
  19. Apr 04, 2017
  20. Mar 29, 2017
  21. Mar 19, 2017
  22. Mar 06, 2017
  23. Feb 21, 2017
  24. Feb 13, 2017
  25. Feb 07, 2017
  26. Feb 01, 2017
  27. Jan 30, 2017
  28. Jan 26, 2017
  29. Jan 24, 2017
  30. Jan 19, 2017
  31. Jan 16, 2017
  32. Dec 27, 2016
  33. Nov 19, 2016
  34. Nov 06, 2016
    • Tomasz Drwięga's avatar
      Cleaning up polluted namespaces (#3143) · 9c497968
      Tomasz Drwięga authored
      * Renaming ethcore_ to parity_
      
      * Renaming files
      
      * Renaming poluted EthSigning
      
      * Tidy up the namespaces
      
      * Renaming files to match new structure
      
      * Splitting EthSigning into separate traits
      
      * jsapi move ethcore.* -> parity.*
      
      * Move jsonrpc parity definitions
      
      * Update UI API calls for parity interfaces
      
      * Move jsapi signer interfaces from personal to signer
      
      * Update UI to use signer.* where applicable
      
      * Updsate jsapi subscriptions for signer
      
      * Fix dodgy merge.
      
      * Update README.
      
      * Fix some tests.
      
      * Move parity-only personal.* to parity.*
      
      * Update UI for personal -> parity API moves
      
      * Update subscription APIs after personal -> parity move
      
      * personal. generateAuthorizationToken -> parity. generateAuthorizationToken (UI)
      
      * enode, dappsPort & signerPort (UI)
      
      * Update subscription tests (accountsInfo)
      
      * subscription update
      
      * personal -> parity
      
      * Additional error logging on method failures
      
      * move postTransaction to parity
      
      * Additional debug info with method failures
      
      * Fix personal tests.
      
      * Console wrning shows parameters, error object does not
      
      * Include parity_ signing methods.
      
      * Console log http transport info
      
      * Fix failing tests
      
      * Add RPC stubs for parity_accounts.
      
      * Allow some secure built-in dapps
      
      * Use parity_accounts in place of accountsInfo
      
      * Improve error reporting
      
      * Cleanup GHH error handling
      9c497968
  35. Nov 04, 2016
  36. Nov 02, 2016