-
Notifications
You must be signed in to change notification settings - Fork 2
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
Breaking changes on v1.2.0 #118
Comments
Bullrich
added a commit
that referenced
this issue
Apr 23, 2024
Fixed `Identity` object now being a tuple of type `[IdentityOf, BoundedVec]` introduced as as breaking change in v1.2.0 Fixes #118
Bullrich
added a commit
to Bullrich/polkadot-fellows-runtimes
that referenced
this issue
Apr 23, 2024
This contains the fix for paritytech/review-bot#118, which is a breaking change introduced in V1.2.0 which causes the `Identity` object to become a tuple. The updated code gets the first element of the tuple.
1 task
Bullrich
added a commit
to Bullrich/polkadot-fellows-runtimes
that referenced
this issue
Apr 23, 2024
This contains the fix for paritytech/review-bot#118, which is a breaking change introduced in V1.2.0 which causes the `Identity` object to become a tuple. The updated code gets the first element of the tuple.
bkchr
pushed a commit
to polkadot-fellows/runtimes
that referenced
this issue
Apr 23, 2024
This contains the fix for paritytech/review-bot#118, which is a breaking change introduced in V1.2.0 which causes the `Identity` object to become a tuple. The updated code gets the first element of the tuple. --- Replaced the action `tibdex/github-app-token` for `actions/create-github-app-token` which works the same way but is developed by GitHub (which should make it more secure) - [x] Does not require a CHANGELOG entry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There has been some breaking changes in the API that fails while fetching members:
The text was updated successfully, but these errors were encountered: