v0.1.0-alpha.3
Pre-release
Pre-release
What's Changed
- Show badges on top of README page on GitHub by @heeckhau in #346
- Check that benches compile in GitHub workflow by @heeckhau in #350
- Yamux send tls closenotify by @yuroitaki in #355
- axum server fixture by @sinui0 in #356
- tlsn-core fixtures by @sinui0 in #359
- chore: restore cert tests by @sinui0 in #361
- Migrate notary-server repo by @yuroitaki in #358
- Fix PRF benchmark by @0xvon in #363
- Tidy up examples folder. by @yuroitaki in #362
- Modify notary url parsing to make it generic for both ip and domain by @yuroitaki in #366
- feat: selective disclosure tooling by @sinui0 in #335
- refactor: tlsn-verifier by @sinui0 in #360
- Also redact some received data in simple_prover by @heeckhau in #370
- Enable clippy for examples in ci build by @heeckhau in #373
- perf: pre-garble key exchange and PRF by @sinui0 in #371
- Adapted readme for docker image by @th4s in #382
- Replace
std::time::SystemTime::now
to support wasm32 by @mhchia in #383 - Add auth middleware, info endpoint to notary server by @yuroitaki in #368
- Make CORS permissive by @mhchia in #385
- feat: stream cipher zk by @sinui0 in #384
- fix: unused doc comment by @sinui0 in #386
- Make tls optional between prover and notary. by @yuroitaki in #387
- Add git commit hash and timestamp to info endpoint by @yuroitaki in #392
- Use ring v0.17 by @mhchia in #391
- Optimise test to use release profile to speed up notary server integration test by @yuroitaki in #393
- Use ring 0.17 in prf tests too by @heeckhau in #395
- Add ci build for WASM target for specific packages by @heeckhau in #394
- Bump version for release 0.1.0-alpha.3 by @yuroitaki in #397
New Contributors
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3