Implement tx submit evaluation via pallas & haskell#322
Closed
Implement tx submit evaluation via pallas & haskell#322
Conversation
b7ed042 to
0ecb7c2
Compare
Deploying blockfrost-platform with
|
| Latest commit: |
0fdfd5b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://85ede00f.blockfrost-platform.pages.dev |
| Branch Preview URL: | https://feat-tx-evaluation.blockfrost-platform.pages.dev |
Member
Current situationNot a review (yet), but here's the build situation after a few of my tweaks above:
See also: the job table: https://ci.iog.io/jobset/blockfrost-blockfrost-platform/pullrequest-322#tabs-jobs. More details in the Slack thread. Next steps
|
68ac254 to
e09a5b9
Compare
e09a5b9 to
581d7de
Compare
Collaborator
Author
|
All the issues mentioned by @michalrus above are addressed. No compilation should fail anymore. Please the the PR desc for details. |
This was referenced Jun 20, 2025
fix: `aarch64-linux` compilation of Pallas’ `phase2`
…ra tx-gen features)
Member
|
Latest update: I'm adding the random tests in a PR on top of this one: I also think we need to merge |
feat: generate random transactions for the eval endpoint
7550202 to
0fdfd5b
Compare
Member
|
@ginnun, should this be closed in favor of ↓? |
Collaborator
Author
|
@michalrus yes I will do it, once I feel secure about the rebase outcome. |
Collaborator
Author
|
Closed in favor of #378 . I will keep the branch around for a while. |
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
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.
Implements #306
The goal of this PR is to implement tx evaluation APIs while trying to stay compatible to the Blockfrost.io version, which are:
/utils/txs/evaluate/utils/txs/evaluate/utxosWhat is added
evaluateprotocol_paramsandgenesis_configpallas_validatehandlingWhat is changed
cargo.lockfile contentConsiderations
evaluatewill be built by default except windows and linux-aarch64 platforms (handled inbuild.rs).evaluateenables tx evaluation endpoints. It exists sincepallat-validatecrate isn't building for windows-all and linux-aarch64 at the moment.Please run
cargo cleanto make sure everything is in a fresh state before compiling.Haskell part: blockfrost/testgen-hs#3