Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rln-relay): use precompiled resources w/ rln #1578

Merged
merged 5 commits into from
Mar 13, 2023
Merged

Conversation

rymnc
Copy link
Contributor

@rymnc rymnc commented Feb 27, 2023

Companion PR: vacp2p/zerokit#118
This pr loads rln as a static library, without the need for additional resources (verifier, prover etc). It is an incremental update, and the next pr will download the static lib from zerokit's nightly release directly(blocked at the moment).
can be merged after zerokit's pr is merged.

@rymnc rymnc marked this pull request as ready for review March 3, 2023 14:14
.gitmodules Outdated
@@ -143,7 +143,7 @@
path = vendor/zerokit
url = https://github.com/vacp2p/zerokit.git
ignore = dirty
branch = master
branch = staticlib
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll update this after zerokit's pr is merged.

Copy link
Contributor

@jm-clius jm-clius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@rymnc rymnc self-assigned this Mar 3, 2023
@rymnc rymnc added this to the Release 0.16.0 milestone Mar 3, 2023
@rymnc rymnc mentioned this pull request Mar 3, 2023
16 tasks
Copy link
Contributor

@LNSD LNSD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that you removed the experimental stage from the Dockerfile. That's a great improvement 👏🏼

There are some remainings in the Makefile (e.g., these lines should be removed). Could you review the Makefile tasks?

Copy link
Contributor

@LNSD LNSD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

@rymnc
Copy link
Contributor Author

rymnc commented Mar 7, 2023

will merge since zerokit's pr has been merged (after checks pass)

@rymnc rymnc merged commit 6584b58 into master Mar 13, 2023
@rymnc rymnc deleted the test-rln-static-lib branch March 13, 2023 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants