Closed arrijabba closed 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
Awesome, thank you!! :+1:
heads up, Taquito has released a fix in v19.0.2
Thanks, hotfix has been released
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