This repository was archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Backport changes from main to next-node branch #576
Merged
Merged
Conversation
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
…tAddress and utxoSetWithCurrency chain-index queries. (#547) * Syncing until slot 40M in testnet, before this commit, takes 1h. Now, it takes 1h15m. * Querying the utxo of a given address took, before this commit, 2min. Now it takes around 15ms. * Tested the query: `curl -H "Content-Type: application/json" -d '{ "credential": { "tag": "PubKeyCredential", "contents": { "getPubKeyHash": "88ff402b0522f27649ac742238c697c579beeb344eb723099d1f16ce" } } }' http://localhost:9083/txo-at-address` which is available in slot 40M of testnet. Co-authored-by: etiennjf <[email protected]>
- Move Ledger.Typed.Scripts.Validators (plutus-ledger) into Plutus.Script.Utils.V1.Typed.Scripts.Validators (plutus-script-utils) - Move Ledger.Typed.Tx (plutus-ledger) into Plutus.Script.Utils.V1.Typed.Scripts (plutus-script-utils) - Move Ledger.Typed.TypeUtils (plutus-ledger) into Plutus.Script.Utils.V1.Typed.TypeUtils (plutus-script-utils) - Add deprecation notices to Ledger.Typed.Tx, Ledger.Typed.TypeUtils and Ledger.Typed.Scripts.Validators - Hide the constructors TypedScriptTx{In,Out,OutRef} Otherwise library users can circumvent the validation. - Run pab-nami-demo-generate-purs - Run plutus-playground-generate-purs - Remove ocsTxOut from OnChainState Given TypedScriptTxOutRef includes the TxOut, including TypedScriptTxOut is redundant. - Update docs, plutus-contract, plutus-ledger-constraints and plutus-use-cases - Introduce getStateData Most uses of ocsTxOut where to extract the data associated to the state machine state.
…wnPaymentPubKeyHash. (#544) * `ownPaymentPubKeyHash` is marked as deprecated * All plutus-use-cases examples replace usage of `ownPaymentPubKeyHash` with `ownAddresses` * Fix plutus-pab-local-cluster which wasn't working because the chain-index wasn't in sync with the PAB
- Fix memory consumption in `appendBlocks` by checking if blocks have transactions - Remove log messages from scheduler to reduce the memory usage
* Make quickcheck-dynamic an external dependency * Remove quickcheck-dynamic direct hsobj reference in the docs
* Remove reference to non-existing CHANGELOG for `plutus-streaming` Fixes haskell.nix build when depending on plutus-apps. * Fix cabal-fmt
* Added sphinx-autobuild for a live reload dev server * WIP
Co-authored-by: etiennjf <[email protected]>
Enable all tests except vmTests in GHA
…d` (#564) - Added plutus-apps/doc/adr/0002-repository-standardization.rst - Made little edits to plutus-apps/doc/adr/0001-record-architecture-decisions.rst
* WIP * Remove FeeConfig * Move move globals to Ledger.Params * Refactor cardano-api based code * Implement MustSpendPubKeyOutput * WIP * Add testcase * Accept changed test outputs * Adopt balancing algorithm from marlowe-cardano * Fix build * Rename evaluateTransactionFee to estimateTransactionFee * PR feedback
* added nixConfig to flake * added flake for marconi executable
#572 Added `doc/adr/0003-marconi-monorepo.rst`
* [plutus-ledger]: show CekError in CekEvaluationFailure error. * Fix checkEvent in checkErrorWhitelistWithOptions Co-authored-by: Stanislav Zhdanovich <[email protected]>
602212b
to
7e23c67
Compare
👍 Should fix #568. |
7e23c67
to
2e755d6
Compare
koslambrou
added a commit
that referenced
this pull request
Apr 6, 2023
…-node Backport changes from main to next-node branch and fixed conflicts
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: