-
Notifications
You must be signed in to change notification settings - Fork 50
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
Commit to pubkey fix #68
Commit to pubkey fix #68
Conversation
authors = [ "Grin Developers <[email protected]>", | ||
"Dawid Ciężarkiewicz <[email protected]>", | ||
"Dawid Ciężarkiewicz <[email protected]>", | ||
"Andrew Poelstra <[email protected]>" ] | ||
license = "CC0-1.0" | ||
homepage = "https://grin-tech.org" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just notice the website is incorrect. Will fix in another pr.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to introduce the internal representation here.
But I can only give this a surface 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Via keybase -
... just the memory chunk that ended up getting passed in previously was too small and ended
up overwriting, it needs to be the size of an internal commit
This clicked for me.
👍
* commit_to_pubkey fix * version bump for next release * retrigger build
* Update CI (mimblewimble#65) * attempt to fix windows build * remove all explicit rust installation steps * update mac os image * Implement PartialOrd and Ord (mimblewimble#62) * Implement PartialOrd and Ord * Fix spaces * Add create commit from pubkey function (mimblewimble#64) * Update azure to use latest, fix warnings (mimblewimble#66) * update azure to use latest, fix warnings * add toolchain commands * Fix Win CI * Go back to previous command * The Fix Co-authored-by: Quentin Le Sceller <[email protected]> * version bump for release (mimblewimble#67) * fix from_pubkey function * Revert "fix from_pubkey function" This reverts commit a5f08e3. * Update Grin Website * Commit to pubkey fix (mimblewimble#68) * commit_to_pubkey fix * version bump for next release * retrigger build * Fix compiler warning (mimblewimble#70) * Fuzz tests for various components * Fix error formatting (mimblewimble#75) * Update version to v0.7.10 * Update zeroize dependency (mimblewimble#78) * Bump version to v0.7.11 (mimblewimble#79) * update dependency seck256k1 branch to latest master with aggsig subtraction function * Aggsig signature subtraction function, rust side (mimblewimble#81) * addition of ffi+api functions for aggsig partial sig subtract * updated aggsig lib function to return more results based on underlying function * update submodule to latest master * clean up test result check * bump version number * update depend/secp256k1-zkp * update version --------- Co-authored-by: Yeastplume <[email protected]> Co-authored-by: jaspervdm <[email protected]> Co-authored-by: Quentin Le Sceller <[email protected]> Co-authored-by: Nym Seddon <[email protected]> Co-authored-by: GeneFerneau <[email protected]>
Previous versions of this appeared correct as they (for some reason) passed in both release and debug test modes. A few changes to the binary layout later and the release tests are crashing consistently.
Modifies the call to pubkey_to_pedersen_commit to use an internal commit representation.
Also bumps version number for next tag/release