pallet revive: rpc build script should not panic#7786
Merged
Conversation
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Member
Author
|
/cmd prdoc --bump patch --audience runtime_dev |
pgherveou
approved these changes
Mar 3, 2025
bkchr
approved these changes
Mar 3, 2025
gui1117
approved these changes
Mar 3, 2025
athei
approved these changes
Mar 4, 2025
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
ordian
added a commit
that referenced
this pull request
Mar 6, 2025
* master: pallet-scheduler: Put back postponed tasks into the agenda (#7790) ci: update credentials for command-backport (#7798) [XCM] add generic location to account converter that also works with external ecosystems (#7313) [AHM] Make more stuff public (#7802) Support adding extra request-response protocols to the node (#7708) notifications/tests: Fix tests to avoid overflow on adding duration to instant (#7793) pallet revive: rpc build script should not panic (#7786) pallet-bridge-relayers - migrate benchmarks to v2 (#7531)
7 tasks
This was referenced Jul 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This can error when you use
cargo remoteand probably also withcargo vendor.Still seeing two more build errors, but at least this one is fixed.
Other one:
and (maybe Rust version related, this is 1.84.1)