-
Notifications
You must be signed in to change notification settings - Fork 36
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
update taquito #413
update taquito #413
Conversation
Finally! |
yes, but only basic stuff, sync/unsync collect, I'll check more later this afternoon |
ecadlabs/taquito@4360f9c still needs to be adapted in the teia code |
Is it a known issue I'm not aware of? 😅 I think adapting shouldn't be too hard but I just wonder if we shouldn't wait for after beta? Or is it urgent to update for another reason? Cc @CousinIt |
no, I don't think there's an immediate issue yeah, I'd like to wait for a full release too, that's why I also marked this PR as a draft for now |
The
|
I pushed this to https://preview.teia.art/ |
|
I updated everything except react-pdf and eslint, because they gave errors and I'm not smart enough to fix them 😅 |
The error is related to the static build, using the node dev webserver gives no issues :/ |
|
So I'm guessing we're running into the "˚ shimmed, but too complex to polyfill fully. Avoid if at all possible. Some bugs and partial support expected." disclaimer from https://www.npmjs.com/package/rollup-plugin-polyfill-node 🤣 so, this update is probably a no-go |
Yep I think too unless there is a real reason to. Once it's "stable" or not beta we can try again, I'm just hoping they are now properly bundling it so we can remove 3/4th of our vite config (all this should be done upstream ecadlabs/taquito#1281 (comment)) |
https://github.com/ecadlabs/taquito/releases/tag/20.0.2-beta.2 looks like all the messing around that I did in this PR won't be necessary. I think it's better to create a new PR (when taquito gets out of beta) and trash this one? |
Yeah 😅 |
Will try again later (probably) |
fixes #397