prysm-pulse/beacon-chain/core/epoch
Nishant Das c48f9c96e0
Allow Simulated Backend to Advance Chain (#1445)
* initialize beacon state separately

* extracting out testcase into another func

* creating function for simulated objects

* creating simulated object struct

* final clean up

* documentation

* lint

* adding chain advancer

* review comments

* replacing lib

* adding initialization for chain and new vars in struct

* added func

* fixing tests and all other bugs

* fixing tests

* docs

* adding a new nil block function

* adding test

* remove check for nil blocks

* godoc

* fixing merge conflicts, tests

* fix test
2019-02-06 10:18:55 +08:00
..
BUILD.bazel Aligning ETH2.0 Spec - Implemented Slot & Epoch Helpers (#1447) 2019-02-02 00:52:35 +08:00
epoch_operations_test.go Aligning ETH2.0 spec - Make Epoch First Citizen (Shuffling and GetCrosslinkAtSlot) (#1488) 2019-02-05 19:52:14 +01:00
epoch_operations.go Aligning ETH2.0 spec - Make Epoch First Citizen (Package: Committee) (#1477) 2019-02-04 15:27:28 -06:00
epoch_processing_test.go updated proto state fields to unlock alignment (#1497) 2019-02-05 21:14:29 +01:00
epoch_processing.go Allow Simulated Backend to Advance Chain (#1445) 2019-02-06 10:18:55 +08:00