Skip to content

Commit

Permalink
eth-rpc 1017003 runtime upgrade fix (#7097)
Browse files Browse the repository at this point in the history
Fix eth-rpc metadatafor 1017003 asset-hub westend

---------

Co-authored-by: command-bot <>
  • Loading branch information
pgherveou authored Jan 9, 2025
1 parent 05b250a commit 268a928
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
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.

0 comments on commit 268a928

Please sign in to comment.