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

Use a local server (fixture) for the attestation example #656

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

heeckhau
Copy link
Member

@heeckhau heeckhau commented Oct 24, 2024

Use server fixture for tlsn examples + removed Discord example

The attestation example now has different modes: json, html and authenticated

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

Attention: Patch coverage is 5.26316% with 18 lines in your changes missing coverage. Please review.

Project coverage is 54.48%. Comparing base (d157325) to head (96e3b8b).
Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
crates/server-fixture/server/src/lib.rs 5.26% 18 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #656      +/-   ##
==========================================
- Coverage   54.53%   54.48%   -0.05%     
==========================================
  Files         193      193              
  Lines       20599    20618      +19     
==========================================
+ Hits        11233    11234       +1     
- Misses       9366     9384      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@heeckhau heeckhau force-pushed the examples_fixture branch 3 times, most recently from dc63e3e to a80dbba Compare October 28, 2024 08:13
@heeckhau heeckhau requested review from th4s and sinui0 October 28, 2024 08:43
@th4s
Copy link
Member

th4s commented Oct 28, 2024

I tried to follow the instructions but got

Error: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }

when executing attestation_prove.

@th4s
Copy link
Member

th4s commented Oct 28, 2024

Now it works ^^, forgot PORT :)

Copy link
Member

@th4s th4s left a comment

Choose a reason for hiding this comment

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

Nice!

crates/examples/attestation/README.md Outdated Show resolved Hide resolved
crates/examples/attestation/present.rs Outdated Show resolved Hide resolved
crates/examples/attestation/present.rs Show resolved Hide resolved
crates/examples/interactive/interactive.rs Show resolved Hide resolved
@heeckhau heeckhau force-pushed the examples_fixture branch 2 times, most recently from 3635dd1 to 4396ce4 Compare October 29, 2024 07:59
The attestation examle now has different modes: json, html and authenticated
@heeckhau heeckhau merged commit 569281f into dev Oct 29, 2024
6 of 8 checks passed
@heeckhau heeckhau deleted the examples_fixture branch October 29, 2024 12:30
heeckhau added a commit that referenced this pull request Oct 29, 2024
feat: use server fixture for tlsn examples + removed Discord example

The attestation example now has different modes: json, html and authenticated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants