1. Feb 07, 2019
  2. Jan 31, 2019
  3. Jan 11, 2019
  4. Jan 08, 2019
  5. Jan 07, 2019
  6. Dec 30, 2018
    • Wei Tang's avatar
      06c14d87
    • Wei Tang's avatar
      LMD-GHOST fork choice integration (#38) · 54343d96
      Wei Tang authored
      * Move DigestItem to a separate mod
      
      * CompatibleExtrinsic trait
      
      * Expose API for validator id from attestation
      
      * CompatibleExtrinsic impl
      
      * Save and load latest attestations
      
      * note_block for LatestAttestation
      
      * Expose last finalized/justified slot from runtime
      
      * Implement LMD-GHOST's is_new_best
      
      * Update substrate reference
      
      * Finish LMD-GHOST integration
      
      * Remove old unused lmd-ghost crate
      
      * README: LMD-GHOST is integrated
      54343d96
  7. Dec 21, 2018
  8. Dec 20, 2018
  9. Dec 19, 2018
  10. Dec 18, 2018
  11. Dec 17, 2018
  12. Dec 10, 2018
    • Wei Tang's avatar
      Draft implementation for LMD-GHOST fork choice rule (#30) · 8eedd32f
      Wei Tang authored
      * Init lmd-ghost crate
      
      * Add H384 primitive
      
      * Rename primitives -> shasper-primitives
      
      * Implement justified head
      
      * Finish a draft implementation of lmd-ghost
      
      * Add docs for lmd-ghost
      
      * Add license header for primitives
      8eedd32f
  13. Dec 07, 2018
    • Wei Tang's avatar
      Update substrate version to newest git (#29) · a180a14a
      Wei Tang authored
      * Update substrate git version
      
      * Fix wasm compile
      
      * Implement GetNodeBlockType and GetRuntimeBlockType for Runtime
      
      * Mark runtime as public
      
      * Path fixes
      
      * Fix transaction pool definition
      
      * Fix metadata and service component type updates
      
      * Fix genesis and queue compile
      
      * Fix cli compile
      a180a14a
  14. Nov 22, 2018
  15. Nov 09, 2018
  16. Nov 06, 2018
    • Wei Tang's avatar
      Add ssz-hash crate for tree hash functions (#21) · aa3eb4a6
      Wei Tang authored
      * Remove Travis CI
      
      * Implement ssz merkle root function
      
      * Implement object hash function
      
      * Add a hash-derive implementation
      
      * Implement spec_hash for Vec
      
      * Move type parameter to fn
      
      * Integrate ssz_hash into runtime
      aa3eb4a6
  17. Sep 30, 2018