mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 06:13:31 +00:00
Remove useless test_kzg.py
This commit is contained in:
parent
08ba1f6406
commit
a5333a1d10
@ -1,21 +0,0 @@
|
|||||||
|
|
||||||
from eth2spec.test.helpers.constants import (
|
|
||||||
DENEB,
|
|
||||||
MINIMAL,
|
|
||||||
)
|
|
||||||
from eth2spec.test.helpers.sharding import (
|
|
||||||
get_sample_blob,
|
|
||||||
)
|
|
||||||
from eth2spec.test.context import (
|
|
||||||
with_phases,
|
|
||||||
spec_state_test,
|
|
||||||
with_presets,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@with_phases([DENEB])
|
|
||||||
@spec_state_test
|
|
||||||
@with_presets([MINIMAL])
|
|
||||||
def test_blob_to_kzg_commitment(spec, state):
|
|
||||||
blob = get_sample_blob(spec)
|
|
||||||
spec.blob_to_kzg_commitment(blob)
|
|
Loading…
x
Reference in New Issue
Block a user