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

Deploy outputs events in wrong order in log #1777

Open
leighmcculloch opened this issue Dec 4, 2024 · 0 comments
Open

Deploy outputs events in wrong order in log #1777

leighmcculloch opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@leighmcculloch
Copy link
Member

leighmcculloch commented Dec 4, 2024

What version are you using?

22.0.1

What did you do?

$ stellar contract deploy --alias inc1 --wasm hello_world.wasm

What did you expect to see?

I expected to see the sequence of simulate, sign, submit.

What did you see instead?

I saw the sequence of simulate, submit, sign.

ℹ️  Simulating install transaction…
🌎 Submitting install transaction…
ℹ️  Signing transaction: b079e8844789b56173ffe2f55e648b2c0df8bf98b7334474b7c68c2498678876
ℹ️  Using wasm hash 938f6ea8c74844846742a57eeeed7e8aa15391bac56151f415aa7ab1c73e090f
ℹ️  Simulating deploy transaction…
🌎 Submitting deploy transaction…
ℹ️  Transaction hash is cf68dcfc7feb3253154f6744f2b4facfd3113ec2c7a9068a077044a2496746d2
🔗 https://stellar.expert/explorer/testnet/tx/cf68dcfc7feb3253154f6744f2b4facfd3113ec2c7a9068a077044a2496746d2
ℹ️  Signing transaction: cf68dcfc7feb3253154f6744f2b4facfd3113ec2c7a9068a077044a2496746d2
🔗 https://stellar.expert/explorer/testnet/contract/CCDIEKA4RTIG4PL6HP5M5RR5KL3V7AIVQIPULHHQMNFHWX63J43APBX3
✅ Deployed!
CCDIEKA4RTIG4PL6HP5M5RR5KL3V7AIVQIPULHHQMNFHWX63J43APBX3

There is nothing functionally wrong, the deploy works, but the output is confusing because the output misrepresents the order that the simulate, sign, and submission actually occur.

@leighmcculloch leighmcculloch added the bug Something isn't working label Dec 4, 2024
@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Dec 4, 2024
@janewang janewang moved this from Backlog (Not Ready) to Todo (Ready for Dev) in DevX Dec 12, 2024
@elizabethengelman elizabethengelman moved this from Todo (Ready for Dev) to In Progress in DevX Dec 19, 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: In Progress
Development

No branches or pull requests

2 participants