-
Notifications
You must be signed in to change notification settings - Fork 85
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
Extract the RLP and remove go-ethereum dependency #290
base: master
Are you sure you want to change the base?
Conversation
git-subtree-dir: rlp git-subtree-split: 594e32166269eed4f5cb8270bba99fa234a41606
@sideninja I'm trying to understand what is missing here? I can follow up on missing bits if you don't mind. |
@nozim it's pretty much done, but I wanted to make sure everything was correct but just then didn't have time. I would say making sure this way is the right way. |
I think cutting dependency while keeping same functionality is already good for this scope. So should be good to merge :) |
We need to make sure it is updated too |
Closes: #221
Description
This PR extracts the RLP implementation of the go-etheruem package.
It uses git subtree to include the repository and allow updates with the upstream branch. The contents were modified to only include the RLP implementation and remove all the unnecessary files.
I was trying to use git submodule but I had problems due to the fact that it only referenced a whole subrepo as a commit reference, but that commit wasn't really pushed to the ethereum repo for obvious reasons.
DOD:
For contributor use:
master
branchFiles changed
in the Github PR explorer