Skip to content

Commit 268a928

Browse files
authored
eth-rpc 1017003 runtime upgrade fix (#7097)
Fix eth-rpc metadatafor 1017003 asset-hub westend --------- Co-authored-by: command-bot <>
1 parent 05b250a commit 268a928

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/build-publish-eth-rpc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 1017003-eth-rpc
78
pull_request:
89
types: [opened, synchronize, reopened, ready_for_review, labeled]
910

@@ -55,7 +56,7 @@ jobs:
5556
build_push_docker:
5657
name: Build and push docker image
5758
runs-on: parity-large
58-
if: github.ref == 'refs/heads/master'
59+
# if: github.ref == 'refs/heads/master'
5960
needs: [set-variables]
6061
env:
6162
VERSION: ${{ needs.set-variables.outputs.VERSION }}

prdoc/pr_7097.prdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: eth-rpc 1017003 runtime upgrade fix
2+
doc:
3+
- audience: Runtime Dev
4+
description: Fix eth-rpc metadatafor 1017003 asset-hub westend
5+
crates:
6+
- name: pallet-revive-eth-rpc
7+
bump: no_change
-302 KB
Binary file not shown.

0 commit comments

Comments
 (0)