feat(leios): update based on latest CIP-0164
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Bump Plutus to 1.56
Signed-off-by: Chris Gianelloni <[email protected]>
Fixes #1336 Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: William Hankins <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Fixes #1336 Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
From https://github.com/IntersectMBO/cardano-node-emulator at 89da41437682d4e4a0a74cc70646ca403eeebc6e
From https://github.com/IntersectMBO/cardano-node-emulator at 89da41437682d4e4a0a74cc70646ca403eeebc6e
From https://github.com/IntersectMBO/cardano-node-emulator at 89da41437682d4e4a0a74cc70646ca403eeebc6e
From https://github.com/IntersectMBO/cardano-node-emulator at 89da41437682d4e4a0a74cc70646ca403eeebc6e
From https://github.com/IntersectMBO/cardano-node-emulator at 89da41437682d4e4a0a74cc70646ca403eeebc6e
- Introduced `PlutusBenchmark.Plotting` module for generating and saving various plots, including prediction and scatter plots. - Implemented functions to ensure the data output directory exists and to save plots with actual and predicted data points. - Added `PlutusBenchmark.RegressionInteger` module for finding the best integer slope and intercept that minimize the sum of squared errors (SSE) for given data points. - Included continuous ordinary least squares (OLS) computation to assist in determining the best fit.
Removes [glob](https://github.com/isaacs/node-glob). It's no longer used after updating ancestor dependencies [glob](https://github.com/isaacs/node-glob), [semantic-release](https://github.com/semantic-release/semantic-release) and [gradle-semantic-release-plugin](https://github.com/KengoTODA/gradle-semantic-release-plugin). These dependencies need to be updated together. Removes `glob` Updates `semantic-release` from 24.0.0 to 25.0.2 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v24.0.0...v25.0.2) Updates `gradle-semantic-release-plugin` from 1.9.2 to 1.10.3 - [Release notes](https://github.com/KengoTODA/gradle-semantic-release-plugin/releases) - [Changelog](https://github.com/KengoTODA/gradle-semantic-release-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/KengoTODA/gradle-semantic-release-plugin/compare/v1.9.2...v1.10.3) --- updated-dependencies: - dependency-name: glob dependency-version: dependency-type: indirect - dependency-name: semantic-release dependency-version: 25.0.2 dependency-type: direct:development - dependency-name: gradle-semantic-release-plugin dependency-version: 1.10.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Add new use cases of Nested Transactions
- Introduced `PlutusBenchmark.Plotting` module for generating and saving various plots, including prediction and scatter plots. - Implemented functions to ensure the data output directory exists and to save plots with actual and predicted data points. - Added `PlutusBenchmark.RegressionInteger` module for finding the best integer slope and intercept that minimize the sum of squared errors (SSE) for given data points. - Included continuous ordinary least squares (OLS) computation to assist in determining the best fit.