Skip to content
Snippets Groups Projects
  1. Mar 25, 2019
    • Wei Tang's avatar
      Integrate state test to CI (#109) · 460d711e
      Wei Tang authored
      * Ignore keys, data* and nix shell config
      
      * Add eth2.0-tests submodule
      
      * Move structs to yamltests
      
      * Integrate small config state test to CI
      
      * Update submodule in init script
      
      * Use GIT_SUBMODULE_STRATEGY
  2. Mar 23, 2019
    • Wei Tang's avatar
      Pass all the state tests in `sanity-check_small-config_32-vals` (#108) · 950d850d
      Wei Tang authored
      * Make sure all tests are checked and fix an issue in slot progression
      
      * Fix an overflow issue and flush stdout when running tests
      
      * Add parameter to allow only running one test
      
      * Fix epoch overflow and an issue related to effective balance
      
      * Add test for permuted_index
      
      * Fix a bug in beacon block index calculation
      
      * Fix an issue in attestation inclusion
      
      * Fix missing logic for handling deposit
      
      * Shouldn't use wrapping
    • Wei Tang's avatar
      Run tests via yamltests and fix some issues along the way (#107) · 920670e7
      Wei Tang authored
      * Fix an issue in ssz and bitfield
      
      * Add test for basic header serialization
      
      * Fix serialization issue in beaconstate
      
      * Make some tests to pass
      
      * Comment out deposit_count for now
      
      Test states it does not exist at this moment, while spec disagrees
      
      * Ignore genesis block test because test/spec difference
  3. Mar 22, 2019
  4. Mar 20, 2019
  5. Mar 18, 2019
  6. Mar 12, 2019
  7. Mar 11, 2019
  8. Mar 10, 2019
  9. Mar 08, 2019
  10. Mar 06, 2019
  11. Mar 05, 2019
    • Wei Tang's avatar
      Bootstrap v2 testnet (#91) · 03bc353d
      Wei Tang authored
      * Fix an issue in randao commitment that cause panic
      
      * fix: should store last_slot for each validator for randao reveal
      
      * Update unix timestamp
      
      * Fix shasper runtime compile
  12. Mar 04, 2019
  13. Mar 01, 2019
  14. Feb 28, 2019
  15. Feb 27, 2019
  16. Feb 26, 2019
  17. Feb 25, 2019
  18. Feb 22, 2019
  19. Feb 21, 2019
  20. Feb 18, 2019
  21. Feb 17, 2019
  22. Feb 15, 2019
  23. Feb 14, 2019
  24. Feb 13, 2019
  25. Feb 12, 2019
  26. Feb 10, 2019
    • Wei Tang's avatar
      Integrate geneirc casper logic and rewards to runtime (#58) · aa75d36a
      Wei Tang authored
      * [WIP] support multiple validators in an attestation and rework runtime
      
      * [WIP] More fixes to nostd and basic new AttestationRecord
      
      * [WIP] finish runtime integration
      
      * [WIP] Fix deps
      
      * [WIP] some compile fixes
      
      * Make consensus compile
      
      * Make everything compile
      
      * Fix authoring
      
      * Fix doctest complain