1. Jul 29, 2017
  2. Jul 28, 2017
    • Jef's avatar
      Fix unsoundness in ethash's unsafe code (#6140) · e84f3082
      Jef authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Fix benchmarks
      
      * Fix unsoundness in uses of unsafety
      
      * Remove most uses of unsafe indexing and ptr::copy_nonoverlapping
      
      This commit also includes a completely absurd optimisation that I
      promise is an honest win. You can check the benchmarks, I barely
      believe it myself.
      
      * Add safety comment
      
      * Add more safety comments
      e84f3082
  3. Jul 27, 2017
  4. Jul 26, 2017
    • Feynman Liang's avatar
      Tendermint epoch transitions (#6085) · 5eb8cea6
      Feynman Liang authored
      * Adds signals_epoch_end to tendermint
      
      * Adds is_epoch_end
      
      * Adds snapshot_components
      
      * Adds tendermint Epoch Verifier
      
      * Fix documentation typos
      
      * Change check_finality_proof to panic
      
      * Fix compilation
      
      * Adds Unconfirmed path to epoch_verifier
      
      * Verify if address is validator in EpochVerifier
      
      * check_finality_proof errors on failure
      
      * Don't share combine/destructure_proofs
      
      * Remove invalid import
      
      * Remove duplicate epoch verifier trait
      
      * Fix docs
      
      * Adds recover stub to tendermint EpochVerifier
      
      * Adds verify_light test
      
      * Avoid boxed closure
      
      * Style fixes
      5eb8cea6
    • asynchronous rob's avatar
      light client fixes (#6148) · 7d348e22
      asynchronous rob authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * light client fixes
      
      * fix memory-lru-cache
      
      * clear pending reqs on disconnect
      7d348e22
  5. Jul 25, 2017
  6. Jul 24, 2017
  7. Jul 23, 2017
    • Afri's avatar
      Changelog for 1.6.9, 1.6.10, and 1.7.0 (#6075) · e33f9c1d
      Afri authored
      * Update CHANGELOG for 1.6.9 stable release.
      
      * [WIP] Prepare CHANGELOG for 1.7.0 beta release.
      
      * Contract warp
      
      * Update changes for 1.7.0
      
      * Update description for 1.7.0 in changelog
      
      * Update Changelog for 1.7.0 beta and 1.6.10 stable
      
      * Address reviews for the Changelog.
      
      * Fix blog URL in changelog.
      
      * Fix typo in Changelog.
      
      * Update changelog for 1.7.0 beta and 1.6.10 stable
      e33f9c1d
  8. Jul 22, 2017
  9. Jul 21, 2017
  10. Jul 20, 2017