-
Notifications
You must be signed in to change notification settings - Fork 41
Upgrade build #58
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
Upgrade build #58
Conversation
2965ddd to
f4a383a
Compare
|
The second commit in this PR comes from #57, aside from a few changes.
|
|
The final commit is basically a copy-paste from https://github.com/EdgeApp/react-native-zano/, replacing the Zano library with the libsecp256k1 library (but it's still CMake-based). This gives us all the nice goodies, like hiding internal symbols from the linker. We no longer ship any C++ code on Android - it's all bundled in the .so. |
|
👋 how are you? Do you know when we can expect to have the new version released? Happy to test any beta version too. |
|
I assigned a reviewer a few weeks ago, but they haven't gotten around to it. I'll reassign the task to somebody else. |
This is based on our react-native-zano repo, rather than the old airbitz-core repo.
f4a383a to
a1ba3d9
Compare
|
@gre-ledger Published as 3.0.0. Sorry it took so long. Let me know if it works for you, or if we need any additional fixes. |
|
@swansontec thanks a lot . it works well 👍 |
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
noneDescription
none