-
Notifications
You must be signed in to change notification settings - Fork 214
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
Get IETF branch building under MacOS and Linux #120
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hoffmang9
added a commit
that referenced
this pull request
Jul 14, 2020
* wip schemes * wip: all schemes tests pass * del relic in prep for submodule add * add relic submodule, major wip commit with basic functionality * manual merge hdkey, better logic for g1/g2 leading bits * fix compresspoint g2 * g1/g2 serialization correct * Get IETF branch building under MacOS and Linux (#120) * remove travis * bring the ci forward 2 months * bring setup.py forward * add flake8 ini * add mypi.ini * first attempt at FetchContent chia-relic-src * Final cmake fixes * Add lgtm.yml * explicit order of ops * clean up code for mypy/flake8 - black * enough to start looking at plotter * lgtm assignment operator * add 0x80 compression bit for 0 and 48 byte * reverted bit changes and commented out G2 tests * switch repos for relic * Remove Unknown distribution option: 'build_requires' warning * msvc fixes * Add libsodium to all platform wheels. README nit * Fix ARM, use nuget on Windows * Try libsodium-devel, bump verbosity to confirm sodium * ARM install epel first - Fix find sodium macos * no need for floor * add fingerprint, derive_child * fix __bytes__ * add n of n sigs in AugScheme, use MPL suffix * standardizing around __bytes__ * libsodium on linux (x86_64 & ARM) * allow agg sig of 0 msgs * alias g1/g2 element * Try find gmp from chiavdf * Build gmp and sodium from scratch * Fix ARM sodium and gmp - start debugging macos * delete dist dir on ARM shr's * Move all but Windows to build verbosity 0 * Changes required for chia-blockchain (deepcopy) * ADD hd keys tests * added gmp include folder to python-bindings cmake * pyecc tests * Move ci's to pytest * Add test vectors ietf * g2 elements start with 0b000 now * Use FromSeed * Revert bad test vectors Co-authored-by: Alex Wice <[email protected]> Co-authored-by: Gene Hoffman <[email protected]> Co-authored-by: Bill Blanke <[email protected]> Co-authored-by: Gene Hoffman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.