-
Notifications
You must be signed in to change notification settings - Fork 147
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
Unable to send Ordinals, confirmation screen does not appear #4444
Comments
This seems like a routing issue @pete-watters, didn't you change some stuff with routing recently? |
Yes it does. I can take a look at it but I won't get to it until 1/11 |
@brandonmarshall-tm just to confirm here – the inscription does send in any case? |
Checking this and it's blocking send of ordinals 😭 I'll try fix ASAP. It is related to routing and introduced was here: https://github.com/leather-wallet/extension/pull/4325/files If you open the app in full tab you can see the problem.
This sends users to a non-existant place and they can't send their ordinal |
Thanks for jumping on it. Let's also add an integration test to prevent regression in the future, either as part of the patch or fast-follow? |
Thanks Pete! Just confirming that this results in the Inscription not being sent because I don't get to the Review screen where I "Confirm" the transaction. |
@markmhendrickson I can spent the next hour or so trying to fix it, then I have to go AFK for a few hours but can continue tomorrow if needed |
I managed to implement a fast fix but when I try and send an ordinal it still fails: Kapture.2023-10-27.at.16.35.41.mp4I'm not sure if this is related to something I missed or a general fail. I can keep looking at it. It's tricky to add an integration test as to test it I need an ordinal to send but I will try and add something to do that |
## [6.14.0](v6.13.0...v6.14.0) (2023-10-30) ### Features * removed stacks/ui types and unnecessary data-testids ([5c85448](5c85448)) ### Bug Fixes * add default type to button, closes [#4333](#4333) ([433216f](433216f)) * incorrect ui with psbt listing tx, closes [#4428](#4428) ([e83db28](e83db28)) * remove query options from btc fees, closes [#4198](#4198) ([c7d80eb](c7d80eb)) * removed unnecessary forwardwithrefs ([fc69b0f](fc69b0f)) * send ordinal routes, closes [#4444](#4444) ([dc209c2](dc209c2)) * swap console logs, closes [#4438](#4438) ([e8fa72f](e8fa72f)) * swaps min to receive format, closes [#4442](#4442) ([c5cf61c](c5cf61c)) * tx req fee error, closes [#4231](#4231) ([190868a](190868a)) ### Internal * import prettier config from monorepo, closes [#4268](#4268) ([733e503](733e503)) * post-release merge back ([efee04f](efee04f)) * remove icon transition, closes [#4332](#4332) ([b75b20a](b75b20a))
## [6.14.0](leather-io/extension@v6.13.0...v6.14.0) (2023-10-30) ### Features * removed stacks/ui types and unnecessary data-testids ([5c85448](leather-io@5c85448)) ### Bug Fixes * add default type to button, closes [leather-io#4333](leather-io#4333) ([433216f](leather-io@433216f)) * incorrect ui with psbt listing tx, closes [leather-io#4428](leather-io#4428) ([e83db28](leather-io@e83db28)) * remove query options from btc fees, closes [leather-io#4198](leather-io#4198) ([c7d80eb](leather-io@c7d80eb)) * removed unnecessary forwardwithrefs ([fc69b0f](leather-io@fc69b0f)) * send ordinal routes, closes [leather-io#4444](leather-io#4444) ([dc209c2](leather-io@dc209c2)) * swap console logs, closes [leather-io#4438](leather-io#4438) ([e8fa72f](leather-io@e8fa72f)) * swaps min to receive format, closes [leather-io#4442](leather-io#4442) ([c5cf61c](leather-io@c5cf61c)) * tx req fee error, closes [leather-io#4231](leather-io#4231) ([190868a](leather-io@190868a)) ### Internal * import prettier config from monorepo, closes [leather-io#4268](leather-io#4268) ([733e503](leather-io@733e503)) * post-release merge back ([efee04f](leather-io@efee04f)) * remove icon transition, closes [leather-io#4332](leather-io#4332) ([b75b20a](leather-io@b75b20a))
I was trying to preview the "send" flow for sending an Ordinal but encountered a bug.
I am able to input the Send To address and choose my fee, but instead of displaying a confirmation dialog, I am sent to a blank modal.
Video:
leatherbug.mp4
The text was updated successfully, but these errors were encountered: