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

Update your Taquito version 17.0.0 -> 19.0.1 #1075

Closed arrijabba closed 8 months ago

arrijabba commented 9 months ago

Your forger is still reading

const PROTOCOL_CURRENT = ProtocolsHash.PtMumbai2;

from

import { localForger } from '@taquito/local-forging';

Giving mismatches on forging operations that cant be fixed.

Also: you can just test and merge the existing PR that fixes this.

PR -> https://github.com/madfish-solutions/templewallet-extension/pull/881 Issue -> https://github.com/madfish-solutions/templewallet-extension/issues/880

lourenc commented 8 months ago

We suspect that forging mismatches might still be the issue for Taquito 19.0.1 because of https://github.com/ecadlabs/taquito/issues/2823

Once the Taquito fix is out, we are going to apply it together with the localForger protocol fetching logic mentioned in your PR

arrijabba commented 8 months ago

Awesome, thank you!! :+1:

mycodecrafting commented 8 months ago

heads up, Taquito has released a fix in v19.0.2

lourenc commented 8 months ago

Thanks, hotfix has been released