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
IIRC it was a minimal set of tests that implementations should pass for interop, was agnostic to minimal/mainnet and included SSZ tests as well but I may very well completely misremember.
Ages ago (in 2019 #1320), a huge refactoring introduced suite names.
At the time the BLS test suites were tagged with
suite_name='small'
, unfortunately I do not remember the origin of the name (cc @protolambda and @asanso) as the full suite did not exist at the time (https://github.com/ethereum/bls12-381-tests).IIRC it was a minimal set of tests that implementations should pass for interop, was agnostic to minimal/mainnet and included SSZ tests as well but I may very well completely misremember.
consensus-specs/tests/generators/bls/main.py
Lines 514 to 525 in 8a64a90
The KZG-4844 suite reuses the name
small
which AFAIK doesn't mean anything anymore in today's codebase.consensus-specs/tests/generators/kzg_4844/main.py
Lines 522 to 533 in 8a64a90
This is prone to confusion with the KZG minimal trusted setup as well.
I propose to change:
The text was updated successfully, but these errors were encountered: