Slow local TX confirmation #161
-
SummaryWhen developing Solana apps using local validator and signing transactions with Phantom it sends (failing) requests like these two:
First type of requests (TX scan) fails with the message: {
"message":"A validation error has occured",
"errors": {
"chainIds":["each value in chainIds must be a valid enum value"]
}
} Second type of requests (icon resize) fails with 500 error. All this makes the local app development very painful because it makes Phantom wait for every signature confirmation for too long because of the errors and when it finally shows the confirmation button it leaves the time window which only lasts for about 1 or 2 seconds (you better be pretty quick to click on "Confirm" button!) and then it starts to spin the spinner again when doing all these failing requests in the background. Please, help us to disable the TX scan for local validator and allow to disable icon resize procedure using Phantom remote server. ExampleNo response Steps to Reproduce
Phantom Version23.18.0 Is there an existing discussion for this?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @zezic, Thank you for sending in this feedback. We do have an internal ticket to address this but it has not yet been prioritized. Please do keep an eye on our release notes for updates. Additionally feel free to add this to our feature request board. |
Beta Was this translation helpful? Give feedback.
OK! I added tickets to the feature request board. These will help Solana-app devs alot because Phantom is most popular software Solana wallet and it's often used by developers to test their apps on local machines.