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.
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 thelight-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.