1. Dec 04, 2019
  2. Nov 06, 2019
  3. Oct 24, 2019
  4. Sep 12, 2019
  5. Sep 10, 2019
    • Wei Tang's avatar
      [WIP] Degeneralize shasper-network · f2b2c357
      Wei Tang authored
      Pin it to BeaconBlock. The methods and structs are really specific to beacon
      setup, so there's nearly no use to generalize this.
      f2b2c357
  6. Sep 09, 2019
  7. Sep 03, 2019
  8. Aug 31, 2019
  9. Aug 14, 2019
  10. Aug 10, 2019
  11. Jul 22, 2019
  12. Jul 18, 2019
  13. Jul 10, 2019
  14. Jul 09, 2019
  15. Jul 08, 2019
  16. Jun 24, 2019
  17. 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
  18. Apr 29, 2019
  19. Apr 26, 2019
  20. Apr 25, 2019
  21. 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
  22. 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
  23. Mar 10, 2019
  24. Mar 06, 2019
  25. 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
  26. Feb 18, 2019
  27. Feb 12, 2019
  28. Jan 31, 2019
  29. Jan 11, 2019
  30. 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
  31. Dec 21, 2018
  32. Dec 20, 2018