-
Notifications
You must be signed in to change notification settings - Fork 94
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
[r2r] update testnet node of atom #1692
Conversation
You can hard reset this PR to dev branch and cherry-pick b0908d5 |
Signed-off-by: ozkanonur <work@onurozkan.dev>
e077fde
to
cdc2d83
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.
another vulnerable dep:(
Ignored it for now, it's related to |
More about the vulnerable dep, it's related to |
deny.toml
Outdated
{ name = "windows_i686_msvc", version = "*" }, | ||
{ name = "windows-sys", version = "*" }, | ||
{ name = "windows_x86_64_msvc", version = "*" }, | ||
{ name = "windows_x86_64_gnu", version = "*" }, |
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.
are these needed anymore since we ignored the vul ID already?
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.
Not really needed, but they were cluttering the Cargo deny checks CI log
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.
if they don't fail the pipeline, let's remove these
I will do more work on vulnerable dependencies this week
We have failing tests due to the used cosmos testnet node, tests are ignored for now until we find another working node or get this node to work again.