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

Vendor fc #2145

Merged
merged 4 commits into from
Feb 21, 2018
Merged

Vendor fc #2145

merged 4 commits into from
Feb 21, 2018

Conversation

mvandeberg
Copy link
Contributor

Closes #1301

@mvandeberg
Copy link
Contributor Author

I checked out fc separately and ran diff between Steem's vendored fc and standalon fc. Here is my output:

Files ./fc/.DS_Store and ../../fc/.DS_Store differ
Files ./fc/vendor/.DS_Store and ../../fc/vendor/.DS_Store differ
Files ./fc/vendor/diff-match-patch-cpp-stl/.git and ../../fc/vendor/diff-match-patch-cpp-stl/.git differ
Files ./fc/vendor/secp256k1-zkp/.git and ../../fc/vendor/secp256k1-zkp/.git differ
Files ./fc/vendor/websocketpp/.git and ../../fc/vendor/websocketpp/.git differ

.DS_Store is an OS X specific setting file and we would expect the .git files to be different. All of the source code is identical.

Copy link
Contributor

@youkaicountry youkaicountry left a comment

Choose a reason for hiding this comment

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

I performed a diff, the only difference of note is that fc's submodules are vendored in, which is exactly as intended.
Approved.

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.

3 participants