Skip to content
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 Interchain-test and lint #207

Merged
merged 13 commits into from
Aug 23, 2023
Merged

Update Interchain-test and lint #207

merged 13 commits into from
Aug 23, 2023

Conversation

anhductn2001
Copy link
Contributor

@anhductn2001 anhductn2001 commented Jul 20, 2023

  • Update new Image of Centaurid and Polkadot for CI working.
  • Fix some warning by Go-Lint

if err != nil {
// If the ack is not a json object, error
return err
}

sudoMsg := []byte(fmt.Sprintf(
`{"ibc_lifecycle_complete": {"ibc_ack": {"channel": "%s", "sequence": %d, "ack": %s, "success": %s}}}`,
packet.SourceChannel, packet.Sequence, ackAsJson, success))
packet.SourceChannel, packet.Sequence, ackAsJSON, success))

Check failure

Code scanning / CodeQL

Potentially unsafe quoting

If this [JSON value](1) contains a double quote, it could break out of the enclosing quotes.
@anhductn2001 anhductn2001 requested a review from vuong177 July 20, 2023 05:20
@faddat
Copy link
Contributor

faddat commented Jul 24, 2023

Please leave a description on all PR's

@faddat faddat force-pushed the ducnt/fix-ictest branch from 47d7a32 to cf4bc26 Compare July 24, 2023 14:29
@vuong177 vuong177 merged commit bad9af1 into main Aug 23, 2023
tungleanh0902 pushed a commit to notional-labs/composable-cosmos that referenced this pull request Mar 7, 2024
@hoank101 hoank101 deleted the ducnt/fix-ictest branch March 22, 2024 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants