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. Feb 22, 2018
    • Marek Kotewicz's avatar
      fixed broken logs (#7934) · f8a2e53f
      Marek Kotewicz authored
      * fixed broken logs
      
      * bring back old lock order
      
      * removed bloom groups from blockchain
      
      * revert unrelated changes
      
      * simplify blockchain_block_blooms
      f8a2e53f
  4. 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
  5. Dec 11, 2016
  6. May 26, 2016
    • Marek Kotewicz's avatar
      Bloomchain (#1014) · 7370776a
      Marek Kotewicz authored
      * use bloomchain crate in blockchain module. remove obsole chainfilter submodule
      
      * update database version to 6.0
      
      * removed redundant line
      
      * simple db migration
      
      * make migration slightly more functional
      
      * bloomchain migration
      
      * migration version is just a single unsigned integer
      
      * updated migration v6
      
      * parity migration
      
      * db migration
      
      * removed hardcoded migration dir
      
      * replace ptr::copy with clone_from_slice, removed potential endianess problem from trace/db.rs
      
      * removed superfluous line
      
      * blockchains log blooms config is not exposed any more
      7370776a
  7. Feb 27, 2016