constantine/tests/t_ethereum_eip4844_deneb_kzg.nim.cfg
Mamy Ratsimbazafy 153b37b77f
Ethereum KZG / EIP-4844 / Proto-danksharding followup (#270)
* Pass all verify_kzg_proof test cases

* pass blob_to_commitment tests

* move tests

* KZG: WIP on compute_proof

* eip4844: Pass all compute_kzg_proof tests

* pass compute_blob_kzg_proof tests

* pass all verify_blob_kzg_proof tests

* CI needs yaml

* fix memory leaks and add effect tags

* CI: lock yaml version too pre Nim 2.0
2023-09-15 08:21:04 +02:00

3 lines
89 B
Nim

# NimYAML requires ORC instead of ARC for memory management to deal with cycles
--mm:orc