Skip to content

v1.1.1

Choose a tag to compare

@jonathanpwang jonathanpwang released this 03 May 20:33
· 289 commits to main since this release
2f9bf74

We have added new functionality to the SDK to generate Solidity verifier contracts with better contract interfaces, intended for compatibility with the OpenVM Solidity SDK. The CLI commands related to evm have updated output formats documented in the book.

Notes

The pre-release tag v1.0.1-rc.1 (0f94c8a) was rebased on top of the security fix patched in v1.1.0. The new commit after the rebase was b4a5652 (tag v1.1.1-rc.1).

One can check via

git diff b4a565219ad808ee11cdd5f1be4a8516bb7df1ac 0f94c8a3dfa7536c1231465d1bdee5fc607a5993

that the only difference in the two commits is the fix from v1.0.0...v1.1.0.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1