mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
* add lcStore to Node * changelog entry * add atomic getters and setters for the store * add lcstore to the blockchain package * save lc finality update to store * save lc optimistic update to store * changelog entry * change store fields visibility to private * refactor method names and add tests * add lcstore to the blockchain package * save lc finality update to store * save lc optimistic update to store * changelog entry * refactor method names * setup tests * remove get from getters * add lcstore to the blockchain package * save lc finality update to store * save lc optimistic update to store * changelog entry * refactor method names * setup tests * rename methods * temp * temp * add tests * fixing tests * stash * refactor setUpAltair * remove debug code * refactor bellatrix setup * refactor capella setup * refactor rest - core tests remain * refactor tests to use new functional options utils * use the options * add noFinalizedCheckpoint and finalizedCheckpointInPrevFork options * add tests * changelog entry * refactor tests * deps * fix tests * Update testing/util/lightclient.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update testing/util/lightclient.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update testing/util/lightclient.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * address comments * address comments * address comments * go mod tidy * fix annoying conflicts * go mod tidy * fix conflicts * cleanup tests * add SetupTestConfigCleanup * commit to restart CI checks * address comments * address comments * address comments --------- Co-authored-by: Radosław Kapka <rkapka@wp.pl>
77 B
77 B
Ignored
- Refactor light client testing utils to use functional options.