Update Artifacts (auto-generated)#1430
Update Artifacts (auto-generated)#1430paritytech-subxt-pr-maker[bot] wants to merge 2 commits intomasterfrom
Conversation
There was a problem hiding this comment.
@tadeohepperle why are the binaries committed here?
There was a problem hiding this comment.
Ah, that'll be because the CI job explicitly deletes substrate-node but now the polkadot binaries are also downloaded and it doesn't delete those.
I wonder whether there's a more general way to delete any extraneous files like this just to give us more confidence that it won't include anything new in the future
There was a problem hiding this comment.
I created a PR to address it, sorry I should have thought about this before. I tried to come up with something more generic, could not find a good way to "sandbox" e.g. the use-nodes action and delete all files at once.
|
I guess let's close this and we can re-run or wait for the job to re-run to see if the new PR is good! |
This PR updates the artifacts by fetching fresh metadata from a substrate node.
It also recreates the polkadot.rs file used in the integration tests.
It was created automatically by a Weekly GitHub Action Cronjob.