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

nimbus-verified-proxy integration with status-go #1497

Closed
wants to merge 1 commit into from

Conversation

vitvly
Copy link
Contributor

@vitvly vitvly commented Mar 14, 2023

This is depended on by https://github.com/siphiuel/lc-proxy-wrapper.

Custom nim-confutils dependency is due to adding a fix suggested in status-im/nim-confutils#31
.
Tracking issue: status-im/status-go#3282

SHAREDLIBEXT = dylib
else
ifneq (, $(findstring mingw, $(OS))$(findstring cygwin, $(OS))$(findstring msys, $(OS)))
SHAREDLIBEXT = lib
Copy link
Member

Choose a reason for hiding this comment

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

.lib / .a are static libraries, not shared - ie shared libraries use .dll / .so - which is intended here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, thanks for spotting, will fix. This is a partial carryover from earlier implementation that relied only on dynamic libs.

@vitvly vitvly force-pushed the status_go_static branch from a3ed611 to 108a82f Compare March 21, 2023 10:42
@vitvly vitvly closed this May 3, 2023
@arnetheduck arnetheduck deleted the status_go_static branch October 27, 2024 07:16
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.

2 participants