Skip to content

Commit

Permalink
Merge pull request #55 from kminevskiy/typespec-fix
Browse files Browse the repository at this point in the history
Fix eth_estimate_gas typespec
  • Loading branch information
ayrat555 authored Dec 29, 2018
2 parents 6fdc5b4 + ce880e8 commit 26ee0e2
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 139 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:

steps:
- checkout
- run: wget https://releases.parity.io/v1.10.7/x86_64-unknown-linux-gnu/parity
- run: wget https://releases.parity.io/ethereum/v1.10.7/x86_64-unknown-linux-gnu/parity
- run: chmod 755 ./parity
- run: echo > passfile
- run:
name: "Parity"
command: ./parity --chain dev
background: true

- restore_cache:
keys:
- v2-dependency-cache-{{ arch }}-{{ checksum "mix.lock" }}
Expand Down
Loading

0 comments on commit 26ee0e2

Please sign in to comment.