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

[next-node]: merge updates from the main branch. #507

Merged
merged 21 commits into from
Jun 10, 2022

Commits on May 14, 2022

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

Commits on May 18, 2022

  1. SCP-3631: Make protocolParameters configurable (#455)

    * WIP
    
    * Pass around Params instead of SlotConfig
    
    * Use Params in Ledger.Validation
    
    * Implement collateralPercent
    
    * Use alternative protocol parameters for some bigger test cases.
    
    * Restore all use case tests
    
    * PR feedback
    
    * Don't enable "allowBigTransactions" by default for contract model testing
    
    * Fix pab test.
    sjoerdvisscher authored May 18, 2022
    Configuration menu
    Copy the full SHA
    e51f57f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37c54aa View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Add TimeValidity emulator test for different protocol versions (#466)

    * Add TimeValidity emulator test for different protocol versions
    
    * Add Disp for debugging txInfoValidRange and flip condition to use 'from'
    
    * Fix test
    
    * Cleanup TimeValidity test
    
    * Disable flaky test
    
    * Use typedValidatorLookups and foldMap in TimeValidity test
    
    Co-authored-by: Sjoerd Visscher <sjoerd.visscher@iohk.io>
    catch-21 and sjoerdvisscher authored May 23, 2022
    Configuration menu
    Copy the full SHA
    b8a7a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700c582 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    4792047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d067a4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Export full PABEnvironment (#421)

    Export all the content of PABEnvironment so that other alternative monads may orchestrate the execution of DApp applications and smart contracts and yet make use of the native monad to invoke PAB primitives for managing smart contracts etc.
    agocorona authored May 25, 2022
    Configuration menu
    Copy the full SHA
    83d677e View commit details
    Browse the repository at this point in the history
  2. plutus-contract emulator: Modifying addOutputs to replicate what card…

    …ano-wallet and cardano-node do, i.e., new outputs due to balancing are append to the list and not prepend (#474)
    
    Co-authored-by: koslambrou <konstantinos.lambrou@iohk.io>
    
    Co-authored-by: etiennjf <jean-frederic.etienne@iohk.io>
    koslambrou and etiennejf authored May 25, 2022
    Configuration menu
    Copy the full SHA
    c4cc9ee View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. [chain-index]: export all servant client functions (#485)

    Evgenii Akentev authored May 27, 2022
    Configuration menu
    Copy the full SHA
    1d89b1e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Add plutus-streaming package (#476)

    * Add plutus-streaming package
    
    * Do some incantation to make hydra-ci pass.
    andreabedini authored May 30, 2022
    Configuration menu
    Copy the full SHA
    3f76a97 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Initial DatumHash -> Datum index implementation. (#480)

    * Initial index implementation.
    
    * Add executable for testing synchronisation.
    
    * Add slotNo to the stored data.
    
    It will help later on with rollbacks.
    
    * Add rollbacks.
    
    * Make output better.
    
    * Fix a query bug.
    
    * Update screams to a stricter version.
    
    * Add command-line options.
    
    * Change the package name from Cardano to Marconi.
    
    * Implement review comments.
    
    * Add a query example.
    raduom authored May 31, 2022
    Configuration menu
    Copy the full SHA
    7d3e7b0 View commit details
    Browse the repository at this point in the history
  2. ContractModel: Report symbolic values as their symbolic names (#452)

    * Report symbolic values as their symbolic names
    
    * fix build issue in tutorial
    
    * update golden test
    
    * wip
    
    * fix build issues
    
    * dependencies
    
    * update golden test
    
    * wip
    MaximilianAlgehed authored May 31, 2022
    Configuration menu
    Copy the full SHA
    83594e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Add AdjustUnbalancedTx effect (#419)

    Evgenii Akentev authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2d09427 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump nixbuild/nix-quick-install-action from 13 to 14 (#491)

    Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 13 to 14.
    - [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
    - [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE)
    - [Commits](nixbuild/nix-quick-install-action@v13...v14)
    
    ---
    updated-dependencies:
    - dependency-name: nixbuild/nix-quick-install-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5ce50ab View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    4998465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61de89d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Merge updates from the main branch.

    Evgenii Akentev committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    09cbaab View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Fix playground client

    Evgenii Akentev committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    4e66815 View commit details
    Browse the repository at this point in the history
  2. Fix streaming

    Evgenii Akentev committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    33d8fd6 View commit details
    Browse the repository at this point in the history
  3. Fix purescript

    Evgenii Akentev committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8576226 View commit details
    Browse the repository at this point in the history