madfish-solutions / templewallet-extension

🔐💰Cryptocurrency wallet for Tezos blockchain as Web extension for your Browser.
https://templewallet.com
MIT License
184 stars 62 forks source link

Send operation fails when network protocol does not match localSigner protocol #880

Open jonsutherland opened 1 year ago

jonsutherland commented 1 year ago

After a recent update to taquito from 15.0.0 to 15.0.1, Temple now throws a "Forging mismatch error" as shown in the attached screenshot.

I've traced the issue to the localForger from Taquito using the default protocol, when I update the web extension to pass in the ProtocolsHash for the correct protocol hash it's working as expected.

image

jonsutherland commented 1 year ago

Attached a diff patch against development containing the proof of concept changes I made

TW-880.patch

arrijabba commented 6 months ago

+1 im getting rekt after oxford update because of this