Skip to content

Commit

Permalink
Feat/integrate evm (#1916)
Browse files Browse the repository at this point in the history
* Update LICENSE

* update runtime index

* integrate into runtime

* Update rpc.rs

* update chainId

* integrate evm into service

* fix service error

* update command.rs

* fix ci

* rm evm

* build image

* update

* update BaseFeePerGas

* rm todo and update rpc_builder

* Update service.rs
  • Loading branch information
mclyk authored Feb 17, 2023
1 parent 5559620 commit 4e6fca4
Show file tree
Hide file tree
Showing 28 changed files with 2,687 additions and 2,046 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,6 @@ jobs:
tags: ${{ secrets.DOCKERHUB_ORGNAME }}/${{ matrix.bin }}:${{ steps.docker_tag.outputs.value }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Build and push image with evm
id: docker_build_evm
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile.evm
push: true
platforms: linux/amd64
build-args: |
BIN=${{ matrix.bin }}
PROFILE=release
tags: ${{ secrets.DOCKERHUB_ORGNAME }}/${{ matrix.bin }}:${{ steps.docker_tag.outputs.value }}_evm
- name: slack
uses: 8398a7/action-slack@v3
env:
Expand Down
30 changes: 30 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 0 additions & 45 deletions Dockerfile.evm

This file was deleted.

Loading

0 comments on commit 4e6fca4

Please sign in to comment.