-
Notifications
You must be signed in to change notification settings - Fork 147
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
Release V3 alpha/beta #451
Comments
Hello, yes we finished migrating all (most) hooks to the new version and are going to release the next one. Curious to hear why you cannot use starknet v5 anymore? AFAIK it should not break until all the ecosystem migrated to starknet v6. |
I'm working with Dojo, and dojo.js already migrated to v6, preparing to add Paymaster support on execute calls. I'm stuck, about to recreate some of your hooks just so I can continue working. Or... is there another way to add the v3 branch as a dependency? As a monorepo, I can't just use the github branch link. |
until @starknet-react/core migrates to v6 apibara/starknet-react#451
Do you need to support wallets like braavos and argent or you have a smart wallet? I'm happy to push a pre-release this week but in that case you'll need to implent your own connector to work with browser wallets (looks like braavos already works with v6 tho). |
Not at this moment, but I will in a week or two. Looks like the only hook I'm using that is having issues on v6 is |
That sounds good. I'll start making pre-releases of v3 but wallet support is still not 100% complete. Worst case someone will have to implement an adapter for the v6 to v5 wallet api. |
jumping into this discussion, i have also faced issues with Argent when upgrading v5 -> v6. So far braavos is working well. |
I started testing wallets this week, useBlockNumber()` also has some issues, and I get all sort of weird errors. A pre-release would be good! |
Hello, I started publishing pre-releases ( |
Hi @fracek is there any docs we can start looking? |
The preview is available here. Will add instructions on how to update shortly. |
Hi Team, any ETA of the stable version? Starknet-react is the core of our project. |
@gianalarcon Sorry for the late reply, I missed this comment! You can already upgrade by switching to the |
gm Team, wondering when will the @next version have a stable released ? @fracek 👀 |
There's still a couple of small items related to in-app wallets before we tag the release as latest. Want to avoid breaking changes after it's an official release. |
Hi @fracek , I was wondering whether the version on the main branch is the intended stable version? if not do you have an estimate time of the release? I've noticed significant performance drops on the v3 account connections compared to its predecessors. |
Yes v3 is the main release now.
Can you provide more details? Where are you experiencing slower performance? We also have a demo to measure latency of some wallet operations, it would help if you can click on all buttons and share what latency you get. |
@fracek thanks for the demo! very helpful! As for how i concluded the perf issue, I noticed that when trying to connect, it takes a while for update the connected state of the wallet (from |
The issue seems to be related to the new |
@fracek Thanks for the hard work! |
I'm at a point where I can't stay on
starknet
v5 anymore, I have to upgrade to v6.But
starknet-react
is stuck on v5, hooks do not work if my project resolvesstarknet
v6.Please publish the
@starknet-react/core
next-v3 branch as alpha or beta!The text was updated successfully, but these errors were encountered: