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

[Critical] Build-only and Sim-only should output TransactionEnvelope #1322

Open
leighmcculloch opened this issue May 10, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@leighmcculloch
Copy link
Member

leighmcculloch commented May 10, 2024

What version are you using?

199a88a

What did you do?

Ran a command with the --build-only option.

What did you expect to see?

A transaction envelope to be outputted.

What did you see instead?

A transaction outputted, incompatible with other tools.

For example:

Screenshot 2024-05-10 at 12 37 24 pm

Discussion

Tools should always output, and accept as input, full envelopes because otherwise other tools that the inputs/outputs are used with won’t know what type of transaction we’ve given them.

It’s a bit confusing because tools always use the term ‘transaction’ to talk about what they accept as input, but in reality when tools like the Lab and others say they accept or build a transaction, they actually mean a transaction envelope.

@leighmcculloch leighmcculloch added the bug Something isn't working label May 10, 2024
@leighmcculloch leighmcculloch added this to the v21 milestone May 10, 2024
@leighmcculloch leighmcculloch self-assigned this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant