Skip to content

Tags: dl-solarity/hardhat-zkit

Tags

0.5.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/refactor (#72)

* petit refactoring

* version

* fix

* fix and update parser

* fix

0.5.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
the cook was high (#71)

0.5.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump parser version to support quo operations and parentheses in expr…

…essions (#70)

0.5.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue with false positive resolution in if statement in circom pa…

…rser (#69)

0.5.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue with caching parsedInputs (#68)

* Fixed issue with caching parsedInputs

* Completed tests

* Updated versions

* Fixed .only and assigned empty obj

* Deleted utils

0.5.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump zktype version (#67)

0.5.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug with names with spaces (#65)

* Fix bug with names with spaces

* Add paths validation

0.5.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add verifier name suffix for the duplicated template names (#62)

* Add verifier name suffix for the duplicated template names

* Move tasks implementations from the index file to the separate files

* Add dev comment & update README

* Fix unit test

* Add array support

* Update hardhat tasks description

0.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change hash function from the MD5 to the SHA1 (#57)

* Change hash function from the MD5 to the SHA256

* Change hash to the sha1

* Made file hashing asynchronous (#58)

* Fix code style

---------

Co-authored-by: Denys Riabtsev <68712122+1KitCat1@users.noreply.github.com>

0.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Plonk (#56)

* Feature/plonk (#47)

* Add base plonk implementation

* Update doc comments

* Fix Reporter logs

* Add CircuitZKitBuilder class

* Small fixes

* Fix multiple ploring systems user flow

* Fix outdated subtask params

* added getPlonkConstraintsNumber function

* Add unit tests

* Update README file

* ptauId calculation fix

* fixed ptauId calculation for different proving systems

* quick readme fix

---------

Co-authored-by: mllwchrry <mariia.zhvanko@gmail.com>
Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com>

* Update zktype version

* Circom 2.2.0 (#53)

* updated latest supported Circom version to 2.2.0

* fixed unsupported versions test

* fixed platform-specific test

* restricted bus usage

* fixed error message

* update readme

* Fix rename logic for the cpp Makefile

* Update version

---------

Co-authored-by: Oleg Komendant <44612825+Hrom131@users.noreply.github.com>
Co-authored-by: mllwchrry <mariia.zhvanko@gmail.com>
Co-authored-by: Oleh Komendant <oleg02kom@gmail.com>