utils-v1.0.0-beta.4
Pre-release
Pre-release
github-actions
released this
24 Apr 08:54
·
99 commits
to main
since this release
🚨 Breaking Changes
- @zk-kit/utils: Move getSnarkArtifacts and download to utils - by @sripwoud (ee4de)
🚀 Features
- @zk-kit/utils: Get snark artifacts for semaphore - by @sripwoud (09c8a)
🐞 Bug Fixes
- Update
generate
functions - by @sripwoud (db4c4) - Fix `{eddsa,poseidon}-proof packages exports - by @sripwoud (57710)
- Make sure vars in outer scope of tests are setup first - by @sripwoud (cbbd6)
- @zk-kit/eddsa-poseidon: Add mod reduction of secret scalar - by @cedoor (a8c6d)
- @zk-kit/poseidon-proof: Increase timeout in test setup hook - by @sripwoud (1a888)
- @zk-kit/utils: Fix getUrl path - by @sripwoud (748e3)
♻️ Refactoring
- Style change - by @sripwoud (37b93)
- @zk-kit/utils:
- Simplify download - by @sripwoud (d119c)
- Rename getEddsaSnarkArtifacts to getEdDSASnarkArtifacts - by @sripwoud (1f14e)
- Encapsulate get url and artifacts logic - by @sripwoud (0fdf6)
- Improve type checking for getSnarKArtifactUrl utils - by @sripwoud (4a826)
- Improve type checks with function overloadings - by @sripwoud (cb34b)
- Update imports - by @sripwoud (b3833)
- Use unpkg url to fetch artifacts - by @sripwoud (f95fa)
- Define test timeout with param to
it
- by @sripwoud (fbea0) - Rename
get-snark-artifacts
tosnark-artifacts
- by @sripwoud (ec966)