diff --git a/.github/workflows/build-publish-eth-rpc.yml b/.github/workflows/build-publish-eth-rpc.yml index 3aa1624096dfb..f40d42304ead7 100644 --- a/.github/workflows/build-publish-eth-rpc.yml +++ b/.github/workflows/build-publish-eth-rpc.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - 1017003-eth-rpc pull_request: types: [opened, synchronize, reopened, ready_for_review, labeled] @@ -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 }} diff --git a/prdoc/pr_7097.prdoc b/prdoc/pr_7097.prdoc new file mode 100644 index 0000000000000..f9679ce35aa29 --- /dev/null +++ b/prdoc/pr_7097.prdoc @@ -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 diff --git a/substrate/frame/revive/rpc/revive_chain.metadata b/substrate/frame/revive/rpc/revive_chain.metadata index 305d079f9bd86..b93f50c6a39cc 100644 Binary files a/substrate/frame/revive/rpc/revive_chain.metadata and b/substrate/frame/revive/rpc/revive_chain.metadata differ