-
Notifications
You must be signed in to change notification settings - Fork 77
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
Release v0.1.0-alpha.6 #526
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ci: Update rust cache in GitHub action and do not skip draft PRs
* docs: fix style in components (except tls) * Update components/cipher/stream-cipher/src/lib.rs Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org> * Update components/universal-hash/src/ghash/ghash_core/mod.rs Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org> --------- Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
* Fix clippy error. * Use sync mutex for store.
…480) * Update hyper, axum dependencies for notary-server. * Update hyper dependencies in all server fixtures. * Correct formatting. * Update tlsn/Cargo.toml Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com> --------- Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com>
Add missing newline.
+ Make sure doctests are run in ci + Updated plugins
* fix(tlsn-server-fixture): update cert fixtures * fix cert fmt * qualify file name with cert suffix
* Add tlsnotary client. * Modify notary server test to use notary client. * Modify examples to use notary client. * Fix formatting and comments. * Fix PR comments. * Fix PR comments. * Fix formatting. * Fix errors, tokio and comments. * Remove optional tracing feature. * Fix comment styles. * Fix incorrect duplex value.
* Add tlsnotary client. * Modify notary server test to use notary client. * Modify examples to use notary client. * Relocate notary client to notary folder. * Update notary client. * Fix ci notary name. * Update .github/workflows/cd-server.yml Co-authored-by: dan <themighty1@users.noreply.github.com> * Update .github/workflows/cd.yml Co-authored-by: dan <themighty1@users.noreply.github.com> * Fix notary server readme. * More fix on notary server doc. --------- Co-authored-by: dan <themighty1@users.noreply.github.com>
* Renew notary server cert. * Fix readme typo on ci icon.
* chore: add rebase action * Apply suggestions from code review Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org> --------- Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
Co-authored-by: th4s <th4s@metavoid.xyz>
* refactor: mpz upgrade key exchange * Update components/key-exchange/src/config.rs Co-authored-by: th4s <th4s@metavoid.xyz> * Apply suggestions from code review Co-authored-by: dan <themighty1@users.noreply.github.com> * use chacha12 for tests --------- Co-authored-by: th4s <th4s@metavoid.xyz> Co-authored-by: dan <themighty1@users.noreply.github.com>
* refactor(cipher): mpz upgrade * add debug impl * bug fix * update expect messages
* refactor(prf): mpz upgrade * consolidate vd methods * Update components/prf/hmac-sha256/src/lib.rs Co-authored-by: dan <themighty1@users.noreply.github.com> --------- Co-authored-by: dan <themighty1@users.noreply.github.com>
* refactor(prf): relax hiding of transcript hash, optimize latency * PR feedback
* refactor(aead): mpz upgrade Co-authored-by: th4s <th4s@metavoid.xyz> * Apply suggestions from code review Co-authored-by: dan <themighty1@users.noreply.github.com> --------- Co-authored-by: th4s <th4s@metavoid.xyz> Co-authored-by: dan <themighty1@users.noreply.github.com>
* refactor(tls-mpc): mpz upgrade * bump tlsn-utils version
* refactor(tlsn): mpz upgrade * PR feedback
* chore: remove stale test and clean up ci job * add ignored option * comment
* doc: Update Twitter URL to X.com and update example READMEs + recommend explorer instead of proof_viz
Co-authored-by: yuroitaki <t.kleinchong@gmail.com>
sinui0
requested review from
themighty1,
heeckhau,
th4s,
yuroitaki and
Codetrauma
June 26, 2024 14:27
heeckhau
approved these changes
Jun 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
yuroitaki
approved these changes
Jun 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
th4s
approved these changes
Jun 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
themighty1
approved these changes
Jun 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.