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

chore: setup ethereum workspace #73

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

tchataigner
Copy link
Contributor

This PR duplicates the workspace structure of Aptos for the Ethereum Light Client. As mentioned in #56 I decided to remove the proof-server crate to instead have only the light-client left.

Most of the documentation has been removed. I may have kept more of it but I think it would be easier to write it as we go and copy what we need instead of writing it too early in the development.

I have also removed most of the code from the crate and only kept the cryptography related dependencies, along with Sphinx.

Those changes should allow us to close #56.

Finally, I have also set the Apache license to close #57.

@tchataigner tchataigner requested review from wwared and huitseeker June 28, 2024 14:50
@tchataigner tchataigner force-pushed the feature/setup-eth-workspace branch from 15ddbe7 to 63516f0 Compare June 28, 2024 15:44
Signed-off-by: Thomas Chataigner <[email protected]>
@tchataigner tchataigner force-pushed the feature/setup-eth-workspace branch from 63516f0 to 8d7eeea Compare June 28, 2024 16:00
@tchataigner tchataigner requested a review from storojs72 June 28, 2024 16:03
Copy link
Contributor

@huitseeker huitseeker left a comment

Choose a reason for hiding this comment

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

Thanks for the setup!

@tchataigner tchataigner merged commit e29a5e7 into dev Jul 1, 2024
4 checks passed
@tchataigner tchataigner deleted the feature/setup-eth-workspace branch July 1, 2024 09:04
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.

Set APACHE license for Ethereum Duplicate Aptos Light Client workspace structure
3 participants