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

Enable Plutus context in tx history endpoint #185

Open
4 tasks
SebastienGllmt opened this issue Mar 31, 2024 · 0 comments
Open
4 tasks

Enable Plutus context in tx history endpoint #185

SebastienGllmt opened this issue Mar 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SebastienGllmt
Copy link
Contributor

Currently the transaction history endpoint gives just the transaction body (and minimal amount of information about inputs)

In order to be sufficient for use-cases that need more context for Plutus use-cases, we need the following:

  • To know what the redeemers for the transaction were (see Redeemer task #183)
  • To know the full input content instead of just the addresses (see Add full input UTXO as part of input context #184)
  • To include the full reference inputs (instead of just the regular tx inputs) as they may contain Plutus inline datums we need
  • To include any datum in the witness
@SebastienGllmt SebastienGllmt added the enhancement New feature or request label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant