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

eth-rpc 1017003 runtime upgrade fix #7097

Merged
merged 5 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build-publish-eth-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1017003-eth-rpc
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled]

Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
build_push_docker:
name: Build and push docker image
runs-on: parity-large
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
needs: [set-variables]
env:
VERSION: ${{ needs.set-variables.outputs.VERSION }}
Expand Down
7 changes: 7 additions & 0 deletions prdoc/pr_7097.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: eth-rpc 1017003 runtime upgrade fix
doc:
- audience: Runtime Dev
description: Fix eth-rpc metadatafor 1017003 asset-hub westend
crates:
- name: pallet-revive-eth-rpc
bump: no_change
Binary file modified substrate/frame/revive/rpc/revive_chain.metadata
Binary file not shown.
Loading