-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
testsScope: Changes to the spec testsScope: Changes to the spec tests
Description
See
leanSpec/packages/testing/src/consensus_testing/genesis.py
Lines 24 to 27 in b091ef7
| # If validators not provided, create a default set of 4 validators with dummy pubkeys | |
| # TODO: Set an appropriate default here for test fixtures | |
| if "validators" not in kwargs: | |
| validators = Validators(data=[Validator(pubkey=Bytes52.zero()) for _ in range(4)]) |
or
| validators = Validators(data=[Validator(pubkey=Bytes52.zero()) for _ in range(4)]) |
We need to define an appropriate default configuration for this.
Related #76 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testsScope: Changes to the spec testsScope: Changes to the spec tests