1. Aug 14, 2019
  2. Aug 10, 2019
  3. Jul 22, 2019
  4. Jul 18, 2019
  5. Jul 10, 2019
  6. Jul 09, 2019
  7. Jul 08, 2019
  8. Jun 24, 2019
  9. May 25, 2019
    • Wei Tang's avatar
      Code clean up, restructure and README update (#139) · 535a3431
      Wei Tang authored
      * Update README and upgrade blockchain client to newer version
      
      * Remove unfinished pruning lmd-ghost strategy
      
      * Move substrate-specific crates to subfolder substrate
      
      * Fix cargo lock
      
      * Fix CI
      
      * Check in runtime wasm file
      535a3431
  10. Apr 29, 2019
  11. Apr 26, 2019
  12. Apr 25, 2019
  13. Apr 03, 2019
    • Wei Tang's avatar
      Reverse dependency of primitives and beacon (#114) · e52ee6e4
      Wei Tang authored
      * ssz, ssz-derive: publish v0.1.1
      
      * Remove keccak-hasher dependency
      
      * [WIP] Reverse dependency for serenity crate
      
      * Rename serenity to beacon
      
      * Introduce with-codec and with-serde features for beacon
      
      * Fix all compile due to interface changes
      
      * Add description and license for beacon crate
      
      * Update beacon version
      
      * Commit cargo lock
      e52ee6e4
  14. Mar 22, 2019
    • Wei Tang's avatar
      Initialize a testing utility (#106) · dea3f834
      Wei Tang authored
      * Add yamltests tool for running yaml state tests
      
      * deny_unknown_fields for state
      
      * Add deny_unknown_fields for all structs
      
      * Do not use serde derive feature
      
      * Remove derive feature from yamltests
      dea3f834
  15. Mar 10, 2019
  16. Mar 06, 2019
  17. Mar 01, 2019
    • Wei Tang's avatar
      Integrate randao into runtime (#87) · 7cf56fe4
      Wei Tang authored
      * Decouple committee and randao
      
      * Make randao and committee encodable
      
      * Add randao storage to runtime
      
      * Add randao onion implementation
      
      * Finish randao integration
      7cf56fe4
  18. Feb 18, 2019
  19. Feb 12, 2019
  20. Jan 31, 2019
  21. Jan 11, 2019
  22. Dec 30, 2018
    • 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
  23. Dec 21, 2018
  24. Dec 20, 2018
  25. Dec 19, 2018
  26. Dec 18, 2018
  27. Dec 17, 2018
  28. 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
  29. Nov 22, 2018
  30. Nov 15, 2018
  31. Oct 29, 2018