-
Notifications
You must be signed in to change notification settings - Fork 96
chore: update ic-cdk #4286
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
chore: update ic-cdk #4286
Conversation
| with_state(|s| { | ||
| s.list_permitted(&Permission::Commit) | ||
| .iter() | ||
| .cloned() |
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.
| .cloned() | |
| .cloned() |
Yes, this is less efficient, but we're talking about a list of max tens of principals. No big deal
adamspofford-dfinity
left a comment
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.
Where we're not using ManualReply anymore, manual_reply = true must be deleted from the method attribute.
|
...duh, thanks for catching that |
Description
During #4285 I noticed that
ic-cdkis on a pretty old version. Probably better to bump it...How Has This Been Tested?
e2e should show no functional changes
Checklist: