-
Notifications
You must be signed in to change notification settings - Fork 1
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
Set new Tezos RPC nodes #2163
Set new Tezos RPC nodes #2163
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
71a53eb
to
9b78344
Compare
9b78344
to
e88aee5
Compare
e88aee5
to
232780e
Compare
482107b
to
61950b6
Compare
f7f6901
to
591721e
Compare
591721e
to
1cecc29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the change @OKendigelyan!
I think the node urls was just updated to https://mainnet.tezos.ecadinfra.com/ & https://ghostnet.tezos.ecadinfra.com/ - might be for the best to just go with the new ones to avoid changes in the future
https://taquito.io/docs/rpc_nodes/
And please check the comments for some questions 🙁
Overall code looks good - let me check how embed is working and get back to you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it just changed to https://mainnet.tezos.ecadinfra.com & https://ghostnet.tezos.ecadinfra.com/?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see the changelog here https://github.com/ecadlabs/taquito/releases/tag/20.1.1
await user.click(screen.getByRole("button", { name: "Submit" })); | ||
}, | ||
{ | ||
timeout: 5000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need timeout here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tried act like in the other tests?
packages/state/src/migrations.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test for the migration
apps/web/src/setupTests.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: why test setup was changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test changes fix flaky tests timeout issues and some other issues related to axios
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change the ecad rpc url to latest format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
fa9a474
to
b0820d2
Compare
Proposed changes
Issues were found related to the RPX nodes we ='re using at the moment. We're switching to new nodes controlled by ECAD labs.
Security review task link #48
Security review task link #47
Types of changes