zkmopro / mopro

Making client-side proving on mobile simple.
Apache License 2.0
102 stars 28 forks source link

unsafe precondition(s) violated #148

Closed vivianjeng closed 4 weeks ago

vivianjeng commented 1 month ago

Problems

CI failed and it also happens in circom-compat https://github.com/arkworks-rs/circom-compat/issues/61

Acceptance criteria

Successfully run all tests and pass all tests

vivianjeng commented 4 weeks ago

Fixed with

           - name: Install Rust toolchain 1.77
              uses: actions-rs/toolchain@v1
              with:
                  toolchain: "1.77"
                  override: true

but we should allow latest rust toolchain to use mopro