forked from IntersectMBO/plutus
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SECP256k1 support (IntersectMBO#4368)
* Initial core support for SECP256k1 verification * Add SECP256k1 builtins for plutus-tx * Ensure tests for SECP256k1 pass * Use upstream cardano-base again * Fix a semantic conflict, fix 'stack' * Use EvaluationResult instead of Identity for Emit tracing * Attempt to bump haskell.nix * Try bumping nixpkgs * Ensure everything builds with newer cardano-base * Schnorr verification builtin and tests * Rename old SECP builtin for clarity, add Schnorr builtin * Add note about sequencing, Emitter and EvaluationFailure * Aim at cardano-base master for Schnorr support * Ensure Windows can find libsecp256k1 * Fix parser * Remove unused import * Fix plugin * Fix extra * Fix Windows build issues, update to use new Emitter * Renumber builtins to avoid clashes * Ensure the SECP builtins are shown as available * Ensure plutus-tx-plugin names SECP builtins properly * Roll back deconstructorData2 golden test Co-authored-by: effectfully <effectfully@gmail.com> Co-authored-by: Michael Peyton Jones <michael.peyton-jones@iohk.io>
- Loading branch information
1 parent
b3b9278
commit edffc62
Showing
32 changed files
with
1,049 additions
and
390 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
32 changes: 20 additions & 12 deletions
32
nix/pkgs/haskell/materialized-darwin/.plan.nix/cardano-crypto-class.nix
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
nix/pkgs/haskell/materialized-darwin/.plan.nix/cardano-crypto-tests.nix
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
nix/pkgs/haskell/materialized-darwin/.plan.nix/plutus-core.nix
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
93 changes: 47 additions & 46 deletions
93
nix/pkgs/haskell/materialized-darwin/.plan.nix/plutus-tx.nix
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.