-
Notifications
You must be signed in to change notification settings - Fork 1k
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
swarm-derive: Allow for templated behaviours #2907
Conversation
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.
Thanks for debugging and patching @thomaseizinger. Thanks @dmitry-markin for confirming.
@dmitry-markin let me know in case you need this released rather sooner than later.
Testground failures are due to libp2p/test-plans#41. Merging here. |
@mxinden it would be great to have this released to merge paritytech/substrate#12256 and be able to finally use #2846. But this is not super-urgent. |
@dmitry-markin you can follow the progress on the next release here: #2931 |
Description
This patch fixes an issue where we couldn't use type parameters on a behaviour with a custom out event that had different type parameters.
Links to any relevant issues
Fixes #2879.
Open Questions
Change checklist
- [ ] I have made corresponding changes to the documentation