-
Notifications
You must be signed in to change notification settings - Fork 12
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
[OTE-567] chore: Fix broken CI, enable workflow on dydx-fork
branches
#52
Conversation
5795356
to
0224b6b
Compare
@@ -1,23 +0,0 @@ | |||
# Staticmajor: Static analyzer to catch leaking resources & other bad code patterns |
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.
This file is also removed from cosmos-sdk
main
due to false postives: cosmos@9e9cc52
dydx-fork
branches
dydx-fork
branchesdydx-fork
branches
@@ -27,7 +27,7 @@ require ( | |||
github.com/cosmos/gogoproto v1.4.11 | |||
github.com/cosmos/ledger-cosmos-go v0.13.3 | |||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 | |||
github.com/ethereum/go-ethereum v1.12.0 | |||
github.com/ethereum/go-ethereum v1.13.15 |
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.
Upgraded versions according to output of dependency-review
workflow
dydx-fork
branchesdydx-fork
branches
}) | ||
} | ||
} | ||
// CancelProposal is not supported in dYdX chain. Leaving this test case commented out. |
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.
This was failing e2e test workflow. Didn't want to spend a long time troubleshooting considering this message is disabled in v4-chain
. Commenting out instead of deleting, in case we want to use MsgCancelProposal
in the future.
Fix broken CI workflows and re-enable them on
dydx-fork-*
branch