forked from IntersectMBO/plutus
-
Notifications
You must be signed in to change notification settings - Fork 0
Add sha2_512 and sha3_512 builtins. #1
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
Open
locallycompact
wants to merge
92
commits into
master
Choose a base branch
from
hydra/sha512
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
* Metatheory for dropList * Spurious imports * Formatting * Formatting * Conformance tests for dropList * Add some newlines * Disable Agda budget tests for dropList * Add some comments, fix a test * Update comments * Disable dropList conformance tests for GHC 8.10
* Specification of dropList * Fix comment
This implements force-delay cancellation when delays appear under `ifThenElse`. Serves the same purpose as IntersectMBO#7040, but does it better.
* WIP * WIP * WIP * WIP - After meeting with Phil 28/01/25 * WIP * WIP * WIP * WIP * WIP * WIP but most of progress is working. * WIP with case-unsat errors handled. * Progress typechecks * Use Arity from Reduction in Pure * Typechecking Reduction with progress...again * Cleanup * Fixed Roman's points
* builtin array conformance tests * ignore array tests failing in agda-conformance * conformance tests for array-related builtin functions
* spec: isFirstVarBeforeEffects * isVarEventuallyEvaluated
* Make length the default size measure for lists and arrays * Add some comments * Fix Agda memory usage for pairs * Fix some typos * More typos * Address review comments
* Drop Support for ghc 8.10 * More changes * Addressed review comments * Removed git add .! Comments * Restore git add .! comments * wip * Revert "Address comments" This reverts commit 6161bfb. * Replace 'NOINLINE' with 'OPAQUE' * Remove a potentially redundant pragma * Fix unused variables in plutus-tx-plugin tests * Update golden file (variable names changed) --------- Co-authored-by: effectfully <effectfully@gmail.com> Co-authored-by: kwxm <kenneth.mackenzie@iohk.io>
* Enhance the StrictifyBindings pass with strictness analysis (IntersectMBO#7056) * Array-builtins: update cost models * Update conformance budgets * Update plutus-core/cost-model/create-cost-model/BuiltinMemoryModels.hs Co-authored-by: Kenneth MacKenzie <kenneth.mackenzie@iohk.io> --------- Co-authored-by: Ziyang Liu <unsafeFixIO@gmail.com> Co-authored-by: kwxm <kenneth.mackenzie@iohk.io>
* Fix bug in expModInteger * Update comment * Update golden files
* Fix bug in expModInteger * Update comment * Update golden files * Property tests for expModInteger * Add expModInteger property tests * Update unit tests * Explicit exports * Revert specification date * Rename some values
…t` (IntersectMBO#6963) * BuiltinByteStringHex: Unexpected error during compilation * fix: BuiltinByteString with inscrutable content. * Changelog entry * refactor: remove redundant parens
Sha512 plutus master
…e numeric underscores for better readability. (IntersectMBO#7125)
…sectMBO#7128) * Prepare for possible removal of caseList and caseData * Prepare for possible removal of caseList and caseData * Add changelog entry
Sha512 plutus master
…e in Plinth (IntersectMBO#7119) * Enhance documentation on BuiltinString and BuiltinByteString usage in Plinth * Refactor examples in special-functions-and-types.md: tip on using newtypes; Remove "0x" prefix. * Start every sentence from a new line. * Explain the `IsString BuiltinByteString` instance * Clarify usage of `IsString` instance for `BuiltinByteString` in documentation * Clarify usage of `IsString` instance for `BuiltinByteString` and highlight potential data loss due to lossy conversion. Add example to illustrate truncation and promote encoding-specific newtypes.
…/testlib` (IntersectMBO#7133) * rename Transform.CaseOfCase.Test to Transform.CaseOfCase.Spec * Rename Transform.Simplify to Transform.Simplify.Spec * Rename module Generators to Generators.Spec * Add Generators.Lib module and update imports in Spec files
…ts on Bytestring builtins (IntersectMBO#7109)
Merge plutus 1.47.0.0
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.
Pre-submit checklist: