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

feat!: remove libsodium vrf library. #240

Merged
merged 4 commits into from
Jul 20, 2023

Conversation

zemyblue
Copy link
Member

@zemyblue zemyblue commented Jul 20, 2023

Description

Remove unused shared library

  • libsodium
  • libsecp256k1

The libsodium vrf library doesn't need any more through Finschia/ostracon#652.
So I remove it for preparing single binaries on macos. This is related with #231.
To build single binary, there should be no dynamic library except cleveldb.

Motivation and context

Ostracon does not use the libsodium vrf library and it changed to curve25519-voi. So libsodium submodule and build scripts are not need any more. And I need this remove any dynamic libraries or change to static libraries for building single binary on macos. So I need to remove libsodium first.

How has this been tested?

Screenshots (if appropriate):

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.

Signed-off-by: zemyblue <zemyblue@gmail.com>
@zemyblue zemyblue self-assigned this Jul 20, 2023
Signed-off-by: zemyblue <zemyblue@gmail.com>
@zemyblue zemyblue changed the title feat!: remove libsodium using. feat!: remove libsodium vrf library. Jul 20, 2023
Signed-off-by: zemyblue <zemyblue@gmail.com>
@zemyblue zemyblue marked this pull request as ready for review July 20, 2023 00:23
Signed-off-by: zemyblue <zemyblue@gmail.com>
Copy link
Contributor

@jaeseung-bae jaeseung-bae left a comment

Choose a reason for hiding this comment

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

LGTM

@zemyblue zemyblue merged commit 70bfab3 into Finschia:main Jul 20, 2023
24 checks passed
@zemyblue zemyblue deleted the feat/remove_libsodium branch July 20, 2023 02:39
@zemyblue zemyblue added this to the v2.0.0 milestone Aug 21, 2023
@zemyblue zemyblue mentioned this pull request Oct 19, 2023
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.

None yet

3 participants