We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The event text queried by /events endpoint does not include spaces anymore. This occurred when bumping the STAX to API 12.
/events
I suspect this is caused by #408 ?
{ "events": [ { "text": "Polygon", "x": 140, "y": 292, "w": 120, "h": 32 }, { "text": "Thisappenablessigning", "x": 58, "y": 348, "w": 283, "h": 24 }, { "text": "transactionsonthePolygon", "x": 40, "y": 380, "w": 318, "h": 24 }, { "text": "network.", "x": 151, "y": 412, "w": 97, "h": 20 }, { "text": "Quitapp", "x": 151, "y": 600, "w": 97, "h": 24 } ] }
{ "events": [ { "text": "Polygon", "x": 140, "y": 292, "w": 120, "h": 32 }, { "text": "This app enables signing", "x": 58, "y": 348, "w": 283, "h": 24 }, { "text": "transactions on the Polygon", "x": 40, "y": 380, "w": 318, "h": 24 }, { "text": "network.", "x": 151, "y": 412, "w": 97, "h": 20 }, { "text": "Quit app", "x": 151, "y": 600, "w": 97, "h": 24 } ] }
The text was updated successfully, but these errors were encountered:
Hello @kewde This is the same issue as #413 Please make sure you use both up to date SDK (or app-builder docker image) and Speculos.
Sorry, something went wrong.
@xchapron-ledger Oh sorry, I didn't see that, thank you :)
No branches or pull requests
The event text queried by
/events
endpoint does not include spaces anymore.This occurred when bumping the STAX to API 12.
I suspect this is caused by #408 ?
New format
Old expected format
The text was updated successfully, but these errors were encountered: