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

David/sno 257: Update the basic outbound channel to use BoundedVec #619

Merged
merged 17 commits into from
May 11, 2022

Conversation

doubledup
Copy link
Contributor

@doubledup doubledup commented May 10, 2022

No description provided.

@doubledup doubledup self-assigned this May 10, 2022
@@ -65,7 +65,7 @@ pub mod pallet {

/// Max number of messages per commitment
#[pallet::constant]
type MaxMessagesPerCommit: Get<u64>;
type MaxMessagesPerCommit: Get<u32>;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

☝️ Because BoundedVec's Decode implementation requires the bound to be a u32.

@doubledup doubledup requested a review from vgeddes May 10, 2022 14:19
@doubledup doubledup marked this pull request as ready for review May 10, 2022 14:19
This matches the tag release-v0.9.19 mentioned below.
Co-authored-by: Vincent Geddes <vincent.geddes@hey.com>
test/README.md Outdated Show resolved Hide resolved
doubledup and others added 2 commits May 10, 2022 19:00
Co-authored-by: Vincent Geddes <vincent.geddes@hey.com>
Copy link
Collaborator

@vgeddes vgeddes left a comment

Choose a reason for hiding this comment

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

Looks great 🚀

@doubledup doubledup merged commit 17c523d into main May 11, 2022
@doubledup doubledup deleted the david/sno-257 branch May 11, 2022 12:43
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