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

submit_tx swallows error after upgrading from 0.25.0 to 0.28.0 #478

Open
jonathangenlambda opened this issue Jul 3, 2024 · 0 comments
Open
Labels
bug Something isn't working needs more info We need more information to triage the issue

Comments

@jonathangenlambda
Copy link

We have upgraded pallas from 0.25.0 to 0.28.0 and now when a TX was rejected by the local node the node_client.submission().submit_tx function seems to not return a corresponding error and seems to treats it as Ok. In the node however we clearly see that the TX got dropped from mempool (in our testcase due to UTxO already spent). This seems to be a regression from 0.25.0 to 0.28.0 (sorry, we didnt do the versions in between).

For additional info: for 0.25.0 we were using our own fork, with very minor changes, which have been added to 0.28.0 by now as far as we can see. These are the changes of our own fork: main...thalerjonathan:pallas:main

@jonathangenlambda jonathangenlambda changed the title submit_tx does not report error after upgrading from 0.25.0 to 0.28.0 submit_tx swallows error after upgrading from 0.25.0 to 0.28.0 Jul 3, 2024
@scarmuega scarmuega added bug Something isn't working needs more info We need more information to triage the issue labels Sep 23, 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 needs more info We need more information to triage the issue
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants