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. Mar 12, 2018
    • Marek Kotewicz's avatar
      revert removing blooms (#8066) · 66f3c508
      Marek Kotewicz authored
      * Revert "fix traces, removed bloomchain crate, closes #7228, closes #7167"
      
      This reverts commit 1bf62038678295e5586f02a38a0c5aab9a9efe62.
      
      * Revert "fixed broken logs (#7934)"
      
      This reverts commit f8a2e53f.
      
      * fixed broken logs
      
      * bring back old lock order
      
      * remove migration v13
      
      * revert CURRENT_VERSION to 12 in migration.rs
      66f3c508
  3. 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
  4. Apr 03, 2017
    • Tomasz Drwięga's avatar
      Dapps and RPC server merge (#5365) · 2df4532d
      Tomasz Drwięga authored
      * Dapps server as a middleware.
      
      * Dapps RPC - Work in Progress
      
      * Merging Dapps and RPC server.
      
      * Fast HTTP server configuration.
      
      * Bump jsonrpc
      
      * Fixing test target
      
      * Re-implementing commented-out tests.
      2df4532d
  5. Jan 30, 2017
    • Tomasz Drwięga's avatar
      Persistent tracking of dapps (#4302) · cf348dae
      Tomasz Drwięga authored
      * Tests for RPC
      
      * Extracting dapp_id from Origin and x-parity-origin
      
      * Separate type for DappId
      
      * Persistent tracking of recent dapps
      
      * Fixing tests
      
      * Exposing dapp timestamps
      
      * Fixing import to work on stable
      
      * Fixing test again
      cf348dae
  6. 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
  7. Dec 11, 2016
  8. Sep 01, 2016
  9. Aug 30, 2016
  10. Aug 18, 2016
    • Tomasz Drwięga's avatar
      Fetchable dapps (#1949) · 0620a03e
      Tomasz Drwięga authored
      * Fetching dapp from github.
      
      * Unpacking dapp
      
      * Removing hardcodes
      
      * Proper Host validation
      
      * Randomizing paths
      
      * Splitting into files
      
      * Serving donwloaded apps from different path
      
      * Extracting URLHint to separate module
      
      * Whitespace and docs
      0620a03e
  11. Jul 11, 2016
    • asynchronous rob's avatar
      have AccountDB use address hash for uniqueness (#1533) · bdf44461
      asynchronous rob authored
      * partially done alternate migration scheme
      
      * finish altering migration framework
      
      * migrate tests to new migration framework
      
      * address comments
      
      * remove superfluous newline
      [ci skip]
      
      * TempIdx -> TempIndex
      [ci skip]
      
      * modify account_db to work on address hash, not address
      
      * add a database migration for new accountdb
      
      * preserve first 96 bits of keys when combining
      
      * handle metadata keys in migration and preserve first 96 bits
      
      * fix comments and hash address instead of hash
      
      * different migrations based on pruning
      
      * migrations mutably borrow self
      
      * batch abstraction for migration
      
      * added missing licence headers
      
      * overlay recent v7 migration
      
      * better error handling, migrate version key as well
      
      * fix migration tests
      
      * commit final batch and migrate journaled insertions
      
      * two passes on journal to migrate all possible deleted keys
      bdf44461
  12. May 16, 2016
    • Nikolay Volf's avatar
      Moving all Client public API types to separate mod & binary serialization... · 4e41cbca
      Nikolay Volf authored
      Moving all Client public API types to separate mod & binary serialization codegen for that mod (#1051)
      
      * transaction moved
      
      * trash remove
      
      * ids move
      
      * receipt
      
      * tree-route
      
      * blockchain info
      
      * log_entry move
      
      * trace filter moved
      
      * executed & trace moved
      
      * localized trace moved
      
      * block status moved
      
      * build scripts and codegen refs
      
      * Cargo.lock update
      
      * binary for blockstatus, blockchaininfo
      
      * binary for trace
      
      * trace filters binary ser
      
      * binary for log entries & executed
      
      * binary for receipt
      
      * special case for u8 & transaction binary attribute
      
      * resolved remaining issues & error binary serialization
      
      * json-tests util import
      
      * fix warnings
      
      * ids attr
      
      * add missing attributes
      
      * Update build.rs
      4e41cbca
  13. Feb 29, 2016
  14. Feb 05, 2016