You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an effort to separate cryto package from config, the dependance of crypto on the consensus parameters is broken.
However, some dependance remains for testing purposes.
The task here is to move any tests that depend on the consensus params outside of the crypto package.
e.g. crypto/compactcert/builder_test.go
Moreover, hard-coded values in the crypto tests need to be replaced by the appropriate variables, whenever applicable.
e.g. TestConsensusCompactCertParams (see comments in #3181)
The text was updated successfully, but these errors were encountered:
In an effort to separate cryto package from config, the dependance of crypto on the consensus parameters is broken.
However, some dependance remains for testing purposes.
The task here is to move any tests that depend on the consensus params outside of the crypto package.
e.g. crypto/compactcert/builder_test.go
Moreover, hard-coded values in the crypto tests need to be replaced by the appropriate variables, whenever applicable.
e.g. TestConsensusCompactCertParams (see comments in #3181)
The text was updated successfully, but these errors were encountered: