1. Jun 04, 2018
    • Niklas Adolfsson's avatar
      Update `license header` and `scripts` (#8666) · 98b7c071
      Niklas Adolfsson authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * Update `add_license` script
      
      * run script
      
      * add `remove duplicate lines script` and run it
      
      * Revert changes `English spaces`
      
      * strip whitespaces
      
      * Revert `GPL` in files with `apache/mit license`
      
      * don't append `gpl license` in files with other lic
      
      * Don't append `gpl header` in files with other lic.
      
      * re-ran script
      
      * include c and cpp files too
      
      * remove duplicate header
      
      * rebase nit
      98b7c071
  2. Dec 21, 2017
  3. Nov 20, 2017
  4. Nov 10, 2017
  5. Oct 16, 2017
  6. Oct 12, 2017
  7. Oct 11, 2017
  8. Oct 05, 2017
    • Tomasz Drwięga's avatar
      Update jsonrpc dependencies and rewrite dapps to futures. (#6522) · e8b418ca
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Bump version.
      
      * Fix RPC crate.
      
      * Fix BoxFuture in crates.
      
      * Compiles and passes tests!
      
      * Get rid of .boxed()
      
      * Fixing issues with the UI.
      
      * Remove minihttp. Support threads.
      
      * Reimplement files serving to do it in chunks.
      
      * Increase chunk size.
      
      * Remove some unecessary copying.
      
      * Fix tests.
      
      * Fix stratum warning and ipfs todo.
      
      * Switch to proper branch of jsonrpc.
      
      * Update Cargo.lock.
      
      * Update docs.
      
      * Include dapps-glue in workspace.
      
      * fixed merge artifacts
      
      * Fix test compilation.
      e8b418ca
  9. Mar 29, 2017
  10. Mar 21, 2017
  11. Mar 07, 2017
  12. Jan 25, 2017
    • Gav Wood's avatar
      Fix whitespace (#4299) · 8404edb6
      Gav Wood authored
      * Fix whitespace.
      
      * Update copyright years/owner.
      
      * Push release only for tags.
      8404edb6
  13. Jan 10, 2017
  14. Dec 11, 2016
  15. Dec 08, 2016
    • Arkadiy Paronyan's avatar
      Enable Panic=abort (#3423) · 15ec6375
      Arkadiy Paronyan authored
      * Enable panic=abort
      
      * Update remaining crate versions to 1.5
      
      * Run tests in release mode
      
      * Enable panic=abort for release profile only
      
      * Added travis_wait
      
      * Travis timeout set to 40
      15ec6375
  16. Oct 22, 2016
  17. Oct 20, 2016
  18. Oct 17, 2016
    • Tomasz Drwięga's avatar
      Initial import of new UI (compiled JS code) (#2220) · 6c7af575
      Tomasz Drwięga authored
      * Normalizing dapps format for signer.
      
      * Adding new ui
      
      * Adding New UI to dapps
      
      * Adding parity styles for signer errors
      
      * Adding pre-compiled JS as submodule
      
      * Fixing struct declaration [ci:skip]
      
      * Bumping js
      
      * Adding styles
      
      * build dest
      
      * Correct whitespace
      
      @tomusdrw please note the alterations - no mixing tabs and spaces in the indentation portion and always just one tab per indent.
      6c7af575