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

Update Certifier-Show branch #6522

Open
wants to merge 64 commits into
base: ramsay-t/certifier-show
Choose a base branch
from
Open

Update Certifier-Show branch #6522

wants to merge 64 commits into from

Commits on Aug 21, 2024

  1. 1 Configuration menu
    Copy the full SHA
    3a5a162 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Release 1.33.0.0 (#6429)

    ana-pantilie committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2d4c945 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    24ad246 View commit details
    Browse the repository at this point in the history
  2. Release 1.33.1.0 (#6431)

    ana-pantilie committed Aug 23, 2024
    1 Configuration menu
    Copy the full SHA
    ed52f1b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. HasBlueprintSchema and HasBlueprintDefinition instances (#6271)

    * syntax: remove unnesessary parens
    
    * HasBlueprintSchema and HasBlueprintDefinition instances
    
    * Describe changes in the CHANGELOG
    
    * remove unnecessary -Wno-orphans
    Unisay committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    4b8e137 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fix typo (#6435)

    It should be "Note that deposit is mandatory".
    colll78 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5c41a07 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Fix incorrect documentation regarding registration certifications (#6436

    )
    
    The documentation incorrectly asserted that a script can be used to require that certain transactions are provided for registration of the associated staking credential. That will be the case in the next era after Conway when `staking_registration` is deprecated, but as it stands currently, any staking credential (even those that contain a script hash) can be registered without any witness and thus it is not currently possible to enforce that a script must be executed in the transaction for registration to succeed.
    colll78 committed Sep 4, 2024
    1 Configuration menu
    Copy the full SHA
    4066409 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump JamesIves/github-pages-deploy-action (#6437)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.3 to 4.6.4.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](JamesIves/github-pages-deploy-action@v4.6.3...v4.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: JamesIves/github-pages-deploy-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c61fdfa View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump slackapi/slack-github-action from 1.26.0 to 1.27.0 (#…

    …6433)
    
    Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/slackapi/slack-github-action/releases)
    - [Commits](slackapi/slack-github-action@v1.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: slackapi/slack-github-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 4, 2024
    1 Configuration menu
    Copy the full SHA
    915e7d3 View commit details
    Browse the repository at this point in the history
  4. [Errors] Swap operational and structural errors (#6439)

    This simply swaps around two type variables and two constructors, affecting `EvaluationError` and `EvaluationException`. Structural errors correspond to type errors and operational errors correspond to runtime errors, hence the former "precede" the latter. This PR finally reflects that perceived ordering. It's not really important, but I've got things mixed up before due to the previously counter-intuitive ordering, so I thought it'd be worth fixing it, given how easy that is.
    effectfully committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    365a39d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02e63ba View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    e8c0b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a98de0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    9ca7a24 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    87b61b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Release 1.34.0.0 (#6452)

    Co-authored-by: Nikolaos Bezirgiannis <[email protected]>
    bezirg and bezirg committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    200ad0f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    be47bd2 View commit details
    Browse the repository at this point in the history
  2. Kwxm/conformance/extra bitwise tests (#6453)

    * WIP
    
    * WIP
    
    * Extra tests for replicateByte and rotateByte
    
    * Extra tests for replicateByte and rotateByte
    
    * Extra tests for shiftByteString
    
    * Extra tests for countSetBits
    
    * Extra tests for findFirstSetBit
    
    * Disable failing test
    
    * Disable failing test
    
    * Extra conformance tests for readBit
    
    * Disable failing test
    
    * Extra conformance tests for writeBits
    
    * Remove some trailing spaces
    
    * Deduplicate trailing bytes in and/or/xor tests
    
    * Tell haskell-steppable-conformance about failing test
    kwxm committed Sep 10, 2024
    1 Configuration menu
    Copy the full SHA
    5e18824 View commit details
    Browse the repository at this point in the history
  3. Update RELEASE.adoc (#6458)

    Co-authored-by: Nikolaos Bezirgiannis <[email protected]>
    bezirg and bezirg committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b1709a6 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    5075833 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    43f73fe View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    f2f8123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13be61e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d2ad5a View commit details
    Browse the repository at this point in the history
  5. Test (#6465)

    kwxm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c54c96c View commit details
    Browse the repository at this point in the history
  6. Kwxm/ci/visible total (#6470)

    * Put the TOTAL line for a benchmakr comparison in a table of its own
    
    * Try again
    
    * Complete merge
    kwxm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a9b163e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Try yet again (#6472)

    kwxm committed Sep 12, 2024
    1 Configuration menu
    Copy the full SHA
    acdc85e View commit details
    Browse the repository at this point in the history
  2. [spec] update conway info (#6467)

    Co-authored-by: Nikolaos Bezirgiannis <[email protected]>
    bezirg and bezirg committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4634cfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27f08e View commit details
    Browse the repository at this point in the history
  4. Fix typo (#6474)

    kwxm committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    98d66b7 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    1ae8608 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f168164 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    3c8977c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec00d15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e144952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20c1470 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    cbf99fb View commit details
    Browse the repository at this point in the history
  6. [Builtins] [Test] Dump denotation signatures to golden files (#6462)

    This dumps the type signature of the denotation of each of the builtins to a golden file. All changes in type signatures must be reflected explicitly whenever they're captured by semantics variants (see the test code). This is a very important test given how easy it is to change the behavior of a builtin just by slightly tweaking the signature of its denotation.
    effectfully committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    179e07c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. [Test] Remove uniques from 'Profiling' tests (#6483)

    This removes uniques from some golden test files, because those add a lot of noise in unrelated PRs.
    effectfully committed Sep 14, 2024
    1 Configuration menu
    Copy the full SHA
    e34cda9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed37990 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Release 1.34.1.0 (#6485)

    kwxm committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5d731e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. 1 Configuration menu
    Copy the full SHA
    29f8909 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    979c895 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. 1 Configuration menu
    Copy the full SHA
    e2016d5 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    e56ab73 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. 1 Configuration menu
    Copy the full SHA
    2d3b78e View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    4b372ec View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. 1 Configuration menu
    Copy the full SHA
    59db346 View commit details
    Browse the repository at this point in the history
  2. Fix a broken doc link (#6503)

    zliu41 committed Sep 19, 2024
    1 Configuration menu
    Copy the full SHA
    0de81d7 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    8747978 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    280f81d View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    7178ee7 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    e94d73c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. [Errors] Test that evaluation of a well-typed term doesn't fail with …

    …a structural error (#6443)
    
    Test that evaluation of a well-typed term doesn't fail with a structural error
    
    In theory, this is supposed to conclude the investigation on the "runtime type system" for UPLC. In practice unfortunately, PIR generators aren't very helpful here as per the recent Slack discussion (I'll reflect that in some GitHub issue later), plus the compiler being too slow doesn't help either. So this PR is more of a proof of concept than an actually helpful test, but better than nothing I suppose.
    
    Resolves #6150.
    effectfully committed Sep 21, 2024
    1 Configuration menu
    Copy the full SHA
    3d42b87 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 1 Configuration menu
    Copy the full SHA
    7436868 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. [Refactoring] Replace 'NOINLINE' with 'OPAQUE' (#6507)

    This replaces all occurrences of NOINLINE with the more reliable OPAQUE.
    
    Resolves #6269.
    effectfully committed Sep 24, 2024
    1 Configuration menu
    Copy the full SHA
    4b61b6c View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    24e3cfc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Remove plutus-ghc-stub (#6514)

    zliu41 committed Sep 25, 2024
    1 Configuration menu
    Copy the full SHA
    148c05d View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    91800ce View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    2694830 View commit details
    Browse the repository at this point in the history
  4. Mark && and || OPAQUE (#6510)

    zliu41 committed Sep 25, 2024
    1 Configuration menu
    Copy the full SHA
    84bcd15 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Translation relation and decision procedure for the Float-Delay (#6482)

    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP - Most of the nFD->FD proof is done but I am now wondering if the application rules need the force in them...
    
    * Some progress on the FD->pureFD proof... Not completely sure it is going in a good direction...
    
    * Made the parameters to istranslation implicit, since they are encoded in the relation anyway
    
    * WIP
    
    * WIP
    
    * WIP - with crazy variable binding issues
    
    * Add 'forall DecEq' to 'Relation'
    
    * Roman's additions.
    
    * Workign Float-Delay translation relation and decision procedure.
    
    * Missed a definition
    
    * Now uses Purity, althought that is 'stub code' at the moment.
    
    * Now with added Purity...
    
    * Remove 'Terminating' from 'translation?'
    
    ---------
    
    Co-authored-by: effectfully <[email protected]>
    ramsay-t and effectfully committed Sep 26, 2024
    1 Configuration menu
    Copy the full SHA
    9802721 View commit details
    Browse the repository at this point in the history
  2. This seems 'too easy' but to certify things I don't think it needs to…

    … be more complex? (#6513)
    
    * This seems 'too easy' but to certify things I don't think it needs to be more complex?
    
    * Er, I think this was the wrong way round
    
    * Add version select to haddock index page (#6499)
    
    * Remove plutus-ghc-stub (#6514)
    
    * Remove the Plutus Platform page (#6506)
    
    * Make the auction example end-to-end (#6477)
    
    * Mark `&&` and `||` OPAQUE (#6510)
    
    * Translation relation and decision procedure for the Float-Delay (#6482)
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP - Most of the nFD->FD proof is done but I am now wondering if the application rules need the force in them...
    
    * Some progress on the FD->pureFD proof... Not completely sure it is going in a good direction...
    
    * Made the parameters to istranslation implicit, since they are encoded in the relation anyway
    
    * WIP
    
    * WIP
    
    * WIP - with crazy variable binding issues
    
    * Add 'forall DecEq' to 'Relation'
    
    * Roman's additions.
    
    * Workign Float-Delay translation relation and decision procedure.
    
    * Missed a definition
    
    * Now uses Purity, althought that is 'stub code' at the moment.
    
    * Now with added Purity...
    
    * Remove 'Terminating' from 'translation?'
    
    ---------
    
    Co-authored-by: effectfully <[email protected]>
    
    * WIP
    
    * Now with fake purity...
    
    * Some WIP from the other branch that is needed here.
    
    * Tidy some Agda...
    
    * Agda...
    
    ---------
    
    Co-authored-by: zeme-wana <[email protected]>
    Co-authored-by: Ziyang Liu <[email protected]>
    Co-authored-by: effectfully <[email protected]>
    4 people committed Sep 26, 2024
    1 Configuration menu
    Copy the full SHA
    f7f1f08 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    348c838 View commit details
    Browse the repository at this point in the history