-
Notifications
You must be signed in to change notification settings - Fork 70
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
Tlsn core prototype #232
Tlsn core prototype #232
Conversation
8cbee71
to
552af46
Compare
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.
Lookin good! Nice to see these types coming together
I did not exhaustively review every little thing, but the overall flow is on the right track. Let's just take care of some of the code structure + lint suggestions I've provided then get this merged. Following that we can iterate on it as our requirements become more clear as we work to integrate it.
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.
Looks very nice! Good work 🚀, some comments and questions.
e7b3340
to
d6aaa49
Compare
This PR contains the types for tlsn-core.
The test in lib.rs gives an idea how it can be used.
It is still in a prototype stage and I expect things to be refined. For this reason I did not implement unit tests in those parts which I expect to be changed.
It contains significant changes from #173 , so will require a new review.