Skip to content

Conversation

@viviveevee
Copy link
Contributor

@viviveevee viviveevee commented Jun 24, 2025

Description

During #4285 I noticed that ic-cdk is on a pretty old version. Probably better to bump it...

How Has This Been Tested?

e2e should show no functional changes

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

with_state(|s| {
s.list_permitted(&Permission::Commit)
.iter()
.cloned()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.cloned()
.cloned()

Yes, this is less efficient, but we're talking about a list of max tens of principals. No big deal

@viviveevee viviveevee marked this pull request as ready for review June 24, 2025 09:04
@viviveevee viviveevee requested a review from a team as a code owner June 24, 2025 09:04
Copy link
Contributor

@adamspofford-dfinity adamspofford-dfinity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where we're not using ManualReply anymore, manual_reply = true must be deleted from the method attribute.

@viviveevee
Copy link
Contributor Author

viviveevee commented Jun 24, 2025

...duh, thanks for catching that

@viviveevee viviveevee merged commit b25437a into master Jun 24, 2025
111 checks passed
@viviveevee viviveevee deleted the severin/bump-cdk branch June 24, 2025 12:11
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.

2 participants